Lines Matching refs:ablkcipher_request
180 struct ablkcipher_request { struct
268 int (*encrypt)(struct ablkcipher_request *req);
269 int (*decrypt)(struct ablkcipher_request *req);
553 int (*encrypt)(struct ablkcipher_request *req);
554 int (*decrypt)(struct ablkcipher_request *req);
905 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm()
921 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
939 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
978 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
983 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast()
986 return container_of(req, struct ablkcipher_request, base); in ablkcipher_request_cast()
1000 static inline struct ablkcipher_request *ablkcipher_request_alloc( in ablkcipher_request_alloc()
1003 struct ablkcipher_request *req; in ablkcipher_request_alloc()
1005 req = kmalloc(sizeof(struct ablkcipher_request) + in ablkcipher_request_alloc()
1018 static inline void ablkcipher_request_free(struct ablkcipher_request *req) in ablkcipher_request_free()
1049 struct ablkcipher_request *req, in ablkcipher_request_set_callback()
1074 struct ablkcipher_request *req, in ablkcipher_request_set_crypt()