Home
last modified time | relevance | path

Searched refs:hash_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/system/
H A Dcryptodev.h81 uint8_t hash_mode; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h250 uint32_t hash_mode; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c150 sym_info->hash_mode = ldl_le_p(&sess_req->u.chain.para.hash_mode); in virtio_crypto_create_sym_session()
151 if (sym_info->hash_mode == VIRTIO_CRYPTO_SYM_HASH_MODE_AUTH) { in virtio_crypto_create_sym_session()
175 } else if (sym_info->hash_mode == VIRTIO_CRYPTO_SYM_HASH_MODE_PLAIN) { in virtio_crypto_create_sym_session()