Searched refs:param_cb (Results 1 – 12 of 12) sorted by relevance
/openssl/providers/implementations/keymgmt/ |
H A D | template_kmgmt.c | 146 static int template_export(void *key, int selection, OSSL_CALLBACK *param_cb, in template_export() argument 175 ret = param_cb(params, cbarg); in template_export()
|
H A D | mac_legacy_kmgmt.c | 267 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export() argument 293 ret = param_cb(params, cbarg); in mac_export()
|
H A D | dsa_kmgmt.c | 218 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export() argument 250 ok = param_cb(params, cbarg); in dsa_export()
|
H A D | dh_kmgmt.c | 215 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export() argument 248 ok = param_cb(params, cbarg); in dh_export()
|
H A D | ecx_kmgmt.c | 235 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export() argument 264 ret = param_cb(params, cbarg); in ecx_export()
|
H A D | ec_kmgmt.c | 452 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export() argument 515 ok = param_cb(params, cbarg); in ec_export()
|
/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 548 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export() argument 552 return keymgmt->export(keydata, selection, param_cb, cbarg); in evp_keymgmt_export()
|
/openssl/doc/internal/man3/ |
H A D | evp_keymgmt_newdata.pod | 30 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
|
/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 56 OSSL_CALLBACK *param_cb, void *cbarg); 347 I<param_cb> with that array as well as the given I<cbarg>.
|
/openssl/include/crypto/ |
H A D | evp.h | 844 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 672 OSSL_CALLBACK *param_cb, void *cbarg))
|
/openssl/test/ |
H A D | tls-provider.c | 1038 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export() argument 1054 return param_cb(params, cbarg); in xor_export()
|
Completed in 45 milliseconds