Lines Matching defs:fns
938 const OSSL_DISPATCH *fns = algodef->implementation;
965 for (; fns->function_id != 0; fns++) {
966 switch (fns->function_id) {
969 md->newctx = OSSL_FUNC_digest_newctx(fns);
975 md->dinit = OSSL_FUNC_digest_init(fns);
981 md->dupdate = OSSL_FUNC_digest_update(fns);
987 md->dfinal = OSSL_FUNC_digest_final(fns);
993 md->digest = OSSL_FUNC_digest_digest(fns);
998 md->freectx = OSSL_FUNC_digest_freectx(fns);
1004 md->dupctx = OSSL_FUNC_digest_dupctx(fns);
1008 md->get_params = OSSL_FUNC_digest_get_params(fns);
1012 md->set_ctx_params = OSSL_FUNC_digest_set_ctx_params(fns);
1016 md->get_ctx_params = OSSL_FUNC_digest_get_ctx_params(fns);
1020 md->gettable_params = OSSL_FUNC_digest_gettable_params(fns);
1025 OSSL_FUNC_digest_settable_ctx_params(fns);
1030 OSSL_FUNC_digest_gettable_ctx_params(fns);