Home
last modified time | relevance | path

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

/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)>
/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()
/openssl/crypto/x509/
H A Dby_store.c47 OSSL_STORE_find(ctx, criterion); in cache_objects()
/openssl/include/openssl/
H A Dstore.h254 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
/openssl/apps/
H A Dstoreutl.c377 if (!OSSL_STORE_find(store_ctx, search)) { in process()
/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
/openssl/util/
H A Dlibcrypto.num4326 OSSL_STORE_find 4442 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md4243 OSSL_STORE_find() as well as needed tools to construct searches and

Completed in 81 milliseconds