Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Dcryptodev.h83 uint8_t *cipher_key; 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()
97 info->cipher_key = g_malloc(info->key_len); in virtio_crypto_cipher_session_helper()
98 s = iov_to_buf(*iov, num, 0, info->cipher_key, info->key_len); in virtio_crypto_cipher_session_helper()
H A Dvhost-user.c2556 memcpy(&msg.payload.session.u.sym.key, sess->cipher_key, in vhost_user_crypto_create_session()
/qemu/backends/
H A Dcryptodev-builtin.c291 sess_info->cipher_key, in cryptodev_builtin_create_cipher_session()