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);
258 static inline struct crypto_skcipher *__crypto_skcipher_cast( in __crypto_skcipher_cast()
261 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast()
278 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
303 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
320 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
354 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
366 struct crypto_skcipher *tfm) in crypto_skcipher_alg_common()
373 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
395 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
432 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
465 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
499 struct crypto_skcipher *tfm) in crypto_skcipher_statesize()
528 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
539 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
544 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
550 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
607 int crypto_skcipher_setkey(struct crypto_skcipher *tfm,
636 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
642 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
668 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm()
677 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm()
797 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
811 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
840 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc_noprof()
865 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()