Lines Matching refs:crypto_skcipher

55 struct crypto_skcipher {  struct
56 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, argument
126 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key,
130 int (*init)(struct crypto_skcipher *tfm);
131 void (*exit)(struct crypto_skcipher *tfm);
177 static inline struct crypto_skcipher *__crypto_skcipher_cast( in __crypto_skcipher_cast()
180 return container_of(tfm, struct crypto_skcipher, base); in __crypto_skcipher_cast()
197 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
201 struct crypto_skcipher *tfm) in crypto_skcipher_tfm()
210 static inline void crypto_free_skcipher(struct crypto_skcipher *tfm) in crypto_free_skcipher()
245 struct crypto_skcipher *tfm) in crypto_skcipher_driver_name()
251 struct crypto_skcipher *tfm) in crypto_skcipher_alg()
278 static inline unsigned int crypto_skcipher_ivsize(struct crypto_skcipher *tfm) in crypto_skcipher_ivsize()
321 struct crypto_skcipher *tfm) in crypto_skcipher_chunksize()
338 struct crypto_skcipher *tfm) in crypto_skcipher_walksize()
354 struct crypto_skcipher *tfm) in crypto_skcipher_blocksize()
360 struct crypto_skcipher *tfm) in crypto_skcipher_alignmask()
365 static inline u32 crypto_skcipher_get_flags(struct crypto_skcipher *tfm) in crypto_skcipher_get_flags()
370 static inline void crypto_skcipher_set_flags(struct crypto_skcipher *tfm, in crypto_skcipher_set_flags()
376 static inline void crypto_skcipher_clear_flags(struct crypto_skcipher *tfm, in crypto_skcipher_clear_flags()
398 static inline int crypto_skcipher_setkey(struct crypto_skcipher *tfm, in crypto_skcipher_setkey()
405 struct crypto_skcipher *tfm) in crypto_skcipher_default_keysize()
419 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( in crypto_skcipher_reqtfm()
438 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_encrypt()
459 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_decrypt()
484 static inline unsigned int crypto_skcipher_reqsize(struct crypto_skcipher *tfm) in crypto_skcipher_reqsize()
498 struct crypto_skcipher *tfm) in skcipher_request_set_tfm()
521 struct crypto_skcipher *tfm, gfp_t gfp) in skcipher_request_alloc()
545 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_request_zero()