Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dspake25519_test.cc69 uint8_t alice_key[64], bob_key[64]; in Run() local
72 if (!SPAKE2_process_msg(alice.get(), alice_key, &alice_key_len, in Run()
73 sizeof(alice_key), bob_msg, bob_msg_len) || in Run()
80 OPENSSL_memcmp(alice_key, bob_key, alice_key_len) == 0); in Run()