Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c1065 uint32_t cipher_end, auth_end; in auth_start_offset() local
1093 cipher_end = op->sym->cipher.data.offset + op->sym->cipher.data.length; in auth_start_offset()
1095 if (cipher_end < auth_end) in auth_start_offset()
1096 memcpy(p_dst + cipher_end, p_src + cipher_end, in auth_start_offset()
1097 auth_end - cipher_end); in auth_start_offset()