Searched refs:ec_curve_type (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/libecc/include/libecc/curves/ |
H A D | curves.h | 23 ATTRIBUTE_WARN_UNUSED_RET int ec_get_curve_params_by_type(ec_curve_type ec_type, 26 ec_curve_type *ec_type); 27 ATTRIBUTE_WARN_UNUSED_RET int ec_get_curve_name_by_type(const ec_curve_type ec_type, u8 *out, u8 ou… 28 ATTRIBUTE_WARN_UNUSED_RET int ec_check_curve_type_and_name(const ec_curve_type ec_type,
|
H A D | ec_params.h | 86 ec_curve_type curve_type;
|
H A D | curves_list.h | 96 ec_curve_type type;
|
/freebsd/crypto/libecc/src/curves/ |
H A D | curves.c | 82 int ec_get_curve_params_by_type(ec_curve_type ec_type, in ec_get_curve_params_by_type() 132 ec_curve_type *ec_type) in ec_get_curve_type_by_name() 189 int ec_get_curve_name_by_type(const ec_curve_type ec_type, u8 *out, u8 outlen) in ec_get_curve_name_by_type() 225 int ec_check_curve_type_and_name(const ec_curve_type ec_type, in ec_check_curve_type_and_name()
|
H A D | ec_params.c | 30 ec_curve_type curve_type; in import_params()
|
/freebsd/crypto/libecc/src/sig/ |
H A D | ec_key.c | 343 ret = ec_check_curve_type_and_name((ec_curve_type) (priv_key_buf[2]), in ec_structured_priv_key_import_from_buf() 366 ec_curve_type curve_type; in ec_structured_priv_key_export_to_buf() 442 ret = ec_check_curve_type_and_name((ec_curve_type) (pub_key_buf[2]), in ec_structured_pub_key_import_from_buf() 464 ec_curve_type curve_type; in ec_structured_pub_key_export_to_buf() 540 ret = ec_check_curve_type_and_name((ec_curve_type) (priv_key_buf[2]), in ec_structured_key_pair_import_from_priv_key_buf()
|
H A D | sig_algs.c | 725 ret = ec_get_curve_name_by_type((ec_curve_type) out_buf[2], in ec_structured_sig_import_from_buf() 750 ec_curve_type curve_type; in ec_structured_sig_export_to_buf()
|
H A D | eddsa.c | 160 ec_curve_type curve_type) in eddsa_key_type_check_curve()
|
/freebsd/crypto/libecc/include/libecc/ |
H A D | lib_ecc_types.h | 286 } ec_curve_type; typedef
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.h | 5710 ec_curve_type ctype; in encode_error_value() 5733 ec_curve_type ctype; in ecdh_encode_error_value()
|