Home
last modified time | relevance | path

Searched defs:criterion (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c991 int OSSL_STORE_SEARCH_get_type(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get_type()
996 X509_NAME *OSSL_STORE_SEARCH_get0_name(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_name()
1002 *criterion) in OSSL_STORE_SEARCH_get0_serial()
1008 *criterion, size_t *length) in OSSL_STORE_SEARCH_get0_bytes()
1014 const char *OSSL_STORE_SEARCH_get0_string(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_string()
1019 const EVP_MD *OSSL_STORE_SEARCH_get0_digest(const OSSL_STORE_SEARCH *criterion) in OSSL_STORE_SEARCH_get0_digest()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c193 const OSSL_STORE_SEARCH *criterion, X509_OBJECT *ret) in by_store()
212 OSSL_STORE_SEARCH *criterion = in by_store_subject() local
/freebsd/crypto/openssl/apps/
H A Dstoreutl.c81 int criterion = 0; in storeutl_main() local
345 int expected, int criterion, OSSL_STORE_SEARCH *search, in process()