Lines Matching defs:tfm

126 #define SYNC_SKCIPHER_REQUEST_ON_STACK(name, tfm) \  argument
165 struct crypto_tfm *tfm) in __crypto_skcipher_cast()
191 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
202 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
207 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
225 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
231 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
251 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
257 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
273 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
296 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
302 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
308 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
313 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
318 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
324 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
331 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
337 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
343 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
367 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
374 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
380 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
403 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm() local
451 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
465 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
471 struct crypto_sync_skcipher *tfm) in skcipher_request_set_sync_tfm()
494 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
518 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero() local