Lines Matching refs:OSSL_STORE_load
7 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,
175 OSSL_STORE_ctrl(), OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close()