Lines Matching refs:provctx
365 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_newdata() local
374 return keymgmt->new(provctx); in evp_keymgmt_newdata()
386 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_gen_init() local
390 return keymgmt->gen_init(provctx, selection, params); in evp_keymgmt_gen_init()
417 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_gen_settable_params() local
421 return keymgmt->gen_settable_params(NULL, provctx); in EVP_KEYMGMT_gen_settable_params()
434 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_gen_gettable_params() local
438 return keymgmt->gen_gettable_params(NULL, provctx); in EVP_KEYMGMT_gen_gettable_params()
478 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_gettable_params() local
482 return keymgmt->gettable_params(provctx); in EVP_KEYMGMT_gettable_params()
495 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_settable_params() local
499 return keymgmt->settable_params(provctx); in EVP_KEYMGMT_settable_params()
538 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_import_types() local
541 return keymgmt->import_types_ex(provctx, selection); in evp_keymgmt_import_types()
558 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_export_types() local
561 return keymgmt->export_types_ex(provctx, selection); in evp_keymgmt_export_types()