Lines Matching refs:skcipher_givcrypt_request
26 struct skcipher_givcrypt_request { struct
34 struct skcipher_givcrypt_request *req) in skcipher_givcrypt_reqtfm() argument
40 struct skcipher_givcrypt_request *req) in crypto_skcipher_givencrypt()
48 struct skcipher_givcrypt_request *req) in crypto_skcipher_givdecrypt()
56 struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm) in skcipher_givcrypt_set_tfm()
61 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_cast( in skcipher_givcrypt_cast()
65 struct skcipher_givcrypt_request, creq); in skcipher_givcrypt_cast()
68 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_alloc( in skcipher_givcrypt_alloc()
71 struct skcipher_givcrypt_request *req; in skcipher_givcrypt_alloc()
73 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + in skcipher_givcrypt_alloc()
82 static inline void skcipher_givcrypt_free(struct skcipher_givcrypt_request *req) in skcipher_givcrypt_free()
88 struct skcipher_givcrypt_request *req, u32 flags, in skcipher_givcrypt_set_callback()
95 struct skcipher_givcrypt_request *req, in skcipher_givcrypt_set_crypt()
103 struct skcipher_givcrypt_request *req, u8 *giv, u64 seq) in skcipher_givcrypt_set_giv()