Searched refs:nullstrcmp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/encode_decode/ |
| H A D | decoder_pkey.c | 706 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()
|