Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c8610 } C25519_KAT[] = { variable
8643 for (v = 0; C25519_KAT[v].scalar_le; v ++) { in test_EC_c25519()
8644 hextobin(bk, C25519_KAT[v].scalar_le); in test_EC_c25519()
8646 hextobin(bu, C25519_KAT[v].u_in); in test_EC_c25519()
8647 hextobin(br, C25519_KAT[v].u_out); in test_EC_c25519()