Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dskeymgmt_meth.c36 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 Dkeymgmt_meth.c563 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 Dtemplate_kmgmt.c146 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 Dslh_dsa_kmgmt.c221 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 Dmac_legacy_kmgmt.c264 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 Dml_dsa_kmgmt.c370 OSSL_CALLBACK *param_cb, void *cbarg) in ml_dsa_export() argument
406 return param_cb(params, cbarg); in ml_dsa_export()
H A Ddsa_kmgmt.c217 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 Dmlx_kmgmt.c243 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 Dml_kem_kmgmt.c234 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 Ddh_kmgmt.c216 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 Decx_kmgmt.c245 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 Dec_kmgmt.c440 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 Dprovider-skeymgmt.pod24 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 Dprovider-keymgmt.pod56 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 Devp_keymgmt_newdata.pod30 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
/freebsd/crypto/openssl/include/crypto/
H A Devp.h861 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
876 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h693 OSSL_CALLBACK *param_cb, void *cbarg))
876 OSSL_CALLBACK *param_cb, void *cbarg))
/freebsd/crypto/openssl/test/
H A Dtls-provider.c1036 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()