Lines Matching refs: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));
49 struct crypto_aead *geniv = crypto_aead_reqtfm(req);
50 struct aead_geniv_ctx *ctx = crypto_aead_ctx(geniv);
72 crypto_aead_alignmask(geniv) + 1))) {
99 struct crypto_aead *geniv = crypto_aead_reqtfm(req);
100 struct aead_geniv_ctx *ctx = crypto_aead_ctx(geniv);
106 if (req->cryptlen < ivsize + crypto_aead_authsize(geniv))