Home
last modified time | relevance | path

Searched refs:name_or_oid (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_find_curve.c214 int ecc_find_curve(const char *name_or_oid, const ltc_ecc_curve **cu) in ecc_find_curve() argument
220 LTC_ARGCHK(name_or_oid != NULL); in ecc_find_curve()
225 if (XSTRCMP(s_curve_names[i].OID, name_or_oid) == 0) { in ecc_find_curve()
229 if (s_name_match(s_curve_names[i].names[j], name_or_oid)) { in ecc_find_curve()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h260 int ecc_find_curve(const char* name_or_oid, const ltc_ecc_curve** cu);

Completed in 5 milliseconds