Lines Matching refs:ablkcipher_request
166 struct ablkcipher_request { struct
235 int (*encrypt)(struct ablkcipher_request *req);
236 int (*decrypt)(struct ablkcipher_request *req);
721 int (*encrypt)(struct ablkcipher_request *req);
722 int (*decrypt)(struct ablkcipher_request *req);
1073 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm()
1089 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
1114 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
1160 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1165 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast()
1168 return container_of(req, struct ablkcipher_request, base); in ablkcipher_request_cast()
1182 static inline struct ablkcipher_request *ablkcipher_request_alloc( in ablkcipher_request_alloc()
1185 struct ablkcipher_request *req; in ablkcipher_request_alloc()
1187 req = kmalloc(sizeof(struct ablkcipher_request) + in ablkcipher_request_alloc()
1200 static inline void ablkcipher_request_free(struct ablkcipher_request *req) in ablkcipher_request_free()
1231 struct ablkcipher_request *req, in ablkcipher_request_set_callback()
1256 struct ablkcipher_request *req, in ablkcipher_request_set_crypt()