Searched refs:OSSL_STORE_find (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_STORE_expect.pod | 7 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 D | OSSL_STORE_SEARCH.pod | 57 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 D | ossl_store_test.c | 52 && 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 D | by_store.c | 58 OSSL_STORE_find(ctx, criterion); in DEFINE_STACK_OF()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | store.h | 254 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);
|
/freebsd/crypto/openssl/apps/ |
H A D | storeutl.c | 375 if (!OSSL_STORE_find(store_ctx, search)) { in process()
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_lib.c | 325 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) in OSSL_STORE_find() function
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4225 OSSL_STORE_find;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3496 MLINKS+= OSSL_STORE_expect.3 OSSL_STORE_find.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4326 OSSL_STORE_find 4442 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4537 OSSL_STORE_find() as well as needed tools to construct searches and
|