Home
last modified time | relevance | path

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

/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c267 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 Ddsa_kmgmt.c218 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 Ddh_kmgmt.c215 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.c235 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 Dec_kmgmt.c452 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 Dkeymgmt_meth.c548 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 Devp_keymgmt_newdata.pod30 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
/openssl/doc/man7/
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>.
/openssl/include/crypto/
H A Devp.h843 int selection, OSSL_CALLBACK *param_cb, void *cbarg);
/openssl/include/openssl/
H A Dcore_dispatch.h670 OSSL_CALLBACK *param_cb, void *cbarg))
/openssl/test/
H A Dtls-provider.c1038 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 50 milliseconds