Lines Matching defs:tfm
21 struct crypto_tfm *tfm) in __crypto_lskcipher_cast()
32 static int lskcipher_setkey_unaligned(struct crypto_lskcipher *tfm, in lskcipher_setkey_unaligned()
53 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm, const u8 *key, in crypto_lskcipher_setkey()
70 struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, in crypto_lskcipher_crypt_unaligned()
71 u8 *iv, int (*crypt)(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt_unaligned()
123 static int crypto_lskcipher_crypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt()
125 int (*crypt)(struct crypto_lskcipher *tfm, in crypto_lskcipher_crypt()
140 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_encrypt()
149 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_decrypt()
159 int (*crypt)(struct crypto_lskcipher *tfm, in crypto_lskcipher_crypt_sg()
167 struct crypto_lskcipher *tfm = *ctx; in crypto_lskcipher_crypt_sg() local
219 static void crypto_lskcipher_exit_tfm(struct crypto_tfm *tfm) in crypto_lskcipher_exit_tfm()
227 static int crypto_lskcipher_init_tfm(struct crypto_tfm *tfm) in crypto_lskcipher_init_tfm()
299 static void crypto_lskcipher_exit_tfm_sg(struct crypto_tfm *tfm) in crypto_lskcipher_exit_tfm_sg()
306 int crypto_init_lskcipher_ops_sg(struct crypto_tfm *tfm) in crypto_init_lskcipher_ops_sg()
425 static int lskcipher_setkey_simple(struct crypto_lskcipher *tfm, const u8 *key, in lskcipher_setkey_simple()
436 static int lskcipher_init_tfm_simple(struct crypto_lskcipher *tfm) in lskcipher_init_tfm_simple()
452 static void lskcipher_exit_tfm_simple(struct crypto_lskcipher *tfm) in lskcipher_exit_tfm_simple()