Lines Matching refs:OSSL_STORE_CTX
37 typedef struct ossl_store_ctx_st OSSL_STORE_CTX; typedef
55 OSSL_STORE_CTX *
59 OSSL_STORE_CTX *
73 OSSL_DEPRECATEDIN_3_0 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd,
75 OSSL_DEPRECATEDIN_3_0 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd,
99 OSSL_STORE_INFO *OSSL_STORE_load(OSSL_STORE_CTX *ctx);
105 int OSSL_STORE_eof(OSSL_STORE_CTX *ctx);
111 int OSSL_STORE_error(OSSL_STORE_CTX *ctx);
117 int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
132 OSSL_STORE_CTX *OSSL_STORE_attach(BIO *bio, const char *scheme,
212 int OSSL_STORE_supports_search(OSSL_STORE_CTX *ctx, int search_type);
245 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type);
246 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search);