Lines Matching defs:tfm
133 #define SYNC_SKCIPHER_REQUEST_ON_STACK(name, tfm) \ argument
172 struct crypto_tfm *tfm) in __crypto_skcipher_cast()
198 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
207 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
212 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
247 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
253 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
280 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
286 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
302 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
308 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
314 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
319 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
324 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
330 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
337 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
343 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
349 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
370 static inline int crypto_skcipher_setkey(struct crypto_skcipher *tfm, in crypto_skcipher_setkey()
376 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
383 struct crypto_skcipher *tfm) in crypto_skcipher_default_keysize()
406 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm() local
454 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
468 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
474 struct crypto_sync_skcipher *tfm) in skcipher_request_set_sync_tfm()
497 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
521 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero() local