Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c73 uint32_t len_auth_key = 0; in virtio_crypto_send_command() local
127 len_auth_key = in virtio_crypto_send_command()
136 desc_offset = len_ctrl_req + len_cipher_key + len_auth_key in virtio_crypto_send_command()
176 if (len_auth_key > 0) { in virtio_crypto_send_command()
178 auth_key, len_auth_key); in virtio_crypto_send_command()
181 desc[idx].len = len_auth_key; in virtio_crypto_send_command()
185 len_total += len_auth_key; in virtio_crypto_send_command()
186 input_offset += len_auth_key; in virtio_crypto_send_command()