Lines Matching refs:crypto_skcipher

53 struct crypto_skcipher {  struct
60 struct crypto_skcipher base; argument
152 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,
158 int (*init)(struct crypto_skcipher *tfm);
159 void (*exit)(struct crypto_skcipher *tfm);
259 static inline struct crypto_skcipher *__crypto_skcipher_cast( in __crypto_skcipher_cast()
262 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast()
279 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
304 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
327 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
361 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
373 struct crypto_skcipher *tfm) in crypto_skcipher_alg_common()
380 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
402 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
439 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
472 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
506 struct crypto_skcipher *tfm) in crypto_skcipher_statesize()
535 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
546 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
551 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
557 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
614 int crypto_skcipher_setkey(struct crypto_skcipher *tfm,
643 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
649 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
675 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm()
684 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm()
804 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
818 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
847 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc_noprof()
872 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()