Searched refs:len_total (Results 1 – 1 of 1) sorted by relevance
76 uint32_t len_total = 0; in virtio_crypto_send_command() local158 len_total += len_ctrl_req; in virtio_crypto_send_command()163 memcpy((uint8_t *)virt_addr_started + len_total, in virtio_crypto_send_command()166 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()171 len_total += len_cipher_key; in virtio_crypto_send_command()177 memcpy((uint8_t *)virt_addr_started + len_total, in virtio_crypto_send_command()180 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()185 len_total += len_auth_key; in virtio_crypto_send_command()194 desc[idx].addr = phys_addr_started + len_total; in virtio_crypto_send_command()