Lines Matching defs:tfm
21 * | <parent tfm>
74 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm);
76 int bs = crypto_shash_blocksize(pdesc->tfm);
88 struct crypto_shash *parent = pdesc->tfm;
92 struct crypto_cipher *tfm = tctx->child;
110 crypto_cipher_encrypt_one(tfm, prev, prev);
118 crypto_cipher_encrypt_one(tfm, prev, prev);
134 struct crypto_shash *parent = pdesc->tfm;
138 struct crypto_cipher *tfm = tctx->child;
162 crypto_cipher_encrypt_one(tfm, out, prev);
167 static int xcbc_init_tfm(struct crypto_tfm *tfm)
170 struct crypto_instance *inst = (void *)tfm->__crt_alg;
172 struct xcbc_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
183 static void xcbc_exit_tfm(struct crypto_tfm *tfm)
185 struct xcbc_tfm_ctx *ctx = crypto_tfm_ctx(tfm);