Lines Matching defs:tfm
71 static inline unsigned int blkcipher_done_slow(struct crypto_blkcipher *tfm, in blkcipher_done_slow()
106 struct crypto_blkcipher *tfm = desc->tfm; in blkcipher_walk_done() local
227 struct crypto_blkcipher *tfm = desc->tfm; in blkcipher_walk_next() local
279 struct crypto_blkcipher *tfm, in blkcipher_copy_iv()
324 struct crypto_blkcipher *tfm = desc->tfm; in blkcipher_walk_first() local
359 static int setkey_unaligned(struct crypto_tfm *tfm, const u8 *key, in setkey_unaligned()
381 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey()
397 static int async_setkey(struct crypto_ablkcipher *tfm, const u8 *key, in async_setkey()
405 struct crypto_tfm *tfm = req->base.tfm; in async_encrypt() local
419 struct crypto_tfm *tfm = req->base.tfm; in async_decrypt() local
445 static int crypto_init_blkcipher_ops_async(struct crypto_tfm *tfm) in crypto_init_blkcipher_ops_async()
463 static int crypto_init_blkcipher_ops_sync(struct crypto_tfm *tfm) in crypto_init_blkcipher_ops_sync()
482 static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_blkcipher_ops()
677 int skcipher_geniv_init(struct crypto_tfm *tfm) in skcipher_geniv_init()
693 void skcipher_geniv_exit(struct crypto_tfm *tfm) in skcipher_geniv_exit()