Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_mb.c940 uint32_t cipher_end, auth_end; in auth_start_offset() local
968 cipher_end = cipher_offset + cipher_length; in auth_start_offset()
970 if (cipher_end < auth_end) in auth_start_offset()
971 memcpy(p_dst + cipher_end, p_src + cipher_end, in auth_start_offset()
972 auth_end - cipher_end); in auth_start_offset()