Symbol: ossl_provider_ctx
crypto/openssl/crypto/encode_decode/decoder_meth.c
593
void *provctx = ossl_provider_ctx(OSSL_DECODER_get0_provider(decoder));
crypto/openssl/crypto/encode_decode/decoder_meth.c
611
void *provctx = ossl_provider_ctx(OSSL_DECODER_get0_provider(decoder));
crypto/openssl/crypto/encode_decode/encoder_meth.c
580
void *provctx = ossl_provider_ctx(OSSL_ENCODER_get0_provider(encoder));
crypto/openssl/crypto/encode_decode/encoder_meth.c
597
void *provctx = ossl_provider_ctx(OSSL_ENCODER_get0_provider(encoder));
crypto/openssl/crypto/evp/asymcipher.c
157
ctx->op.ciph.algctx = cipher->newctx(ossl_provider_ctx(cipher->prov));
crypto/openssl/crypto/evp/asymcipher.c
582
provctx = ossl_provider_ctx(EVP_ASYM_CIPHER_get0_provider(cip));
crypto/openssl/crypto/evp/asymcipher.c
593
provctx = ossl_provider_ctx(EVP_ASYM_CIPHER_get0_provider(cip));
crypto/openssl/crypto/evp/digest.c
290
ctx->algctx = ctx->digest->newctx(ossl_provider_ctx(type->prov));
crypto/openssl/crypto/evp/digest.c
772
ossl_provider_ctx(EVP_MD_get0_provider(digest)));
crypto/openssl/crypto/evp/digest.c
800
provctx = ossl_provider_ctx(EVP_MD_get0_provider(md));
crypto/openssl/crypto/evp/digest.c
825
alg = ossl_provider_ctx(EVP_MD_get0_provider(ctx->digest));
crypto/openssl/crypto/evp/digest.c
856
provctx = ossl_provider_ctx(EVP_MD_get0_provider(md));
crypto/openssl/crypto/evp/digest.c
882
provctx = ossl_provider_ctx(EVP_MD_get0_provider(ctx->digest));
crypto/openssl/crypto/evp/evp_enc.c
1687
ossl_provider_ctx(EVP_CIPHER_get0_provider(cipher)));
crypto/openssl/crypto/evp/evp_enc.c
1696
provctx = ossl_provider_ctx(EVP_CIPHER_get0_provider(cipher));
crypto/openssl/crypto/evp/evp_enc.c
1707
provctx = ossl_provider_ctx(EVP_CIPHER_get0_provider(cipher));
crypto/openssl/crypto/evp/evp_enc.c
1718
alg = ossl_provider_ctx(EVP_CIPHER_get0_provider(cctx->cipher));
crypto/openssl/crypto/evp/evp_enc.c
1729
provctx = ossl_provider_ctx(EVP_CIPHER_get0_provider(cctx->cipher));
crypto/openssl/crypto/evp/evp_enc.c
228
ctx->algctx = ctx->cipher->newctx(ossl_provider_ctx(cipher->prov));
crypto/openssl/crypto/evp/evp_enc.c
555
ctx->algctx = ctx->cipher->newctx(ossl_provider_ctx(cipher->prov));
crypto/openssl/crypto/evp/evp_rand.c
367
if ((ctx->algctx = rand->newctx(ossl_provider_ctx(rand->prov), parent_ctx,
crypto/openssl/crypto/evp/evp_rand.c
448
return rand->gettable_params(ossl_provider_ctx(EVP_RAND_get0_provider(rand)));
crypto/openssl/crypto/evp/evp_rand.c
457
provctx = ossl_provider_ctx(EVP_RAND_get0_provider(rand));
crypto/openssl/crypto/evp/evp_rand.c
467
provctx = ossl_provider_ctx(EVP_RAND_get0_provider(rand));
crypto/openssl/crypto/evp/evp_rand.c
477
provctx = ossl_provider_ctx(EVP_RAND_get0_provider(ctx->meth));
crypto/openssl/crypto/evp/evp_rand.c
487
provctx = ossl_provider_ctx(EVP_RAND_get0_provider(ctx->meth));
crypto/openssl/crypto/evp/exchange.c
342
ctx->op.kex.algctx = exchange->newctx(ossl_provider_ctx(exchange->prov));
crypto/openssl/crypto/evp/exchange.c
593
provctx = ossl_provider_ctx(EVP_KEYEXCH_get0_provider(keyexch));
crypto/openssl/crypto/evp/exchange.c
603
provctx = ossl_provider_ctx(EVP_KEYEXCH_get0_provider(keyexch));
crypto/openssl/crypto/evp/kdf_lib.c
32
|| (ctx->algctx = kdf->newctx(ossl_provider_ctx(kdf->prov))) == NULL
crypto/openssl/crypto/evp/kdf_meth.c
181
return kdf->gettable_params(ossl_provider_ctx(EVP_KDF_get0_provider(kdf)));
crypto/openssl/crypto/evp/kdf_meth.c
190
alg = ossl_provider_ctx(EVP_KDF_get0_provider(kdf));
crypto/openssl/crypto/evp/kdf_meth.c
200
alg = ossl_provider_ctx(EVP_KDF_get0_provider(kdf));
crypto/openssl/crypto/evp/kdf_meth.c
210
alg = ossl_provider_ctx(EVP_KDF_get0_provider(ctx->meth));
crypto/openssl/crypto/evp/kdf_meth.c
220
alg = ossl_provider_ctx(EVP_KDF_get0_provider(ctx->meth));
crypto/openssl/crypto/evp/kem.c
162
ctx->op.encap.algctx = kem->newctx(ossl_provider_ctx(kem->prov));
crypto/openssl/crypto/evp/kem.c
527
provctx = ossl_provider_ctx(EVP_KEM_get0_provider(kem));
crypto/openssl/crypto/evp/kem.c
538
provctx = ossl_provider_ctx(EVP_KEM_get0_provider(kem));
crypto/openssl/crypto/evp/keymgmt_meth.c
367
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/keymgmt_meth.c
388
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/keymgmt_meth.c
419
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/keymgmt_meth.c
436
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/keymgmt_meth.c
493
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/keymgmt_meth.c
510
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/keymgmt_meth.c
553
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/keymgmt_meth.c
573
void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt));
crypto/openssl/crypto/evp/m_sigver.c
199
= signature->newctx(ossl_provider_ctx(signature->prov), props);
crypto/openssl/crypto/evp/mac_lib.c
28
if ((ctx->algctx = mac->newctx(ossl_provider_ctx(mac->prov))) == NULL
crypto/openssl/crypto/evp/mac_meth.c
202
return mac->gettable_params(ossl_provider_ctx(EVP_MAC_get0_provider(mac)));
crypto/openssl/crypto/evp/mac_meth.c
211
alg = ossl_provider_ctx(EVP_MAC_get0_provider(mac));
crypto/openssl/crypto/evp/mac_meth.c
221
alg = ossl_provider_ctx(EVP_MAC_get0_provider(mac));
crypto/openssl/crypto/evp/mac_meth.c
231
alg = ossl_provider_ctx(EVP_MAC_get0_provider(ctx->meth));
crypto/openssl/crypto/evp/mac_meth.c
241
alg = ossl_provider_ctx(EVP_MAC_get0_provider(ctx->meth));
crypto/openssl/crypto/evp/pmeth_lib.c
765
provctx = ossl_provider_ctx(EVP_KEYEXCH_get0_provider(ctx->op.kex.exchange));
crypto/openssl/crypto/evp/pmeth_lib.c
772
provctx = ossl_provider_ctx(
crypto/openssl/crypto/evp/pmeth_lib.c
780
provctx = ossl_provider_ctx(
crypto/openssl/crypto/evp/pmeth_lib.c
788
provctx = ossl_provider_ctx(EVP_KEM_get0_provider(ctx->op.encap.kem));
crypto/openssl/crypto/evp/pmeth_lib.c
795
provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(ctx->keymgmt));
crypto/openssl/crypto/evp/pmeth_lib.c
809
provctx = ossl_provider_ctx(EVP_KEYEXCH_get0_provider(ctx->op.kex.exchange));
crypto/openssl/crypto/evp/pmeth_lib.c
816
provctx = ossl_provider_ctx(
crypto/openssl/crypto/evp/pmeth_lib.c
824
provctx = ossl_provider_ctx(
crypto/openssl/crypto/evp/pmeth_lib.c
832
provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(ctx->keymgmt));
crypto/openssl/crypto/evp/pmeth_lib.c
839
provctx = ossl_provider_ctx(EVP_KEM_get0_provider(ctx->op.encap.kem));
crypto/openssl/crypto/evp/signature.c
553
provctx = ossl_provider_ctx(EVP_SIGNATURE_get0_provider(sig));
crypto/openssl/crypto/evp/signature.c
564
provctx = ossl_provider_ctx(EVP_SIGNATURE_get0_provider(sig));
crypto/openssl/crypto/evp/signature.c
783
ctx->op.sig.algctx = signature->newctx(ossl_provider_ctx(signature->prov), ctx->propquery);
crypto/openssl/crypto/evp/skeymgmt_meth.c
22
void *provctx = ossl_provider_ctx(EVP_SKEYMGMT_get0_provider(skeymgmt));
crypto/openssl/crypto/evp/skeymgmt_meth.c
227
provctx = ossl_provider_ctx(EVP_SKEYMGMT_get0_provider(skeymgmt));
crypto/openssl/crypto/evp/skeymgmt_meth.c
239
provctx = ossl_provider_ctx(EVP_SKEYMGMT_get0_provider(skeymgmt));
crypto/openssl/crypto/evp/skeymgmt_meth.c
29
void *provctx = ossl_provider_ctx(EVP_SKEYMGMT_get0_provider(skeymgmt));
crypto/openssl/crypto/provider.c
105
return ossl_provider_ctx(prov);
crypto/openssl/crypto/store/store_lib.c
868
void *provctx = ossl_provider_ctx(OSSL_STORE_LOADER_get0_provider(ctx->fetched_loader));
crypto/openssl/include/internal/provider.h
62
void *ossl_provider_ctx(const OSSL_PROVIDER *prov);