Searched refs:br_ec_p256_m15 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_all_m15.c | 32 return br_ec_p256_m15.generator(curve, len); in api_generator() 45 return br_ec_p256_m15.order(curve, len); in api_order() 58 return br_ec_p256_m15.xoff(curve, len); in api_xoff() 72 return br_ec_p256_m15.mul(G, Glen, kb, kblen, curve); in api_mul() 86 return br_ec_p256_m15.mulgen(R, x, xlen, curve); in api_mulgen() 101 return br_ec_p256_m15.muladd(A, B, len, in api_muladd()
|
H A D | ec_p256_m15.c | 2116 const br_ec_impl br_ec_p256_m15 = { variable
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 443 extern const br_ec_impl br_ec_p256_m15;
|
/freebsd/contrib/bearssl/tools/ |
H A D | names.c | 463 { "ec_p256_m15", "p256_m15", &br_ec_p256_m15 },
|
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 1031 &br_ec_p256_m15, &br_secp256r1); in test_speed_ec_p256_m15() 1232 &br_ec_p256_m15, &br_secp256r1, in test_speed_ecdsa_p256_m15()
|
H A D | test_crypto.c | 8557 test_EC_KAT("EC_p256_m15", &br_ec_p256_m15, in test_EC_p256_m15() 8559 test_EC_keygen("EC_p256_m15", &br_ec_p256_m15, in test_EC_p256_m15()
|