Searched refs:auth_key_len (Results 1 – 3 of 3) sorted by relevance
154 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()
77 uint32_t auth_key_len; member
157 uint32_t auth_key_len; member