Searched refs:br_ec_c25519_m31 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_all_m31.c | 41 return br_ec_c25519_m31.generator(curve, len); in api_generator() 62 return br_ec_c25519_m31.order(curve, len); in api_order() 83 return br_ec_c25519_m31.xoff(curve, len); in api_xoff() 105 return br_ec_c25519_m31.mul(G, Glen, kb, kblen, curve); in api_mul() 127 return br_ec_c25519_m31.mulgen(R, x, xlen, curve); in api_mulgen() 153 return br_ec_c25519_m31.muladd(A, B, len, in api_muladd()
|
H A D | ec_c25519_m31.c | 792 const br_ec_impl br_ec_c25519_m31 = { variable
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 544 extern const br_ec_impl br_ec_c25519_m31;
|
/freebsd/contrib/bearssl/tools/ |
H A D | names.c | 462 { "ec_c25519_m31", "c25519_m31", &br_ec_c25519_m31 },
|
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 1114 &br_ec_c25519_m31, &br_curve25519); in test_speed_ec_c25519_m31()
|
H A D | test_crypto.c | 8730 test_EC_c25519("EC_c25519_m31", &br_ec_c25519_m31); in test_EC_c25519_m31() 8731 test_EC_keygen("EC_c25519_m31", &br_ec_c25519_m31, in test_EC_c25519_m31()
|