Lines Matching defs:fns
199 const OSSL_DISPATCH *fns = algodef->implementation;
207 for (; fns->function_id != 0; fns++) {
208 switch (fns->function_id) {
211 loader->p_open = OSSL_FUNC_store_open(fns);
215 loader->p_attach = OSSL_FUNC_store_attach(fns);
220 OSSL_FUNC_store_settable_ctx_params(fns);
224 loader->p_set_ctx_params = OSSL_FUNC_store_set_ctx_params(fns);
228 loader->p_load = OSSL_FUNC_store_load(fns);
232 loader->p_eof = OSSL_FUNC_store_eof(fns);
236 loader->p_close = OSSL_FUNC_store_close(fns);
240 loader->p_export_object = OSSL_FUNC_store_export_object(fns);