Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H 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()
H A DOSSL_STORE_LOADER.pod338 OSSL_STORE_open_ex(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod80 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h254 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
/freebsd/crypto/openssl/apps/
H A Dstoreutl.c379 if (!OSSL_STORE_expect(store_ctx, expected)) { in process()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c293 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() function
/freebsd/crypto/openssl/doc/
H A Dbuild.info1862 DEPEND[html/man3/OSSL_STORE_expect.html]=man3/OSSL_STORE_expect.pod
1863 GENERATE[html/man3/OSSL_STORE_expect.html]=man3/OSSL_STORE_expect.pod
1864 DEPEND[man/man3/OSSL_STORE_expect.3]=man3/OSSL_STORE_expect.pod
1865 GENERATE[man/man3/OSSL_STORE_expect.3]=man3/OSSL_STORE_expect.pod
3533 html/man3/OSSL_STORE_expect.html \
4210 man/man3/OSSL_STORE_expect.3 \
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c999 if (expect > 0 && !OSSL_STORE_expect(ctx, expect)) { in load_key_certs_crls()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile347 MAN+= OSSL_STORE_expect.3
3500 MLINKS+= OSSL_STORE_expect.3 OSSL_STORE_find.3
3501 MLINKS+= OSSL_STORE_expect.3 OSSL_STORE_supports_search.3
/freebsd/secure/lib/libcrypto/
H A DVersion.map4224 OSSL_STORE_expect;
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4321 OSSL_STORE_expect 4437 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md5060 objects loaded. This adds the functions OSSL_STORE_expect() and