Home
last modified time | relevance | path

Searched refs:OSSL_STORE_expect (Results 1 – 10 of 10) sorted by relevance

/openssl-master/doc/man3/
A DOSSL_STORE_expect.pod5 OSSL_STORE_expect,
14 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
22 OSSL_STORE_expect() helps applications filter what OSSL_STORE_load() returns
40 OSSL_STORE_expect() and OSSL_STORE_find I<must> be called before the first
55 OSSL_STORE_expect() returns 1 on success, or 0 on failure.
69 OSSL_STORE_expect(), OSSL_STORE_supports_search() and OSSL_STORE_find()
A DOSSL_STORE_LOADER.pod337 OSSL_STORE_open_ex(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
/openssl-master/doc/man7/
A Dossl_store.pod75 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
/openssl-master/include/openssl/
A Dstore.h245 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
/openssl-master/apps/
A Dstoreutl.c369 if (!OSSL_STORE_expect(store_ctx, expected)) { in process()
/openssl-master/crypto/store/
A Dstore_lib.c275 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() function
/openssl-master/doc/
A Dbuild.info1698 DEPEND[html/man3/OSSL_STORE_expect.html]=man3/OSSL_STORE_expect.pod
1699 GENERATE[html/man3/OSSL_STORE_expect.html]=man3/OSSL_STORE_expect.pod
1700 DEPEND[man/man3/OSSL_STORE_expect.3]=man3/OSSL_STORE_expect.pod
1701 GENERATE[man/man3/OSSL_STORE_expect.3]=man3/OSSL_STORE_expect.pod
3146 html/man3/OSSL_STORE_expect.html \
3738 man/man3/OSSL_STORE_expect.3 \
/openssl-master/apps/lib/
A Dapps.c957 if (expect > 0 && !OSSL_STORE_expect(ctx, expect)) in load_key_certs_crls_suppress()
/openssl-master/util/
A Dlibcrypto.num4321 OSSL_STORE_expect 4437 3_0_0 EXIST::FUNCTION:
/openssl-master/
A DCHANGES.md2303 objects loaded. This adds the functions OSSL_STORE_expect() and

Completed in 63 milliseconds