Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/tests/
H A Decccdh_test_vectors.h26 .exp_shared_secret = ecccdh_SECP192R1_0_test_vector_shared_secret,
56 .exp_shared_secret = ecccdh_SECP192R1_1_test_vector_shared_secret,
86 .exp_shared_secret = ecccdh_SECP192R1_2_test_vector_shared_secret,
116 .exp_shared_secret = ecccdh_SECP192R1_3_test_vector_shared_secret,
146 .exp_shared_secret = ecccdh_SECP192R1_4_test_vector_shared_secret,
176 .exp_shared_secret = ecccdh_SECP192R1_5_test_vector_shared_secret,
206 .exp_shared_secret = ecccdh_SECP192R1_6_test_vector_shared_secret,
236 .exp_shared_secret = ecccdh_SECP192R1_7_test_vector_shared_secret,
266 .exp_shared_secret = ecccdh_SECP192R1_8_test_vector_shared_secret,
296 .exp_shared_secret = ecccdh_SECP192R1_9_test_vector_shared_secret,
[all …]
H A Dx25519_test_vectors.h41 .exp_shared_secret = x25519_WEI25519_0_shared_secret,
72 .exp_shared_secret = x25519_WEI25519_1_shared_secret,
106 .exp_shared_secret = x25519_WEI25519_2_shared_secret,
138 .exp_shared_secret = x25519_WEI25519_3_shared_secret,
H A Dx448_test_vectors.h40 .exp_shared_secret = x448_WEI448_0_shared_secret,
71 .exp_shared_secret = x448_WEI448_1_shared_secret,
H A Dec_self_tests_core.c1090 ret = are_equal(shared_secret, c->exp_shared_secret, shared_secret_len, &check); EG(ret, err);
1134 ret = are_equal(shared_secret, c->exp_shared_secret, X25519_SIZE, &check); EG(ret, err);
1178 ret = are_equal(shared_secret, c->exp_shared_secret, X448_SIZE, &check); EG(ret, err);
H A Dec_self_tests_core.h77 const u8 *exp_shared_secret; member
5269 .exp_shared_secret = NULL,