Lines Matching defs:alg
201 void *alg;
205 alg = ossl_provider_ctx(EVP_MAC_get0_provider(mac));
206 return mac->gettable_ctx_params(NULL, alg);
211 void *alg;
215 alg = ossl_provider_ctx(EVP_MAC_get0_provider(mac));
216 return mac->settable_ctx_params(NULL, alg);
221 void *alg;
225 alg = ossl_provider_ctx(EVP_MAC_get0_provider(ctx->meth));
226 return ctx->meth->gettable_ctx_params(ctx->algctx, alg);
231 void *alg;
235 alg = ossl_provider_ctx(EVP_MAC_get0_provider(ctx->meth));
236 return ctx->meth->settable_ctx_params(ctx->algctx, alg);