crc32c_tfm         32 arch/powerpc/crypto/crc-vpmsum_test.c 	struct crypto_shash *crc32c_tfm;
crc32c_tfm         48 arch/powerpc/crypto/crc-vpmsum_test.c 	crc32c_tfm = crypto_alloc_shash("crc32c", 0, 0);
crc32c_tfm         50 arch/powerpc/crypto/crc-vpmsum_test.c 	if (IS_ERR(crc32c_tfm)) {
crc32c_tfm         57 arch/powerpc/crypto/crc-vpmsum_test.c 		SHASH_DESC_ON_STACK(crc32c_shash, crc32c_tfm);
crc32c_tfm         68 arch/powerpc/crypto/crc-vpmsum_test.c 		crc32c_shash->tfm = crc32c_tfm;
crc32c_tfm        111 arch/powerpc/crypto/crc-vpmsum_test.c 	crypto_free_shash(crc32c_tfm);