/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_ec.h | 415 } br_ec_impl; typedef 424 extern const br_ec_impl br_ec_prime_i31; 433 extern const br_ec_impl br_ec_prime_i15; 443 extern const br_ec_impl br_ec_p256_m15; 452 extern const br_ec_impl br_ec_p256_m31; 463 extern const br_ec_impl br_ec_p256_m62; 470 const br_ec_impl *br_ec_p256_m62_get(void); 481 extern const br_ec_impl br_ec_p256_m64; 488 const br_ec_impl *br_ec_p256_m64_get(void); 502 extern const br_ec_impl br_ec_c25519_i15; [all …]
|
H A D | bearssl_ssl.h | 1115 const br_ec_impl *iec; 1663 br_ssl_engine_set_ec(br_ssl_engine_context *cc, const br_ec_impl *iec) in br_ssl_engine_set_ec() 1685 static inline const br_ec_impl * 2588 const br_ec_impl *iec; 2927 const br_ec_impl *iec, br_ecdsa_sign iecdsa); 3283 const br_ec_impl *iec; 3836 const br_ec_impl *iec, br_ecdsa_sign iecdsa);
|
H A D | bearssl_x509.h | 783 const br_ec_impl *iec; 875 const br_ec_impl *iec, br_ecdsa_vrfy iecdsa) in br_x509_minimal_set_ecdsa()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_speed.c | 936 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_1() 978 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_2() 1018 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner() 1044 const br_ec_impl *ec; in test_speed_ec_p256_m62() 1057 const br_ec_impl *ec; in test_speed_ec_p256_m64() 1120 const br_ec_impl *ec; in test_speed_ec_c25519_m62() 1133 const br_ec_impl *ec; in test_speed_ec_c25519_m64() 1145 const br_ec_impl *impl, const br_ec_curve_def *cd, in test_speed_ecdsa_inner() 1249 const br_ec_impl *ec; in test_speed_ecdsa_p256_m62() 1265 const br_ec_impl *ec; in test_speed_ecdsa_p256_m64()
|
H A D | test_crypto.c | 8126 const br_ec_impl *impl, int curve) in test_EC_inner() 8317 test_EC_P256_carry_inner(const br_ec_impl *impl, const char *sP, const char *sQ) in test_EC_P256_carry_inner() 8339 test_EC_P256_carry(const br_ec_impl *impl) in test_EC_P256_carry() 8350 test_EC_KAT(const char *name, const br_ec_impl *impl, uint32_t curve_mask) in test_EC_KAT() 8380 test_EC_keygen(const char *name, const br_ec_impl *impl, uint32_t curves) in test_EC_keygen() 8575 const br_ec_impl *ec; in test_EC_p256_m62() 8592 const br_ec_impl *ec; in test_EC_p256_m64() 8635 test_EC_c25519(const char *name, const br_ec_impl *iec) in test_EC_c25519() 8738 const br_ec_impl *ec; in test_EC_c25519_m62() 8754 const br_ec_impl *ec; in test_EC_c25519_m64() [all …]
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_default.c | 28 const br_ec_impl *
|
H A D | ecdsa_i15_sign_asn1.c | 31 br_ecdsa_i15_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i15_sign_asn1()
|
H A D | ecdsa_i15_vrfy_asn1.c | 31 br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_asn1()
|
H A D | ecdsa_i31_sign_asn1.c | 31 br_ecdsa_i31_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i31_sign_asn1()
|
H A D | ecdsa_i31_vrfy_asn1.c | 31 br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_asn1()
|
H A D | ec_pubkey.c | 63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub()
|
H A D | ec_keygen.c | 30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
|
H A D | ec_c25519_m62.c | 579 const br_ec_impl br_ec_c25519_m62 = { 590 const br_ec_impl * 599 const br_ec_impl *
|
H A D | ecdsa_i31_vrfy_raw.c | 32 br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_raw()
|
H A D | ec_all_m15.c | 113 const br_ec_impl br_ec_all_m15 = {
|
H A D | ecdsa_i15_vrfy_raw.c | 32 br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_raw()
|
H A D | ecdsa_i15_sign_raw.c | 33 br_ecdsa_i15_sign_raw(const br_ec_impl *impl, in br_ecdsa_i15_sign_raw()
|
H A D | ecdsa_i31_sign_raw.c | 33 br_ecdsa_i31_sign_raw(const br_ec_impl *impl, in br_ecdsa_i31_sign_raw()
|
H A D | ec_all_m31.c | 163 const br_ec_impl br_ec_all_m31 = {
|
H A D | ec_c25519_m64.c | 805 const br_ec_impl br_ec_c25519_m64 = { 816 const br_ec_impl * 825 const br_ec_impl *
|
H A D | ec_c25519_i15.c | 390 const br_ec_impl br_ec_c25519_i15 = {
|
H A D | ec_c25519_i31.c | 382 const br_ec_impl br_ec_c25519_i31 = {
|
H A D | ec_p256_m62.c | 1739 const br_ec_impl br_ec_p256_m62 = { 1750 const br_ec_impl * 1759 const br_ec_impl *
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_scert_single_ec.c | 130 const br_ec_impl *iec, br_ecdsa_sign iecdsa) in br_ssl_server_set_single_ec()
|
H A D | ssl_ccert_single_ec.c | 144 const br_ec_impl *iec, br_ecdsa_sign iecdsa) in br_ssl_client_set_single_ec()
|