Lines Matching defs:req

69 static inline int sec_alloc_queue_id(struct sec_ctx *ctx, struct sec_req *req)  in sec_alloc_queue_id()
79 static inline void sec_free_queue_id(struct sec_ctx *ctx, struct sec_req *req) in sec_free_queue_id()
87 static int sec_alloc_req_id(struct sec_req *req, struct sec_qp_ctx *qp_ctx) in sec_alloc_req_id()
106 static void sec_free_req_id(struct sec_req *req) in sec_free_req_id()
124 static int sec_aead_verify(struct sec_req *req) in sec_aead_verify()
151 struct sec_req *req; in sec_req_cb() local
194 static int sec_bd_send(struct sec_ctx *ctx, struct sec_req *req) in sec_bd_send()
720 static void sec_cipher_pbuf_unmap(struct sec_ctx *ctx, struct sec_req *req, in sec_cipher_pbuf_unmap()
743 static int sec_cipher_map(struct sec_ctx *ctx, struct sec_req *req, in sec_cipher_map()
801 static void sec_cipher_unmap(struct sec_ctx *ctx, struct sec_req *req, in sec_cipher_unmap()
817 static int sec_skcipher_sgl_map(struct sec_ctx *ctx, struct sec_req *req) in sec_skcipher_sgl_map()
824 static void sec_skcipher_sgl_unmap(struct sec_ctx *ctx, struct sec_req *req) in sec_skcipher_sgl_unmap()
942 static void sec_aead_sgl_unmap(struct sec_ctx *ctx, struct sec_req *req) in sec_aead_sgl_unmap()
949 static int sec_request_transfer(struct sec_ctx *ctx, struct sec_req *req) in sec_request_transfer()
971 static void sec_request_untransfer(struct sec_ctx *ctx, struct sec_req *req) in sec_request_untransfer()
976 static void sec_skcipher_copy_iv(struct sec_ctx *ctx, struct sec_req *req) in sec_skcipher_copy_iv()
984 static int sec_skcipher_bd_fill(struct sec_ctx *ctx, struct sec_req *req) in sec_skcipher_bd_fill()
1036 static void sec_update_iv(struct sec_req *req, enum sec_alg_type alg_type) in sec_update_iv()
1083 static void sec_skcipher_callback(struct sec_ctx *ctx, struct sec_req *req, in sec_skcipher_callback()
1112 static void sec_aead_copy_iv(struct sec_ctx *ctx, struct sec_req *req) in sec_aead_copy_iv()
1121 struct sec_req *req, struct sec_sqe *sec_sqe) in sec_auth_bd_fill_ex()
1153 static int sec_aead_bd_fill(struct sec_ctx *ctx, struct sec_req *req) in sec_aead_bd_fill()
1170 static void sec_aead_callback(struct sec_ctx *c, struct sec_req *req, int err) in sec_aead_callback()
1216 static void sec_request_uninit(struct sec_ctx *ctx, struct sec_req *req) in sec_request_uninit()
1222 static int sec_request_init(struct sec_ctx *ctx, struct sec_req *req) in sec_request_init()
1240 static int sec_process(struct sec_ctx *ctx, struct sec_req *req) in sec_process()
1446 struct sec_req *req = skcipher_request_ctx(sk_req); in sec_skcipher_crypto() local
1534 struct aead_request *req = sreq->aead_req.aead_req; in sec_aead_param_check() local
1574 struct sec_req *req = aead_request_ctx(a_req); in sec_aead_crypto() local