Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_snow3g.c107 uint32_t cipher_off, cipher_len; in process_snow3g_cipher_op() local
112 cipher_off = ops[i]->sym->cipher.data.offset >> 3; in process_snow3g_cipher_op()
115 ops[i]->sym->m_src, uint8_t *, cipher_off); in process_snow3g_cipher_op()
121 ops[i]->sym->m_dst, uint8_t *, cipher_off); in process_snow3g_cipher_op()
133 cipher_off - cipher_len; in process_snow3g_cipher_op()
138 cipher_off + cipher_len), in process_snow3g_cipher_op()
141 cipher_off + cipher_len), in process_snow3g_cipher_op()
145 uint8_t *, cipher_off); in process_snow3g_cipher_op()