Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c706 static ossl_inline int nullstrcmp(const char *a, const char *b, int casecmp) in nullstrcmp() function
733 cmp = nullstrcmp(a->keytype, b->keytype, 1); in decoder_cache_entry_cmp()
737 cmp = nullstrcmp(a->input_type, b->input_type, 1); in decoder_cache_entry_cmp()
741 cmp = nullstrcmp(a->input_structure, b->input_structure, 1); in decoder_cache_entry_cmp()
745 cmp = nullstrcmp(a->propquery, b->propquery, 0); in decoder_cache_entry_cmp()