OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XSTRCMP
(Results
1 - 6
of
6
) sorted by null
/external/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_cipher.c
29
if (cipher_descriptor[x].name != NULL && !
XSTRCMP
(cipher_descriptor[x].name, name)) {
crypt_find_hash.c
29
if (hash_descriptor[x].name != NULL &&
XSTRCMP
(hash_descriptor[x].name, name) == 0) {
crypt_find_prng.c
29
if ((prng_descriptor[x].name != NULL) &&
XSTRCMP
(prng_descriptor[x].name, name) == 0) {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h
51
#ifndef
XSTRCMP
55
#define
XSTRCMP
strcmp
tomcrypt_cfg.h
42
LTC_EXPORT int LTC_CALL
XSTRCMP
(const char *s1, const char *s2);
/external/dropbear/libtomcrypt/src/pk/ecc/
ecc_shared_secret.c
56
if (
XSTRCMP
(private_key->dp->name, public_key->dp->name) != 0) {
Completed in 64 milliseconds