Searched refs:ltc_ecc_curve (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc.c | 20 const ltc_ecc_curve ltc_ecc_curves[] = {
|
A D | ecc_set_curve.c | 8 int ecc_set_curve(const ltc_ecc_curve *cu, ecc_key *key) in ecc_set_curve() 46 const ltc_ecc_curve *cu = NULL; in ecc_set_curve_by_size()
|
A D | ecc_ansi_x963_import.c | 23 …x963_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_curve *cu) in ecc_ansi_x963_import_ex()
|
A D | ecc_make_key.c | 30 int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_curve *cu) in ecc_make_key_ex()
|
A D | ecc_import.c | 33 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_curve *… in ecc_import_ex()
|
A D | ecc_find_curve.c | 214 int ecc_find_curve(const char *name_or_oid, const ltc_ecc_curve **cu) in ecc_find_curve()
|
A D | ecc_import_x509.c | 13 const ltc_ecc_curve *curve; in s_ecc_import_x509_with_oid()
|
A D | ecc_import_openssl.c | 14 const ltc_ecc_curve *curve; in s_ecc_import_private_with_oid()
|
A D | ecc_import_pkcs8.c | 49 const ltc_ecc_curve *curve; in ecc_import_pkcs8()
|
A D | ecc_set_curve_internal.c | 18 const ltc_ecc_curve *curve; in s_ecc_oid_lookup()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 192 } ltc_ecc_curve; typedef 255 extern const ltc_ecc_curve ltc_ecc_curves[]; 260 int ecc_find_curve(const char* name_or_oid, const ltc_ecc_curve** cu); 261 int ecc_set_curve(const ltc_ecc_curve *cu, ecc_key *key); 268 int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_curve *cu); 273 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_curve … 277 …963_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_curve *cu);
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_sizes.c | 242 SZ_STRINGIFY_T(ltc_ecc_curve),
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ecc.c | 121 const ltc_ecc_curve *curve = NULL; in ecc_set_curve_from_name()
|
Completed in 11 milliseconds