Home
last modified time | relevance | path

Searched refs:sym_sess_info (Results 1 – 4 of 4) sorted by relevance

/qemu/backends/
H A Dcryptodev-builtin.c379 CryptoDevBackendSymSessionInfo *sym_sess_info; in cryptodev_builtin_create_session() local
386 sym_sess_info = &sess_info->u.sym_sess_info; in cryptodev_builtin_create_session()
388 builtin, sym_sess_info, &local_error); in cryptodev_builtin_create_session()
/qemu/include/sysemu/
H A Dcryptodev.h109 CryptoDevBackendSymSessionInfo sym_sess_info; member
/qemu/hw/virtio/
H A Dvirtio-crypto.c41 g_free(sreq->info.u.sym_sess_info.cipher_key); in virtio_crypto_free_create_session_req()
42 g_free(sreq->info.u.sym_sess_info.auth_key); in virtio_crypto_free_create_session_req()
119 CryptoDevBackendSymSessionInfo *sym_info = &sreq->info.u.sym_sess_info; in virtio_crypto_create_sym_session()
127 sym_info = &sreq->info.u.sym_sess_info; in virtio_crypto_create_sym_session()
H A Dvhost-user.c2544 CryptoDevBackendSymSessionInfo *sess = &backend_info->u.sym_sess_info; in vhost_user_crypto_create_session()