Lines Matching defs:tfm
142 #define SKCIPHER_REQUEST_ON_STACK(name, tfm) \ argument
178 struct crypto_tfm *tfm) in __crypto_skcipher_cast()
201 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
210 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
245 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
251 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
278 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
321 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
338 struct crypto_skcipher *tfm) in crypto_skcipher_walksize()
354 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
360 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
365 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
370 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
376 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
398 static inline int crypto_skcipher_setkey(struct crypto_skcipher *tfm, in crypto_skcipher_setkey()
405 struct crypto_skcipher *tfm) in crypto_skcipher_default_keysize()
438 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_encrypt() local
459 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_decrypt() local
484 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
498 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
521 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
545 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero() local