Home
last modified time | relevance | path

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

/freebsd-13.1/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
38 OSSL_STORE_expect() and OSSL_STORE_find I<must> be called before the first
53 OSSL_STORE_expect() returns 1 on success, or 0 on failure.
67 OSSL_STORE_expect(), OSSL_STORE_supports_search() and OSSL_STORE_find()
H A DOSSL_STORE_LOADER.pod225 same return values as OSSL_STORE_open(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dstore.h200 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dossl_store.pod75 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
/freebsd-13.1/crypto/openssl/apps/
H A Dstoreutl.c352 if (!OSSL_STORE_expect(store_ctx, expected)) { in process()
/freebsd-13.1/crypto/openssl/crypto/store/
H A Dstore_lib.c136 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile224 MAN+= OSSL_STORE_expect.3
2107 MLINKS+= OSSL_STORE_expect.3 OSSL_STORE_find.3
2108 MLINKS+= OSSL_STORE_expect.3 OSSL_STORE_supports_search.3
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map4338 OSSL_STORE_expect;
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt865 OSSL_STORE_F_OSSL_STORE_EXPECT:130:OSSL_STORE_expect
/freebsd-13.1/crypto/openssl/
H A DCHANGES871 objects loaded. This adds the functions OSSL_STORE_expect() and