Lines Matching refs:br_ec_impl
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;
516 extern const br_ec_impl br_ec_c25519_i31;
530 extern const br_ec_impl br_ec_c25519_m15;
544 extern const br_ec_impl br_ec_c25519_m31;
561 extern const br_ec_impl br_ec_c25519_m62;
568 const br_ec_impl *br_ec_c25519_m62_get(void);
585 extern const br_ec_impl br_ec_c25519_m64;
592 const br_ec_impl *br_ec_c25519_m64_get(void);
603 extern const br_ec_impl br_ec_all_m15;
614 extern const br_ec_impl br_ec_all_m31;
624 const br_ec_impl *br_ec_get_default(void);
684 typedef size_t (*br_ecdsa_sign)(const br_ec_impl *impl,
710 typedef uint32_t (*br_ecdsa_vrfy)(const br_ec_impl *impl,
726 size_t br_ecdsa_i31_sign_asn1(const br_ec_impl *impl,
742 size_t br_ecdsa_i31_sign_raw(const br_ec_impl *impl,
759 uint32_t br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl,
776 uint32_t br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl,
792 size_t br_ecdsa_i15_sign_asn1(const br_ec_impl *impl,
808 size_t br_ecdsa_i15_sign_raw(const br_ec_impl *impl,
825 uint32_t br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl,
842 uint32_t br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl,
929 const br_ec_impl *impl, br_ec_private_key *sk,
960 size_t br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk,