Lines Matching defs:tfm
125 struct crypto_skcipher *tfm;
485 desc->tfm = lmk->hash_tfm;
647 desc->tfm = tcw->crc32_tfm;
770 crypto_free_skcipher(elephant->tfm);
771 elephant->tfm = NULL;
780 elephant->tfm = crypto_alloc_skcipher("ecb(aes)", 0,
782 if (IS_ERR(elephant->tfm)) {
783 r = PTR_ERR(elephant->tfm);
784 elephant->tfm = NULL;
947 req = skcipher_request_alloc(elephant->tfm, GFP_NOIO);
1039 return crypto_skcipher_setkey(elephant->tfm, &cc->key[key_offset], cc->key_extra_size);
1048 return crypto_skcipher_setkey(elephant->tfm, key, cc->key_extra_size);
2895 ti->error = "Error allocating crypto tfm";
2980 ti->error = "Error allocating crypto tfm";