Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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()
DOSSL_STORE_LOADER.pod225 same return values as OSSL_STORE_open(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
/third_party/openssl/include/openssl/
Dstore.h200 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
/third_party/openssl/doc/man7/
Dossl_store.pod75 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
/third_party/openssl/apps/
Dstoreutl.c352 if (!OSSL_STORE_expect(store_ctx, expected)) { in process()
/third_party/openssl/crypto/store/
Dstore_lib.c136 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() function
/third_party/openssl/crypto/err/
Dopenssl.txt865 OSSL_STORE_F_OSSL_STORE_EXPECT:130:OSSL_STORE_expect
/third_party/openssl/util/
Dlibcrypto.num4493 OSSL_STORE_expect 4437 1_1_1 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES975 objects loaded. This adds the functions OSSL_STORE_expect() and