Lines Matching refs:alg
187 void *alg;
191 alg = ossl_provider_ctx(EVP_KDF_get0_provider(kdf));
192 return kdf->gettable_ctx_params(NULL, alg);
197 void *alg;
201 alg = ossl_provider_ctx(EVP_KDF_get0_provider(kdf));
202 return kdf->settable_ctx_params(NULL, alg);
207 void *alg;
211 alg = ossl_provider_ctx(EVP_KDF_get0_provider(ctx->meth));
212 return ctx->meth->gettable_ctx_params(ctx->algctx, alg);
217 void *alg;
221 alg = ossl_provider_ctx(EVP_KDF_get0_provider(ctx->meth));
222 return ctx->meth->settable_ctx_params(ctx->algctx, alg);