Searched hist:"549 bd8bc598759607b5ffc2eb052a3c99a85552e" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/ |
H A D | talitos.c | diff 549bd8bc598759607b5ffc2eb052a3c99a85552e Mon Jun 06 13:20:40 CEST 2016 LEROY Christophe <christophe.leroy@c-s.fr> crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU
This patchs enhances the IPSEC_ESP related functions for them to also supports the same operations with descriptor type HMAC_SNOOP_NO_AFEU.
The differences between the two descriptor types are: * pointeurs 2 and 3 are swaped (Confidentiality key and Primary EU Context IN) * HMAC_SNOOP_NO_AFEU has CICV out in pointer 6 * HMAC_SNOOP_NO_AFEU has no primary EU context out so we get it from the end of data out
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|