Searched refs:XSTRCMP (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_ssh_ecdsa_encode_name.c | 40 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 D | ecc_find_curve.c | 232 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 D | ecc_verify_hash.c | 116 if (XSTRCMP(name,name2) != 0) { in ecc_verify_hash_ex()
|
A D | ecc_recover_key.c | 130 if (XSTRCMP(name,name2) != 0) { in ecc_recover_key()
|
/optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_find_cipher.c | 28 if (cipher_descriptor[x] != NULL && !XSTRCMP(cipher_descriptor[x]->name, name)) { in find_cipher()
|
A D | crypt_find_hash.c | 28 if (hash_descriptor[x] != NULL && XSTRCMP(hash_descriptor[x]->name, name) == 0) { in find_hash()
|
A D | crypt_find_prng.c | 28 if ((prng_descriptor[x] != NULL) && XSTRCMP(prng_descriptor[x]->name, name) == 0) { in find_prng()
|
A D | crypt_constants.c | 241 if (XSTRCMP(_crypt_constants[i].name, namein) == 0) { in crypt_get_constant()
|
A D | crypt_sizes.c | 302 if (XSTRCMP(_crypt_sizes[i].name, namein) == 0) { in crypt_get_size()
|
/optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/ |
A D | pk_oid_cmp.c | 31 if (XSTRCMP(o1, tmp) != 0) { in pk_oid_cmp_with_ulong()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_custom.h | 47 #ifndef XSTRCMP 48 #define XSTRCMP strcmp macro
|
A D | tomcrypt_cfg.h | 50 LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);
|
Completed in 15 milliseconds