Searched refs:param_cb (Results 1 – 11 of 11) sorted by relevance
/openssl-master/crypto/evp/ |
A D | keymgmt_meth.c | 473 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export() argument 477 return keymgmt->export(keydata, selection, param_cb, cbarg); in evp_keymgmt_export()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | mac_legacy_kmgmt.c | 274 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export() argument 297 ret = param_cb(params, cbarg); in mac_export()
|
A D | dsa_kmgmt.c | 191 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export() argument 211 ok = param_cb(params, cbarg); in dsa_export()
|
A D | dh_kmgmt.c | 190 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export() argument 215 ok = param_cb(params, cbarg); in dh_export()
|
A D | ecx_kmgmt.c | 216 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export() argument 239 ret = param_cb(params, cbarg); in ecx_export()
|
A D | ec_kmgmt.c | 430 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export() argument 492 ok = param_cb(params, cbarg); in ec_export()
|
/openssl-master/doc/internal/man3/ |
A D | evp_keymgmt_newdata.pod | 30 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
|
/openssl-master/test/ |
A D | tls-provider.c | 697 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()
|
/openssl-master/doc/man7/ |
A D | provider-keymgmt.pod | 52 OSSL_CALLBACK *param_cb, void *cbarg); 331 I<param_cb> with that array as well as the given I<cbarg>.
|
/openssl-master/include/crypto/ |
A D | evp.h | 836 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
|
/openssl-master/include/openssl/ |
A D | core_dispatch.h | 638 OSSL_CALLBACK *param_cb, void *cbarg))
|
Completed in 24 milliseconds