crypto_skcipher_reqsize  145 crypto/adiantum.c 		       crypto_skcipher_reqsize(tctx->streamcipher), GFP_KERNEL);
crypto_skcipher_reqsize  443 crypto/adiantum.c 			  crypto_skcipher_reqsize(streamcipher));
crypto_skcipher_reqsize   72 crypto/algif_skcipher.c 				     crypto_skcipher_reqsize(tfm));
crypto_skcipher_reqsize  353 crypto/authenc.c 		      crypto_skcipher_reqsize(enc)));
crypto_skcipher_reqsize  371 crypto/authencesn.c 		      crypto_skcipher_reqsize(enc)));
crypto_skcipher_reqsize  428 crypto/ccm.c   		max(crypto_ahash_reqsize(mac), crypto_skcipher_reqsize(ctr)));
crypto_skcipher_reqsize  537 crypto/chacha20poly1305.c 		    crypto_skcipher_reqsize(chacha),
crypto_skcipher_reqsize  241 crypto/ctr.c   		  crypto_skcipher_reqsize(cipher);
crypto_skcipher_reqsize   72 crypto/cts.c   	return PTR_ALIGN((u8 *)(rctx + 1) + crypto_skcipher_reqsize(child),
crypto_skcipher_reqsize  306 crypto/cts.c   			crypto_skcipher_reqsize(cipher),
crypto_skcipher_reqsize  323 crypto/essiv.c 				         crypto_skcipher_reqsize(skcipher));
crypto_skcipher_reqsize  119 crypto/gcm.c   	data = kzalloc(sizeof(*data) + crypto_skcipher_reqsize(ctr),
crypto_skcipher_reqsize  554 crypto/gcm.c   		    crypto_skcipher_reqsize(ctr),
crypto_skcipher_reqsize  277 crypto/lrw.c   	crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(cipher) +
crypto_skcipher_reqsize  134 crypto/simd.c  	reqsize = crypto_skcipher_reqsize(cryptd_skcipher_child(cryptd_tfm));
crypto_skcipher_reqsize  135 crypto/simd.c  	reqsize = max(reqsize, crypto_skcipher_reqsize(&cryptd_tfm->base));
crypto_skcipher_reqsize 1010 crypto/skcipher.c 	if (!IS_ERR(tfm) && WARN_ON(crypto_skcipher_reqsize(tfm) >
crypto_skcipher_reqsize 2509 crypto/testmgr.c 	testmgr_poison(req->__ctx, crypto_skcipher_reqsize(tfm));
crypto_skcipher_reqsize  317 crypto/xts.c   	crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(child) +
crypto_skcipher_reqsize   69 drivers/crypto/cavium/nitrox/nitrox_skcipher.c 	crypto_skcipher_set_reqsize(tfm, crypto_skcipher_reqsize(tfm) +
crypto_skcipher_reqsize  267 drivers/crypto/geode-aes.c 				    crypto_skcipher_reqsize(tctx->fallback.skcipher));
crypto_skcipher_reqsize 1057 drivers/crypto/mediatek/mtk-aes.c 	data = kzalloc(sizeof(*data) + crypto_skcipher_reqsize(ctr),
crypto_skcipher_reqsize   39 drivers/crypto/vmx/aes_cbc.c 				    crypto_skcipher_reqsize(fallback));
crypto_skcipher_reqsize   38 drivers/crypto/vmx/aes_ctr.c 				    crypto_skcipher_reqsize(fallback));
crypto_skcipher_reqsize   41 drivers/crypto/vmx/aes_xts.c 				    crypto_skcipher_reqsize(fallback));
crypto_skcipher_reqsize 2619 drivers/md/dm-crypt.c 		cc->dmreq_start += crypto_skcipher_reqsize(any_tfm(cc));
crypto_skcipher_reqsize  532 include/crypto/skcipher.h 		      crypto_skcipher_reqsize(tfm), gfp);
crypto_skcipher_reqsize  553 include/crypto/skcipher.h 	memzero_explicit(req, sizeof(*req) + crypto_skcipher_reqsize(tfm));