Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/include/openssl/
Dobjects.h27 # define OBJ_BSEARCH_VALUE_ON_NOMATCH 0x01 macro
/freebsd-12-stable/crypto/openssl/crypto/objects/
Dobj_dat.c642 if (c == 0 || (c < 0 && (flags & OBJ_BSEARCH_VALUE_ON_NOMATCH))) in OBJ_bsearch_ex_()
647 if (c != 0 && !(flags & OBJ_BSEARCH_VALUE_ON_NOMATCH)) in OBJ_bsearch_ex_()
/freebsd-12-stable/crypto/openssl/crypto/stack/
Dstack.c323 return internal_find(st, data, OBJ_BSEARCH_VALUE_ON_NOMATCH); in OPENSSL_sk_find_ex()
/freebsd-12-stable/crypto/openssl/
DCHANGES6706 OBJ_BSEARCH_VALUE_ON_NOMATCH