Searched refs:OSSL_STORE_expect (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/doc/man3/ |
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 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()
|
D | OSSL_STORE_LOADER.pod | 225 same return values as OSSL_STORE_open(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
|
/third_party/openssl/include/openssl/ |
D | store.h | 200 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
|
/third_party/openssl/doc/man7/ |
D | ossl_store.pod | 75 L<OSSL_STORE_open(3)>, L<OSSL_STORE_expect(3)>,
|
/third_party/openssl/apps/ |
D | storeutl.c | 352 if (!OSSL_STORE_expect(store_ctx, expected)) { in process()
|
/third_party/openssl/crypto/store/ |
D | store_lib.c | 136 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 865 OSSL_STORE_F_OSSL_STORE_EXPECT:130:OSSL_STORE_expect
|
/third_party/openssl/util/ |
D | libcrypto.num | 4493 OSSL_STORE_expect 4437 1_1_1 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 975 objects loaded. This adds the functions OSSL_STORE_expect() and
|