Home
last modified time | relevance | path

Searched refs:SPAKE2_process_msg (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/curve25519/
Dspake25519_test.cc72 if (!SPAKE2_process_msg(alice.get(), alice_key, &alice_key_len, in Run()
74 !SPAKE2_process_msg(bob.get(), bob_key, &bob_key_len, sizeof(bob_key), in Run()
Dspake25519.c401 int SPAKE2_process_msg(SPAKE2_CTX *ctx, uint8_t *out_key, size_t *out_key_len, in SPAKE2_process_msg() function
/external/boringssl/src/include/openssl/
Dcurve25519.h179 OPENSSL_EXPORT int SPAKE2_process_msg(SPAKE2_CTX *ctx, uint8_t *out_key,
/external/boringssl/src/tool/
Dspeed.cc565 !SPAKE2_process_msg(bob.get(), bob_key, &bob_key_len, in SpeedSPAKE2()