Lines Matching defs:fns
224 const OSSL_DISPATCH *fns = algodef->implementation;
241 for (; fns->function_id != 0; fns++) {
242 switch (fns->function_id) {
245 decoder->newctx = OSSL_FUNC_decoder_newctx(fns);
249 decoder->freectx = OSSL_FUNC_decoder_freectx(fns);
254 OSSL_FUNC_decoder_get_params(fns);
259 OSSL_FUNC_decoder_gettable_params(fns);
264 OSSL_FUNC_decoder_set_ctx_params(fns);
269 OSSL_FUNC_decoder_settable_ctx_params(fns);
274 OSSL_FUNC_decoder_does_selection(fns);
278 decoder->decode = OSSL_FUNC_decoder_decode(fns);
282 decoder->export_object = OSSL_FUNC_decoder_export_object(fns);