OSDN Git Service

crypto: seqiv - Copy AD along with plain/cipher text
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 May 2015 06:37:36 +0000 (14:37 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:23:18 +0000 (11:23 +0800)
commitd0ad1b246dc3d77df9a931c4a7852ff72e84ce4d
treea95cb9521f70eb61e77ef0e86dae996d546b3544
parent9d03aee125d73908ddbe9c1b96338c9b69e1abc0
crypto: seqiv - Copy AD along with plain/cipher text

As the AD does not necessarily exist in the destination buffer
it must be copied along with the plain/cipher text.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/seqiv.c