Home
last modified time | relevance | path

Searched refs:asym_sess_info (Results 1 – 5 of 5) sorted by relevance

/qemu/backends/
H A Dcryptodev-builtin.c380 CryptoDevBackendAsymSessionInfo *asym_sess_info; in cryptodev_builtin_create_session() local
392 asym_sess_info = &sess_info->u.asym_sess_info; in cryptodev_builtin_create_session()
394 builtin, asym_sess_info, &local_error); in cryptodev_builtin_create_session()
H A Dcryptodev-lkcf.c573 CryptoDevBackendAsymSessionInfo *asym_sess_info; in cryptodev_lkcf_create_session() local
580 asym_sess_info = &sess_info->u.asym_sess_info; in cryptodev_lkcf_create_session()
582 lkcf, asym_sess_info, &sess_info->session_id); in cryptodev_lkcf_create_session()
/qemu/include/sysemu/
H A Dcryptodev.h110 CryptoDevBackendAsymSessionInfo asym_sess_info; member
/qemu/hw/virtio/
H A Dvirtio-crypto.c46 g_free(sreq->info.u.asym_sess_info.key); in virtio_crypto_free_create_session_req()
204 CryptoDevBackendAsymSessionInfo *asym_info = &sreq->info.u.asym_sess_info; in virtio_crypto_create_asym_session()
228 asym_info = &sreq->info.u.asym_sess_info; in virtio_crypto_create_asym_session()
H A Dvhost-user.c2528 CryptoDevBackendAsymSessionInfo *sess = &backend_info->u.asym_sess_info; in vhost_user_crypto_create_session()