Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_set_curve.c8 int ecc_set_curve(const ltc_ecc_curve *cu, ecc_key *key) in ecc_set_curve() function
75 if (err == CRYPT_OK && cu != NULL) return ecc_set_curve(cu, key); in ecc_set_curve_by_size()
H A Decc_ansi_x963_import.c42 if ((err = ecc_set_curve(cu, key)) != CRYPT_OK) { return err; } in ecc_ansi_x963_import_ex()
H A Decc_make_key.c33 if ((err = ecc_set_curve(cu, key)) != CRYPT_OK) { return err; } in ecc_make_key_ex()
H A Decc_import.c55 if ((err = ecc_set_curve(cu, key)) != CRYPT_OK) { goto done; } in ecc_import_ex()
H A Decc_import_x509.c25 if ((err = ecc_set_curve(curve, key)) != CRYPT_OK) { goto error; } in s_ecc_import_x509_with_oid()
H A Decc_import_openssl.c34 … if ((err = ecc_set_curve(curve, key)) != CRYPT_OK) { goto error; } in s_ecc_import_private_with_oid()
H A Decc_import_pkcs8.c103 … if ((err = ecc_set_curve(curve, key)) != CRYPT_OK) { goto LBL_DONE; } in ecc_import_pkcs8()
/optee_os/core/lib/libtomcrypt/
H A Decc.c123 ltc_res = ecc_set_curve(curve, ltc_key); in ecc_set_curve_from_name()
H A Dsub.mk327 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ecc_set_curve.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h263 int ecc_set_curve(const ltc_ecc_curve *cu, ecc_key *key);