Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_custom.h51 #ifndef XSTRCMP
55 #define XSTRCMP strcmp macro
Dtomcrypt_cfg.h42 LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);
/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_find_cipher.c29 if (cipher_descriptor[x].name != NULL && !XSTRCMP(cipher_descriptor[x].name, name)) { in find_cipher()
Dcrypt_find_hash.c29 if (hash_descriptor[x].name != NULL && XSTRCMP(hash_descriptor[x].name, name) == 0) { in find_hash()
Dcrypt_find_prng.c29 if ((prng_descriptor[x].name != NULL) && XSTRCMP(prng_descriptor[x].name, name) == 0) { in find_prng()
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_shared_secret.c56 if (XSTRCMP(private_key->dp->name, public_key->dp->name) != 0) { in ecc_shared_secret()