Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c154 sym_info->auth_key_len = ldl_le_p( in virtio_crypto_create_sym_session()
155 &sess_req->u.chain.para.u.mac_param.auth_key_len); in virtio_crypto_create_sym_session()
158 if (sym_info->auth_key_len > vcrypto->conf.max_auth_key_len) { in virtio_crypto_create_sym_session()
160 sym_info->auth_key_len); in virtio_crypto_create_sym_session()
164 if (sym_info->auth_key_len > 0) { in virtio_crypto_create_sym_session()
165 sym_info->auth_key = g_malloc(sym_info->auth_key_len); in virtio_crypto_create_sym_session()
167 sym_info->auth_key_len); in virtio_crypto_create_sym_session()
168 if (unlikely(s != sym_info->auth_key_len)) { in virtio_crypto_create_sym_session()
173 iov_discard_front(&iov, &out_num, sym_info->auth_key_len); in virtio_crypto_create_sym_session()
/openbmc/qemu/include/system/
H A Dcryptodev.h77 uint32_t auth_key_len; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h157 uint32_t auth_key_len; member