Lines Matching refs:crypto_skcipher

41 struct crypto_skcipher {  struct
48 struct crypto_skcipher base; argument
109 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,
113 int (*init)(struct crypto_skcipher *tfm);
114 void (*exit)(struct crypto_skcipher *tfm);
168 static inline struct crypto_skcipher *__crypto_skcipher_cast( in __crypto_skcipher_cast()
171 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast()
188 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
195 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
206 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
229 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
235 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
255 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
277 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
300 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
312 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
317 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
322 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
328 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
368 int crypto_skcipher_setkey(struct crypto_skcipher *tfm,
378 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
384 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
398 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm()
407 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm()
455 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
469 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
498 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
522 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()