Searched refs:OSSL_STORE_expect (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_STORE_expect.pod | 5 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 D | OSSL_STORE_LOADER.pod | 338 OSSL_STORE_open_ex(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl_store.pod | 80 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | store.h | 254 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
|
| /freebsd/crypto/openssl/apps/ |
| H A D | storeutl.c | 379 if (!OSSL_STORE_expect(store_ctx, expected)) { in process()
|
| /freebsd/crypto/openssl/crypto/store/ |
| H A D | store_lib.c | 293 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() function
|
| /freebsd/crypto/openssl/doc/ |
| H A D | build.info | 1862 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 D | apps.c | 999 if (expect > 0 && !OSSL_STORE_expect(ctx, expect)) { in load_key_certs_crls()
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 347 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 D | Version.map | 4224 OSSL_STORE_expect;
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 4321 OSSL_STORE_expect 4437 3_0_0 EXIST::FUNCTION:
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 5060 objects loaded. This adds the functions OSSL_STORE_expect() and
|