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 = __crypto_ablkcipher_cast(tfm); in eseqiv_init() local
152 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in eseqiv_init()
168 alignmask &= crypto_ablkcipher_alignmask(geniv); in eseqiv_init()
171 reqsize += crypto_ablkcipher_ivsize(geniv); in eseqiv_init()
181 crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; in eseqiv_init()
183 crypto_ablkcipher_ivsize(geniv)); in eseqiv_init()