Searched refs:ossl_bsearch (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/ |
D | bsearch.c | 13 const void *ossl_bsearch(const void *key, const void *base, int num, in ossl_bsearch() function
|
/third_party/openssl/crypto/property/ |
D | property_query.c | 33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
|
/third_party/openssl/include/internal/ |
D | cryptlib.h | 219 const void *ossl_bsearch(const void *key, const void *base, int num,
|
/third_party/openssl/crypto/stack/ |
D | stack.c | 349 r = ossl_bsearch(&data, st->data, st->num, sizeof(void *), st->comp, in internal_find()
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.c | 634 const char *p = ossl_bsearch(key, base, num, size, cmp, flags); in OBJ_bsearch_ex_()
|