Home
last modified time | relevance | path

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 Decc.c20 const ltc_ecc_curve ltc_ecc_curves[] = {
A Decc_set_curve.c8 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 Decc_ansi_x963_import.c23 …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 Decc_make_key.c30 int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_curve *cu) in ecc_make_key_ex()
A Decc_import.c33 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_curve *… in ecc_import_ex()
A Decc_find_curve.c214 int ecc_find_curve(const char *name_or_oid, const ltc_ecc_curve **cu) in ecc_find_curve()
A Decc_import_x509.c13 const ltc_ecc_curve *curve; in s_ecc_import_x509_with_oid()
A Decc_import_openssl.c14 const ltc_ecc_curve *curve; in s_ecc_import_private_with_oid()
A Decc_import_pkcs8.c49 const ltc_ecc_curve *curve; in ecc_import_pkcs8()
A Decc_set_curve_internal.c18 const ltc_ecc_curve *curve; in s_ecc_oid_lookup()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h192 } 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 Dcrypt_sizes.c242 SZ_STRINGIFY_T(ltc_ecc_curve),
/optee_os-3.20.0/core/lib/libtomcrypt/
A Decc.c121 const ltc_ecc_curve *curve = NULL; in ecc_set_curve_from_name()

Completed in 11 milliseconds