Home
last modified time | relevance | path

Searched refs:ec_curve_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/libecc/include/libecc/curves/
H A Dcurves.h23 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 Dec_params.h86 ec_curve_type curve_type;
H A Dcurves_list.h96 ec_curve_type type;
/freebsd/crypto/libecc/src/curves/
H A Dcurves.c82 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 Dec_params.c30 ec_curve_type curve_type; in import_params()
/freebsd/crypto/libecc/src/sig/
H A Dec_key.c343 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 Dsig_algs.c725 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 Deddsa.c160 ec_curve_type curve_type) in eddsa_key_type_check_curve()
/freebsd/crypto/libecc/include/libecc/
H A Dlib_ecc_types.h286 } ec_curve_type; typedef
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.h5710 ec_curve_type ctype; in encode_error_value()
5733 ec_curve_type ctype; in ecdh_encode_error_value()