Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_snow3g.c182 uint32_t length_in_bits, offset_in_bits; in process_snow3g_cipher_op_bit() local
185 offset_in_bits = op->sym->cipher.data.offset; in process_snow3g_cipher_op_bit()
204 (offset_in_bits >> 3) - in process_snow3g_cipher_op_bit()
220 src, dst, length_in_bits, offset_in_bits); in process_snow3g_cipher_op_bit()
H A Dpmd_kasumi.c117 uint32_t length_in_bits, offset_in_bits; in process_kasumi_cipher_op_bit() local
119 offset_in_bits = op->sym->cipher.data.offset; in process_kasumi_cipher_op_bit()
131 src, dst, length_in_bits, offset_in_bits); in process_kasumi_cipher_op_bit()