Lines Matching defs:tfm

21 	struct crypto_tfm *tfm)  in __crypto_lskcipher_cast()
51 static int lskcipher_setkey_unaligned(struct crypto_lskcipher *tfm, in lskcipher_setkey_unaligned()
72 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm, const u8 *key, in crypto_lskcipher_setkey()
89 struct crypto_lskcipher *tfm, const u8 *src, u8 *dst, unsigned len, in crypto_lskcipher_crypt_unaligned()
90 u8 *iv, int (*crypt)(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt_unaligned()
142 static int crypto_lskcipher_crypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_crypt()
144 int (*crypt)(struct crypto_lskcipher *tfm, in crypto_lskcipher_crypt()
166 int crypto_lskcipher_encrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_encrypt()
182 int crypto_lskcipher_decrypt(struct crypto_lskcipher *tfm, const u8 *src, in crypto_lskcipher_decrypt()
199 int (*crypt)(struct crypto_lskcipher *tfm, in crypto_lskcipher_crypt_sg()
207 struct crypto_lskcipher *tfm = *ctx; in crypto_lskcipher_crypt_sg() local
259 static void crypto_lskcipher_exit_tfm(struct crypto_tfm *tfm) in crypto_lskcipher_exit_tfm()
267 static int crypto_lskcipher_init_tfm(struct crypto_tfm *tfm) in crypto_lskcipher_init_tfm()
364 static void crypto_lskcipher_exit_tfm_sg(struct crypto_tfm *tfm) in crypto_lskcipher_exit_tfm_sg()
371 int crypto_init_lskcipher_ops_sg(struct crypto_tfm *tfm) in crypto_init_lskcipher_ops_sg()
490 static int lskcipher_setkey_simple(struct crypto_lskcipher *tfm, const u8 *key, in lskcipher_setkey_simple()
501 static int lskcipher_init_tfm_simple(struct crypto_lskcipher *tfm) in lskcipher_init_tfm_simple()
517 static void lskcipher_exit_tfm_simple(struct crypto_lskcipher *tfm) in lskcipher_exit_tfm_simple()