null_tfm           41 crypto/algif_aead.c 	struct crypto_sync_skcipher *null_tfm;
null_tfm           74 crypto/algif_aead.c static int crypto_aead_copy_sgl(struct crypto_sync_skcipher *null_tfm,
null_tfm           78 crypto/algif_aead.c 	SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, null_tfm);
null_tfm           80 crypto/algif_aead.c 	skcipher_request_set_sync_tfm(skreq, null_tfm);
null_tfm           98 crypto/algif_aead.c 	struct crypto_sync_skcipher *null_tfm = aeadc->null_tfm;
null_tfm          226 crypto/algif_aead.c 		err = crypto_aead_copy_sgl(null_tfm, tsgl_src,
null_tfm          244 crypto/algif_aead.c 		err = crypto_aead_copy_sgl(null_tfm, tsgl_src,
null_tfm          477 crypto/algif_aead.c 	struct crypto_sync_skcipher *null_tfm;
null_tfm          489 crypto/algif_aead.c 	null_tfm = crypto_get_default_null_skcipher();
null_tfm          490 crypto/algif_aead.c 	if (IS_ERR(null_tfm)) {
null_tfm          493 crypto/algif_aead.c 		return ERR_CAST(null_tfm);
null_tfm          497 crypto/algif_aead.c 	tfm->null_tfm = null_tfm;