Searched refs:export_cb (Results 1 – 3 of 3) sorted by relevance
424 OSSL_CALLBACK *export_cb; member434 return data->export_cb(params, data->export_cbarg); in pkey_fake_import()439 OSSL_CALLBACK *export_cb, void *export_cbarg) in EVP_PKEY_export() argument449 data.export_cb = export_cb; in EVP_PKEY_export()460 return evp_keymgmt_util_export(pkey, selection, export_cb, export_cbarg); in EVP_PKEY_export()
88 OSSL_CALLBACK *export_cb, void *export_cbarg) in evp_keymgmt_util_export() argument90 if (pk == NULL || export_cb == NULL) in evp_keymgmt_util_export()93 export_cb, export_cbarg); in evp_keymgmt_util_export()
101 static int export_cb(const OSSL_PARAM *params, void *arg) in export_cb() function240 &export_cb, keydata))) in test_pass_rsa()