Lines Matching refs:fns
203 const OSSL_DISPATCH *fns = algodef->implementation; in encoder_from_algorithm() local
220 for (; fns->function_id != 0; fns++) { in encoder_from_algorithm()
221 switch (fns->function_id) { in encoder_from_algorithm()
225 OSSL_FUNC_encoder_newctx(fns); in encoder_from_algorithm()
230 OSSL_FUNC_encoder_freectx(fns); in encoder_from_algorithm()
235 OSSL_FUNC_encoder_get_params(fns); in encoder_from_algorithm()
240 OSSL_FUNC_encoder_gettable_params(fns); in encoder_from_algorithm()
245 OSSL_FUNC_encoder_set_ctx_params(fns); in encoder_from_algorithm()
250 OSSL_FUNC_encoder_settable_ctx_params(fns); in encoder_from_algorithm()
255 OSSL_FUNC_encoder_does_selection(fns); in encoder_from_algorithm()
259 encoder->encode = OSSL_FUNC_encoder_encode(fns); in encoder_from_algorithm()
264 OSSL_FUNC_encoder_import_object(fns); in encoder_from_algorithm()
269 OSSL_FUNC_encoder_free_object(fns); in encoder_from_algorithm()