Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_ssh_ecdsa_encode_name.c40 if (XSTRCMP("1.2.840.10045.3.1.7", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()
44 else if (XSTRCMP("1.3.132.0.34", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()
48 else if (XSTRCMP("1.3.132.0.35", oidstr) == 0) { in ecc_ssh_ecdsa_encode_name()
A Decc_find_curve.c232 if (XSTRCMP(_curve_names[i].OID, name_or_oid) == 0) { in ecc_find_curve()
244 if (XSTRCMP(ltc_ecc_curves[i].OID, OID) == 0) { in ecc_find_curve()
A Decc_verify_hash.c116 if (XSTRCMP(name,name2) != 0) { in ecc_verify_hash_ex()
A Decc_recover_key.c130 if (XSTRCMP(name,name2) != 0) { in ecc_recover_key()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_find_cipher.c28 if (cipher_descriptor[x] != NULL && !XSTRCMP(cipher_descriptor[x]->name, name)) { in find_cipher()
A Dcrypt_find_hash.c28 if (hash_descriptor[x] != NULL && XSTRCMP(hash_descriptor[x]->name, name) == 0) { in find_hash()
A Dcrypt_find_prng.c28 if ((prng_descriptor[x] != NULL) && XSTRCMP(prng_descriptor[x]->name, name) == 0) { in find_prng()
A Dcrypt_constants.c241 if (XSTRCMP(_crypt_constants[i].name, namein) == 0) { in crypt_get_constant()
A Dcrypt_sizes.c302 if (XSTRCMP(_crypt_sizes[i].name, namein) == 0) { in crypt_get_size()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/
A Dpk_oid_cmp.c31 if (XSTRCMP(o1, tmp) != 0) { in pk_oid_cmp_with_ulong()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_custom.h47 #ifndef XSTRCMP
48 #define XSTRCMP strcmp macro
A Dtomcrypt_cfg.h50 LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);

Completed in 15 milliseconds