Home
last modified time | relevance | path

Searched defs:param_cb (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_meth.c474 int selection, OSSL_CALLBACK *param_cb, void *cbarg) in evp_keymgmt_export()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dmac_legacy_kmgmt.c273 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export()
H A Ddsa_kmgmt.c215 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export()
H A Ddh_kmgmt.c214 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export()
H A Decx_kmgmt.c230 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export()
H A Dec_kmgmt.c449 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export()
/freebsd/crypto/openssl/test/
H A Dtls-provider.c697 xor_export(void * vkey,int select,OSSL_CALLBACK * param_cb,void * cbarg) xor_export() argument