Lines Matching refs:geniv

50 	struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req);  in chainiv_givencrypt()  local
51 struct chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in chainiv_givencrypt()
56 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in chainiv_givencrypt()
66 ivsize = crypto_ablkcipher_ivsize(geniv); in chainiv_givencrypt()
85 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in chainiv_givencrypt_first() local
86 struct chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in chainiv_givencrypt_first()
90 if (crypto_ablkcipher_crt(geniv)->givencrypt != in chainiv_givencrypt_first()
94 crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt; in chainiv_givencrypt_first()
96 crypto_ablkcipher_ivsize(geniv)); in chainiv_givencrypt_first()
146 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in async_chainiv_postpone_request() local
147 struct async_chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in async_chainiv_postpone_request()
163 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in async_chainiv_givencrypt_tail() local
164 struct async_chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in async_chainiv_givencrypt_tail()
166 unsigned int ivsize = crypto_ablkcipher_ivsize(geniv); in async_chainiv_givencrypt_tail()
183 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in async_chainiv_givencrypt() local
184 struct async_chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in async_chainiv_givencrypt()
187 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv)); in async_chainiv_givencrypt()
210 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); in async_chainiv_givencrypt_first() local
211 struct async_chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv); in async_chainiv_givencrypt_first()
217 if (crypto_ablkcipher_crt(geniv)->givencrypt != in async_chainiv_givencrypt_first()
221 crypto_ablkcipher_crt(geniv)->givencrypt = async_chainiv_givencrypt; in async_chainiv_givencrypt_first()
223 crypto_ablkcipher_ivsize(geniv)); in async_chainiv_givencrypt_first()