Lines Matching refs:crypto_skcipher

37 struct crypto_skcipher {  struct
44 struct crypto_skcipher base; argument
105 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,
109 int (*init)(struct crypto_skcipher *tfm);
110 void (*exit)(struct crypto_skcipher *tfm);
164 static inline struct crypto_skcipher *__crypto_skcipher_cast( in __crypto_skcipher_cast()
167 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast()
184 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
191 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
200 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
223 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
229 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
249 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
271 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
294 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
306 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
311 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
316 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
322 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
362 int crypto_skcipher_setkey(struct crypto_skcipher *tfm,
372 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
378 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
392 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm()
401 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm()
449 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
463 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
492 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
516 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()