Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/doc/man3/
HDOSSL_STORE_expect.pod7 OSSL_STORE_find
18 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search);
32 OSSL_STORE_find() helps applications specify a criterion for a more fine
40 OSSL_STORE_expect() and OSSL_STORE_find I<must> be called before the first
60 OSSL_STORE_find() returns 1 on success, or 0 on failure.
69 OSSL_STORE_expect(), OSSL_STORE_supports_search() and OSSL_STORE_find()
HDOSSL_STORE_SEARCH.pod57 OSSL_STORE_find().
168 L<ossl_store(7)>, L<OSSL_STORE_supports_search(3)>, L<OSSL_STORE_find(3)>
/freebsd-head/crypto/openssl/test/
HDossl_store_test.c52 && TEST_false(OSSL_STORE_find(sctx, NULL)) in test_store_open()
53 && TEST_true(OSSL_STORE_find(sctx, search)); in test_store_open()
/freebsd-head/crypto/openssl/crypto/x509/
HDby_store.c47 OSSL_STORE_find(ctx, criterion); in cache_objects()
/freebsd-head/crypto/openssl/include/openssl/
HDstore.h246 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
/freebsd-head/crypto/openssl/apps/
HDstoreutl.c381 if (!OSSL_STORE_find(store_ctx, search)) { in process()
/freebsd-head/crypto/openssl/crypto/store/
HDstore_lib.c307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() function
/freebsd-head/secure/lib/libcrypto/
HDVersion.map4225 OSSL_STORE_find;
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile3257 MLINKS+= OSSL_STORE_expect.3 OSSL_STORE_find.3
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num4326 OSSL_STORE_find 4442 3_0_0 EXIST::FUNCTION:
/freebsd-head/crypto/openssl/
HDCHANGES.md3268 OSSL_STORE_find() as well as needed tools to construct searches and