Searched refs:sec_sqe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 174 struct sec_sqe *bd = resp; in pre_parse_finished_bd() 285 ret = hisi_qp_send(qp_ctx->qp, &req->sec_sqe); in sec_bd_send() 1278 struct sec_sqe *sec_sqe = &req->sec_sqe; in sec_skcipher_bd_fill() local 1283 memset(sec_sqe, 0, sizeof(struct sec_sqe)); in sec_skcipher_bd_fill() 1285 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma); in sec_skcipher_bd_fill() 1286 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill() 1287 sec_sqe in sec_skcipher_bd_fill() 1539 sec_auth_bd_fill_xcm(struct sec_auth_ctx *ctx, int dir, struct sec_req *req, struct sec_sqe *sec_sqe) sec_auth_bd_fill_xcm() argument 1590 sec_auth_bd_fill_ex(struct sec_auth_ctx *ctx, int dir, struct sec_req *req, struct sec_sqe *sec_sqe) sec_auth_bd_fill_ex() argument 1626 struct sec_sqe *sec_sqe = &req->sec_sqe; sec_aead_bd_fill() local [all...] |
H A D | sec.h | 45 struct sec_sqe sec_sqe; member
|
H A D | sec_crypto.h | 184 struct sec_sqe { struct
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec_crypto.c | 149 struct sec_sqe *bd = resp; in sec_req_cb() 205 ret = hisi_qp_send(qp_ctx->qp, &req->sec_sqe); in sec_bd_send() 988 struct sec_sqe *sec_sqe = &req->sec_sqe; in sec_skcipher_bd_fill() local 993 memset(sec_sqe, 0, sizeof(struct sec_sqe)); in sec_skcipher_bd_fill() 995 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma); in sec_skcipher_bd_fill() 996 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma); in sec_skcipher_bd_fill() 997 sec_sqe in sec_skcipher_bd_fill() 1120 sec_auth_bd_fill_ex(struct sec_auth_ctx *ctx, int dir, struct sec_req *req, struct sec_sqe *sec_sqe) sec_auth_bd_fill_ex() argument 1156 struct sec_sqe *sec_sqe = &req->sec_sqe; sec_aead_bd_fill() local [all...] |
H A D | sec.h | 41 struct sec_sqe sec_sqe; member
|
H A D | sec_crypto.h | 154 struct sec_sqe { struct
|
Completed in 9 milliseconds