Home
last modified time | relevance | path

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

/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h127 uint32_t hash_result_len; member
155 uint32_t hash_result_len; member
175 uint32_t hash_result_len; member
372 uint32_t hash_result_len; member
433 uint32_t hash_result_len; member
/qemu/hw/virtio/
H A Dvirtio-crypto.c156 sym_info->hash_result_len = ldl_le_p( in virtio_crypto_create_sym_session()
157 &sess_req->u.chain.para.u.mac_param.hash_result_len); in virtio_crypto_create_sym_session()
178 sym_info->hash_result_len = ldl_le_p( in virtio_crypto_create_sym_session()
179 &sess_req->u.chain.para.u.hash_param.hash_result_len); in virtio_crypto_create_sym_session()
608 uint32_t aad_len = 0, hash_result_len = 0; in virtio_crypto_sym_op_helper() local
626 hash_result_len = ldl_le_p(&alg_chain_para->hash_result_len); in virtio_crypto_sym_op_helper()
642 max_len = (uint64_t)iv_len + aad_len + src_len + dst_len + hash_result_len; in virtio_crypto_sym_op_helper()
653 op_info->digest_result_len = hash_result_len; in virtio_crypto_sym_op_helper()
709 if (hash_result_len > 0) { in virtio_crypto_sym_op_helper()
710 DPRINTF("hash_result_len=%" PRIu32 "\n", hash_result_len); in virtio_crypto_sym_op_helper()
/qemu/include/sysemu/
H A Dcryptodev.h76 uint32_t hash_result_len; member