Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c72 uint32_t len_cipher_key = 0; in virtio_crypto_send_command() local
110 len_cipher_key in virtio_crypto_send_command()
115 len_cipher_key in virtio_crypto_send_command()
136 desc_offset = len_ctrl_req + len_cipher_key + len_auth_key in virtio_crypto_send_command()
162 if (len_cipher_key > 0) { in virtio_crypto_send_command()
164 cipher_key, len_cipher_key); in virtio_crypto_send_command()
167 desc[idx].len = len_cipher_key; in virtio_crypto_send_command()
171 len_total += len_cipher_key; in virtio_crypto_send_command()
172 input_offset += len_cipher_key; in virtio_crypto_send_command()