Lines Matching refs:ablkcipher_request
165 struct ablkcipher_request { struct
284 int (*encrypt)(struct ablkcipher_request *req);
285 int (*decrypt)(struct ablkcipher_request *req);
594 int (*encrypt)(struct ablkcipher_request *req);
595 int (*decrypt)(struct ablkcipher_request *req);
1016 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm()
1032 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
1050 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
1089 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1094 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast()
1097 return container_of(req, struct ablkcipher_request, base); in ablkcipher_request_cast()
1112 static inline struct ablkcipher_request *ablkcipher_request_alloc( in ablkcipher_request_alloc()
1115 struct ablkcipher_request *req; in ablkcipher_request_alloc()
1117 req = kmalloc(sizeof(struct ablkcipher_request) + in ablkcipher_request_alloc()
1130 static inline void ablkcipher_request_free(struct ablkcipher_request *req) in ablkcipher_request_free()
1161 struct ablkcipher_request *req, in ablkcipher_request_set_callback()
1186 struct ablkcipher_request *req, in ablkcipher_request_set_crypt()