Lines Matching refs:ablkcipher_request
163 struct ablkcipher_request { struct
256 int (*encrypt)(struct ablkcipher_request *req);
257 int (*decrypt)(struct ablkcipher_request *req);
494 int (*encrypt)(struct ablkcipher_request *req);
495 int (*decrypt)(struct ablkcipher_request *req);
883 struct ablkcipher_request *req) in crypto_ablkcipher_reqtfm()
899 static inline int crypto_ablkcipher_encrypt(struct ablkcipher_request *req) in crypto_ablkcipher_encrypt()
917 static inline int crypto_ablkcipher_decrypt(struct ablkcipher_request *req) in crypto_ablkcipher_decrypt()
956 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
961 static inline struct ablkcipher_request *ablkcipher_request_cast( in ablkcipher_request_cast()
964 return container_of(req, struct ablkcipher_request, base); in ablkcipher_request_cast()
979 static inline struct ablkcipher_request *ablkcipher_request_alloc( in ablkcipher_request_alloc()
982 struct ablkcipher_request *req; in ablkcipher_request_alloc()
984 req = kmalloc(sizeof(struct ablkcipher_request) + in ablkcipher_request_alloc()
997 static inline void ablkcipher_request_free(struct ablkcipher_request *req) in ablkcipher_request_free()
1028 struct ablkcipher_request *req, in ablkcipher_request_set_callback()
1053 struct ablkcipher_request *req, in ablkcipher_request_set_crypt()