Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_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()
H A DOSSL_STORE_SEARCH.pod57 OSSL_STORE_find().
168 L<ossl_store(7)>, L<OSSL_STORE_supports_search(3)>, L<OSSL_STORE_find(3)>
/freebsd/crypto/openssl/test/
H A Dossl_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()
119 && TEST_true(OSSL_STORE_find(sctx, search)) in test_store_open_winstore()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c58 OSSL_STORE_find(ctx, criterion); in DEFINE_STACK_OF()
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h254 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
/freebsd/crypto/openssl/apps/
H A Dstoreutl.c375 if (!OSSL_STORE_find(store_ctx, search)) { in process()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c325 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map4225 OSSL_STORE_find;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3496 MLINKS+= OSSL_STORE_expect.3 OSSL_STORE_find.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4326 OSSL_STORE_find 4442 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md4537 OSSL_STORE_find() as well as needed tools to construct searches and