Lines Matching refs:skcipher_givcrypt_request
48 struct skcipher_givcrypt_request { struct
75 struct skcipher_givcrypt_request *req) in skcipher_givcrypt_reqtfm() argument
81 struct skcipher_givcrypt_request *req) in crypto_skcipher_givencrypt()
89 struct skcipher_givcrypt_request *req) in crypto_skcipher_givdecrypt()
97 struct skcipher_givcrypt_request *req, struct crypto_ablkcipher *tfm) in skcipher_givcrypt_set_tfm()
102 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_cast( in skcipher_givcrypt_cast()
106 struct skcipher_givcrypt_request, creq); in skcipher_givcrypt_cast()
109 static inline struct skcipher_givcrypt_request *skcipher_givcrypt_alloc( in skcipher_givcrypt_alloc()
112 struct skcipher_givcrypt_request *req; in skcipher_givcrypt_alloc()
114 req = kmalloc(sizeof(struct skcipher_givcrypt_request) + in skcipher_givcrypt_alloc()
123 static inline void skcipher_givcrypt_free(struct skcipher_givcrypt_request *req) in skcipher_givcrypt_free()
129 struct skcipher_givcrypt_request *req, u32 flags, in skcipher_givcrypt_set_callback()
136 struct skcipher_givcrypt_request *req, in skcipher_givcrypt_set_crypt()
144 struct skcipher_givcrypt_request *req, u8 *giv, u64 seq) in skcipher_givcrypt_set_giv()