Home
last modified time | relevance | path

Searched refs:OSSL_STORE_load (Results 1 – 16 of 16) sorted by relevance

/openssl/doc/man3/
H A DOSSL_STORE_open.pod7 OSSL_STORE_ctrl, OSSL_STORE_load, OSSL_STORE_eof, OSSL_STORE_delete,
31 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
51 read each available and supported object using OSSL_STORE_load() as long as
61 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close() to work
78 OSSL_STORE_load() to manipulate or drop the value to be returned.
80 will cause OSSL_STORE_load() to start its process over with loading
107 OSSL_STORE_load() takes a B<OSSL_STORE_CTX> and tries to load the next
116 the last OSSL_STORE_load() call.
149 OSSL_STORE_load() returns a pointer to a B<OSSL_STORE_INFO> on success, or NULL
157 OSSL_STORE_error() returns 1 if an error occurred in an OSSL_STORE_load() call,
[all …]
H A DOSSL_STORE_expect.pod22 OSSL_STORE_expect() helps applications filter what OSSL_STORE_load() returns
41 OSSL_STORE_load() of a given session, or they will fail.
65 L<OSSL_STORE_load(3)>
H A DOSSL_STORE_LOADER.pod115 OSSL_STORE_open(), OSSL_STORE_open_ex(), OSSL_STORE_load(),
304 OSSL_STORE_open_ex(), OSSL_STORE_load(), OSSL_STORE_eof()
339 OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close(), respectively.
H A DOSSL_STORE_INFO.pod66 the objects that have been retrieved by OSSL_STORE_load() and similar functions.
/openssl/test/
H A Dprovider_pkey_test.c272 && (info = OSSL_STORE_load(ctx)) != NULL in test_pkey_store()
323 && (info = OSSL_STORE_load(ctx)) != NULL in test_pkey_delete()
348 info = OSSL_STORE_load(ctx); in test_pkey_delete()
H A Dossl_store_test.c84 && (info = OSSL_STORE_load(ctx)) != NULL in get_params()
/openssl/doc/man7/
H A DOSSL_STORE-winstore.pod58 However, once extracted with L<OSSL_STORE_load(3)>, certificates that have
H A Dossl_store.pod58 OSSL_STORE_INFO *info = OSSL_STORE_load(ctx);
/openssl/crypto/x509/
H A Dby_store.c50 OSSL_STORE_INFO *info = OSSL_STORE_load(ctx); in cache_objects()
/openssl/include/openssl/
H A Dstore.h99 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
/openssl/apps/
H A Dstoreutl.c387 OSSL_STORE_INFO *info = OSSL_STORE_load(store_ctx); in process()
/openssl/crypto/store/
H A Dstore_lib.c419 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx) in OSSL_STORE_load() function
/openssl/ssl/
H A Dssl_cert.c1001 OSSL_STORE_INFO *info = OSSL_STORE_load(ctx); in add_uris_recursive()
/openssl/apps/lib/
H A Dapps.c1024 OSSL_STORE_INFO *info = OSSL_STORE_load(ctx); in load_key_certs_crls()
/openssl/util/
H A Dlibcrypto.num4181 OSSL_STORE_load 4274 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md4370 and includes OSSL_STORE_open, OSSL_STORE_load, OSSL_STORE_eof,

Completed in 101 milliseconds