Lines Matching defs:geniv
11 #include <crypto/internal/geniv.h>
24 struct crypto_aead *geniv;
32 geniv = crypto_aead_reqtfm(req);
33 memcpy(req->iv, subreq->iv, crypto_aead_ivsize(geniv));
50 struct crypto_aead *geniv = crypto_aead_reqtfm(req);
51 struct aead_geniv_ctx *ctx = crypto_aead_ctx(geniv);
84 crypto_aead_alignmask(geniv) + 1))) {
111 struct crypto_aead *geniv = crypto_aead_reqtfm(req);
112 struct aead_geniv_ctx *ctx = crypto_aead_ctx(geniv);
118 if (req->cryptlen < ivsize + crypto_aead_authsize(geniv))