Lines Matching refs:function

163 are the function pointer types used within a STORE loader.
176 Furthermore, this function is expected to initialize what needs to be
179 If something goes wrong, this function is expected to return NULL.
187 This function takes a B<BIO>, otherwise works like
192 This function takes a B<OSSL_STORE_LOADER_CTX> pointer, a command number
207 This function is expected to return 1 on success, 0 on error.
211 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<OSSL_STORE_INFO>
216 This function is expected to return 1 on success, 0 on error.
220 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a
224 When called with the loader context being NULL, this function is expected
228 function is expected to return 1 on success, 0 on error.
232 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a B<UI_METHOD>
237 If no more data is available or an error occurs, this function is
242 Note that this function retrieves I<one> data item only.
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
254 B<OSSL_STORE_load_fn> function.
259 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and is expected to
275 OSSL_STORE_LOADER_set_open() sets the opener function for the
279 function for the I<store_loader>.
281 OSSL_STORE_LOADER_set_attach() sets the attacher function for the
284 OSSL_STORE_LOADER_set_ctrl() sets the control function for the
287 OSSL_STORE_LOADER_set_expect() sets the expect function for the
290 OSSL_STORE_LOADER_set_load() sets the loader function for the
293 OSSL_STORE_LOADER_set_eof() sets the end of file checker function for the
296 OSSL_STORE_LOADER_set_close() sets the closing function for the