Lines Matching refs:OSSL_STORE_LOADER_CTX

15 OSSL_STORE_LOADER_CTX, OSSL_STORE_LOADER_new,
66 typedef struct ossl_store_loader_ctx_st OSSL_STORE_LOADER_CTX;
68 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_fn)(
72 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_open_ex_fn)(
77 typedef OSSL_STORE_LOADER_CTX *(*OSSL_STORE_attach_fn)
83 typedef int (*OSSL_STORE_ctrl_fn)(OSSL_STORE_LOADER_CTX *ctx, int cmd,
87 typedef int (*OSSL_STORE_expect_fn)(OSSL_STORE_LOADER_CTX *ctx, int expected);
90 typedef int (*OSSL_STORE_find_fn)(OSSL_STORE_LOADER_CTX *ctx,
94 typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx,
99 typedef int (*OSSL_STORE_eof_fn)(OSSL_STORE_LOADER_CTX *ctx);
102 typedef int (*OSSL_STORE_error_fn)(OSSL_STORE_LOADER_CTX *ctx);
105 typedef int (*OSSL_STORE_close_fn)(OSSL_STORE_LOADER_CTX *ctx);
157 B<OSSL_STORE_LOADER_CTX> is a type template, to be defined by each loader
177 initialized, to create a private data store (B<OSSL_STORE_LOADER_CTX>,
192 This function takes a B<OSSL_STORE_LOADER_CTX> pointer, a command number
211 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<OSSL_STORE_INFO>
220 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a
232 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<UI_METHOD>
246 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to
252 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to
259 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to
261 contents of the B<OSSL_STORE_LOADER_CTX> pointer.
368 B<OSSL_STORE_LOADER>, B<OSSL_STORE_LOADER_CTX>, OSSL_STORE_LOADER_new(),