| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | skeymgmt_meth.c | 36 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_skeymgmt_export() argument 39 return skeymgmt->export(keydata, selection, param_cb, cbarg); in evp_skeymgmt_export()
|
| H A D | keymgmt_meth.c | 563 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export() argument 567 return keymgmt->export(keydata, selection, param_cb, cbarg); in evp_keymgmt_export()
|
| /freebsd/crypto/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 | slh_dsa_kmgmt.c | 221 static int slh_dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in slh_dsa_export() argument 246 ret = param_cb(params, cbarg); in slh_dsa_export()
|
| H A D | mac_legacy_kmgmt.c | 264 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export() argument 290 ret = param_cb(params, cbarg); in mac_export()
|
| H A D | ml_dsa_kmgmt.c | 370 OSSL_CALLBACK *param_cb, void *cbarg) in ml_dsa_export() argument 406 return param_cb(params, cbarg); in ml_dsa_export()
|
| H A D | dsa_kmgmt.c | 217 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export() argument 248 ok = param_cb(params, cbarg); in dsa_export()
|
| H A D | mlx_kmgmt.c | 243 static int mlx_kem_export(void *vkey, int selection, OSSL_CALLBACK *param_cb, in mlx_kem_export() argument 309 ret = param_cb(params, cbarg); in mlx_kem_export()
|
| H A D | ml_kem_kmgmt.c | 234 static int ml_kem_export(void *vkey, int selection, OSSL_CALLBACK *param_cb, in ml_kem_export() argument 317 ret = param_cb(params, cbarg); in ml_kem_export()
|
| H A D | dh_kmgmt.c | 216 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 | 245 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export() argument 274 ret = param_cb(params, cbarg); in ecx_export()
|
| H A D | ec_kmgmt.c | 440 static int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export() argument 499 ok = param_cb(params, cbarg); in ec_export()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | provider-skeymgmt.pod | 24 OSSL_CALLBACK *param_cb, void *cbarg); 130 I<param_cb> with that array as well as the given I<cbarg>. 131 The passed L<OSSL_PARAM(3)> array is transient and is freed upon the return from I<param_cb>.
|
| 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>.
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_keymgmt_newdata.pod | 30 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | evp.h | 861 int selection, OSSL_CALLBACK *param_cb, void *cbarg); 876 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 693 OSSL_CALLBACK *param_cb, void *cbarg)) 876 OSSL_CALLBACK *param_cb, void *cbarg))
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls-provider.c | 1036 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export() argument 1052 return param_cb(params, cbarg); in xor_export()
|