Lines Matching refs:geniv
44 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in eseqiv_complete2() local
48 crypto_ablkcipher_alignmask(geniv) + 1), in eseqiv_complete2()
49 crypto_ablkcipher_ivsize(geniv)); in eseqiv_complete2()
67 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in eseqiv_givencrypt() local
68 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in eseqiv_givencrypt()
86 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in eseqiv_givencrypt()
99 ivsize = crypto_ablkcipher_ivsize(geniv); in eseqiv_givencrypt()
103 crypto_ablkcipher_alignmask(geniv) + 1); in eseqiv_givencrypt()
151 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in eseqiv_givencrypt_first() local
152 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in eseqiv_givencrypt_first()
156 if (crypto_ablkcipher_crt(geniv)->givencrypt != eseqiv_givencrypt_first) in eseqiv_givencrypt_first()
159 crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; in eseqiv_givencrypt_first()
161 crypto_ablkcipher_ivsize(geniv)); in eseqiv_givencrypt_first()
174 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); in eseqiv_init() local
175 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in eseqiv_init()
190 alignmask &= crypto_ablkcipher_alignmask(geniv); in eseqiv_init()
193 reqsize += crypto_ablkcipher_ivsize(geniv); in eseqiv_init()