Lines Matching refs:fns
1006 const OSSL_DISPATCH *fns = algodef->implementation; in evp_md_from_algorithm() local
1033 for (; fns->function_id != 0; fns++) { in evp_md_from_algorithm()
1034 switch (fns->function_id) { in evp_md_from_algorithm()
1037 md->newctx = OSSL_FUNC_digest_newctx(fns); in evp_md_from_algorithm()
1043 md->dinit = OSSL_FUNC_digest_init(fns); in evp_md_from_algorithm()
1049 md->dupdate = OSSL_FUNC_digest_update(fns); in evp_md_from_algorithm()
1055 md->dfinal = OSSL_FUNC_digest_final(fns); in evp_md_from_algorithm()
1061 md->dsqueeze = OSSL_FUNC_digest_squeeze(fns); in evp_md_from_algorithm()
1067 md->digest = OSSL_FUNC_digest_digest(fns); in evp_md_from_algorithm()
1072 md->freectx = OSSL_FUNC_digest_freectx(fns); in evp_md_from_algorithm()
1078 md->dupctx = OSSL_FUNC_digest_dupctx(fns); in evp_md_from_algorithm()
1082 md->get_params = OSSL_FUNC_digest_get_params(fns); in evp_md_from_algorithm()
1086 md->set_ctx_params = OSSL_FUNC_digest_set_ctx_params(fns); in evp_md_from_algorithm()
1090 md->get_ctx_params = OSSL_FUNC_digest_get_ctx_params(fns); in evp_md_from_algorithm()
1094 md->gettable_params = OSSL_FUNC_digest_gettable_params(fns); in evp_md_from_algorithm()
1099 OSSL_FUNC_digest_settable_ctx_params(fns); in evp_md_from_algorithm()
1104 OSSL_FUNC_digest_gettable_ctx_params(fns); in evp_md_from_algorithm()