Home
last modified time | relevance | path

Searched refs:param_cb (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/crypto/evp/
Dkeymgmt_meth.c474 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export() argument
478 return keymgmt->export(keydata, selection, param_cb, cbarg); in evp_keymgmt_export()
/third_party/openssl/providers/implementations/keymgmt/
Dmac_legacy_kmgmt.c273 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export() argument
296 ret = param_cb(params, cbarg); in mac_export()
Ddsa_kmgmt.c214 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export() argument
243 ok = param_cb(params, cbarg); in dsa_export()
Decx_kmgmt.c230 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export() argument
256 ret = param_cb(params, cbarg); in ecx_export()
Ddh_kmgmt.c214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export() argument
244 ok = param_cb(params, cbarg); in dh_export()
Dec_kmgmt.c441 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export() argument
504 ok = param_cb(params, cbarg); in ec_export()
/third_party/openssl/doc/internal/man3/
Devp_keymgmt_newdata.pod30 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
/third_party/openssl/test/
Dtls-provider.c697 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export() argument
713 return param_cb(params, cbarg); in xor_export()
/third_party/openssl/doc/man7/
Dprovider-keymgmt.pod52 OSSL_CALLBACK *param_cb, void *cbarg);
330 I<param_cb> with that array as well as the given I<cbarg>.
/third_party/openssl/include/crypto/
Devp.h836 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
/third_party/openssl/include/openssl/
Dcore_dispatch.h638 OSSL_CALLBACK *param_cb, void *cbarg))