Home
last modified time | relevance | path

Searched refs:br_ec_impl (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/bearssl/inc/
H A Dbearssl_ec.h415 } 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;
481 extern const br_ec_impl br_ec_p256_m64;
502 extern const br_ec_impl br_ec_c25519_i15;
516 extern const br_ec_impl br_ec_c25519_i31;
603 extern const br_ec_impl br_ec_all_m15;
[all …]
H A Dbearssl_ssl.h1115 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 Dbearssl_x509.h783 const br_ec_impl *iec;
875 const br_ec_impl *iec, br_ecdsa_vrfy iecdsa) in br_x509_minimal_set_ecdsa()
/freebsd/contrib/bearssl/src/ec/
H A Dec_default.c28 const br_ec_impl *
H A Decdsa_i15_sign_asn1.c31 br_ecdsa_i15_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i15_sign_asn1()
H A Decdsa_i15_vrfy_asn1.c31 br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_asn1()
H A Decdsa_i31_sign_asn1.c31 br_ecdsa_i31_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i31_sign_asn1()
H A Decdsa_i31_vrfy_asn1.c31 br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_asn1()
H A Dec_pubkey.c63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub()
H A Dec_keygen.c30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
H A Dec_c25519_m62.c579 const br_ec_impl br_ec_c25519_m62 = {
590 const br_ec_impl *
599 const br_ec_impl *
H A Dec_all_m15.c113 const br_ec_impl br_ec_all_m15 = {
H A Decdsa_i15_vrfy_raw.c32 br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_raw()
H A Decdsa_i31_vrfy_raw.c32 br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_raw()
H A Decdsa_i15_sign_raw.c33 br_ecdsa_i15_sign_raw(const br_ec_impl *impl, in br_ecdsa_i15_sign_raw()
H A Decdsa_i31_sign_raw.c33 br_ecdsa_i31_sign_raw(const br_ec_impl *impl, in br_ecdsa_i31_sign_raw()
H A Dec_all_m31.c163 const br_ec_impl br_ec_all_m31 = {
H A Dec_c25519_m64.c805 const br_ec_impl br_ec_c25519_m64 = {
816 const br_ec_impl *
825 const br_ec_impl *
H A Dec_c25519_i15.c390 const br_ec_impl br_ec_c25519_i15 = {
H A Dec_c25519_i31.c382 const br_ec_impl br_ec_c25519_i31 = {
H A Dec_p256_m62.c1739 const br_ec_impl br_ec_p256_m62 = {
1750 const br_ec_impl *
1759 const br_ec_impl *
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c936 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 Dtest_crypto.c8126 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/ssl/
H A Dssl_scert_single_ec.c130 const br_ec_impl *iec, br_ecdsa_sign iecdsa) in br_ssl_server_set_single_ec()
H A Dssl_ccert_single_ec.c144 const br_ec_impl *iec, br_ecdsa_sign iecdsa) in br_ssl_client_set_single_ec()

12