Searched refs:ecc_set_curve (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_set_curve.c | 8 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 D | ecc_ansi_x963_import.c | 42 if ((err = ecc_set_curve(cu, key)) != CRYPT_OK) { return err; } in ecc_ansi_x963_import_ex()
|
| H A D | ecc_make_key.c | 33 if ((err = ecc_set_curve(cu, key)) != CRYPT_OK) { return err; } in ecc_make_key_ex()
|
| H A D | ecc_import.c | 55 if ((err = ecc_set_curve(cu, key)) != CRYPT_OK) { goto done; } in ecc_import_ex()
|
| H A D | ecc_import_x509.c | 25 if ((err = ecc_set_curve(curve, key)) != CRYPT_OK) { goto error; } in s_ecc_import_x509_with_oid()
|
| H A D | ecc_import_openssl.c | 34 … if ((err = ecc_set_curve(curve, key)) != CRYPT_OK) { goto error; } in s_ecc_import_private_with_oid()
|
| H A D | ecc_import_pkcs8.c | 103 … if ((err = ecc_set_curve(curve, key)) != CRYPT_OK) { goto LBL_DONE; } in ecc_import_pkcs8()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ecc.c | 123 ltc_res = ecc_set_curve(curve, ltc_key); in ecc_set_curve_from_name()
|
| H A D | sub.mk | 327 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ecc_set_curve.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pk.h | 263 int ecc_set_curve(const ltc_ecc_curve *cu, ecc_key *key);
|