Searched refs:XSTRCMP (Results 1 – 12 of 12) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_ssh_ecdsa_encode_name.c | 34 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 D | ecc_find_curve.c | 225 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 D | ecc_verify_hash.c | 110 if ((namelen != name2len) || (XSTRCMP(name, name2) != 0)) { in ecc_verify_hash_ex()
|
A D | ecc_recover_key.c | 124 if ((namelen != name2len) || (XSTRCMP(name, name2) != 0)) { in ecc_recover_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_find_cipher.c | 21 if (cipher_descriptor[x] != NULL && !XSTRCMP(cipher_descriptor[x]->name, name)) { in find_cipher()
|
A D | crypt_find_hash.c | 21 if (hash_descriptor[x] != NULL && XSTRCMP(hash_descriptor[x]->name, name) == 0) { in find_hash()
|
A D | crypt_find_prng.c | 21 if ((prng_descriptor[x] != NULL) && XSTRCMP(prng_descriptor[x]->name, name) == 0) { in find_prng()
|
A D | crypt_constants.c | 235 if (XSTRCMP(s_crypt_constants[i].name, namein) == 0) { in crypt_get_constant()
|
A D | crypt_sizes.c | 295 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 D | pk_oid_cmp.c | 24 if (XSTRCMP(o1, tmp) != 0) { in pk_oid_cmp_with_ulong()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_custom.h | 39 #ifndef XSTRCMP 40 #define XSTRCMP strcmp macro
|
A D | tomcrypt_cfg.h | 43 LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);
|
Completed in 9 milliseconds