Lines Matching refs:crypto_skcipher

42 struct crypto_skcipher {  struct
49 struct crypto_skcipher base; argument
127 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,
131 int (*init)(struct crypto_skcipher *tfm);
132 void (*exit)(struct crypto_skcipher *tfm);
190 static inline struct crypto_skcipher *__crypto_skcipher_cast( in __crypto_skcipher_cast()
193 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast()
210 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
217 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
228 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
251 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
257 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
277 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
299 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
322 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
334 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
339 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
344 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
350 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
390 int crypto_skcipher_setkey(struct crypto_skcipher *tfm,
400 struct crypto_skcipher *tfm) in crypto_skcipher_min_keysize()
406 struct crypto_skcipher *tfm) in crypto_skcipher_max_keysize()
420 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm()
429 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_sync_skcipher_reqtfm()
477 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
491 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
520 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
544 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()