Searched refs:br_ec_p256_m31 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_all_m31.c | 35 return br_ec_p256_m31.generator(curve, len); in api_generator() 56 return br_ec_p256_m31.order(curve, len); in api_order() 77 return br_ec_p256_m31.xoff(curve, len); in api_xoff() 99 return br_ec_p256_m31.mul(G, Glen, kb, kblen, curve); in api_mul() 121 return br_ec_p256_m31.mulgen(R, x, xlen, curve); in api_mulgen() 145 return br_ec_p256_m31.muladd(A, B, len, in api_muladd()
|
H A D | ec_p256_m31.c | 1461 const br_ec_impl br_ec_p256_m31 = { variable
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 452 extern const br_ec_impl br_ec_p256_m31;
|
/freebsd/contrib/bearssl/tools/ |
H A D | names.c | 464 { "ec_p256_m31", "p256_m31", &br_ec_p256_m31 },
|
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 1038 &br_ec_p256_m31, &br_secp256r1); in test_speed_ec_p256_m31() 1241 &br_ec_p256_m31, &br_secp256r1, in test_speed_ecdsa_p256_m31()
|
H A D | test_crypto.c | 8566 test_EC_KAT("EC_p256_m31", &br_ec_p256_m31, in test_EC_p256_m31() 8568 test_EC_keygen("EC_p256_m31", &br_ec_p256_m31, in test_EC_p256_m31()
|