Home
last modified time | relevance | path

Searched refs:XSTRCMP (Results 1 – 12 of 12) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_ssh_ecdsa_encode_name.c34 if (XSTRCMP("1.2.840.10045.3.1.7", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()
38 else if (XSTRCMP("1.3.132.0.34", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()
42 else if (XSTRCMP("1.3.132.0.35", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()
A Decc_find_curve.c225 if (XSTRCMP(s_curve_names[i].OID, name_or_oid) == 0) { in ecc_find_curve()
237 if (XSTRCMP(ltc_ecc_curves[i].OID, OID) == 0) { in ecc_find_curve()
A Decc_verify_hash.c110 if ((namelen != name2len) || (XSTRCMP(name, name2) != 0)) { in ecc_verify_hash_ex()
A Decc_recover_key.c124 if ((namelen != name2len) || (XSTRCMP(name, name2) != 0)) { in ecc_recover_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_find_cipher.c21 if (cipher_descriptor[x] != NULL && !XSTRCMP(cipher_descriptor[x]->name, name)) { in find_cipher()
A Dcrypt_find_hash.c21 if (hash_descriptor[x] != NULL && XSTRCMP(hash_descriptor[x]->name, name) == 0) { in find_hash()
A Dcrypt_find_prng.c21 if ((prng_descriptor[x] != NULL) && XSTRCMP(prng_descriptor[x]->name, name) == 0) { in find_prng()
A Dcrypt_constants.c235 if (XSTRCMP(s_crypt_constants[i].name, namein) == 0) { in crypt_get_constant()
A Dcrypt_sizes.c295 if (XSTRCMP(s_crypt_sizes[i].name, namein) == 0) { in crypt_get_size()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/oid/
A Dpk_oid_cmp.c24 if (XSTRCMP(o1, tmp) != 0) { in pk_oid_cmp_with_ulong()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_custom.h39 #ifndef XSTRCMP
40 #define XSTRCMP strcmp macro
A Dtomcrypt_cfg.h43 LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);

Completed in 9 milliseconds