Home
last modified time | relevance | path

Searched refs:sec_sqe3 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c190 struct sec_sqe3 *bd3 = resp; in pre_parse_finished_bd3()
1300 struct sec_sqe3 *sec_sqe3 = &req->sec_sqe3; in sec_skcipher_bd_fill_v3() local
1306 memset(sec_sqe3, 0, sizeof(struct sec_sqe3)); in sec_skcipher_bd_fill_v3()
1322 sec_sqe3->c_icv_key |= cpu_to_le16(cipher); in sec_skcipher_bd_fill_v3()
1341 sec_sqe3->bd_param = cpu_to_le32(bd_param); in sec_skcipher_bd_fill_v3()
1343 sec_sqe3->c_len_ivin |= cpu_to_le32(c_req->c_len); in sec_skcipher_bd_fill_v3()
1344 sec_sqe3->tag = cpu_to_le64((unsigned long)req); in sec_skcipher_bd_fill_v3()
1617 struct sec_req *req, struct sec_sqe3 *sqe3) in sec_auth_bd_fill_ex_v3()
1653 struct sec_sqe3 *sec_sqe3 = &req->sec_sqe3; in sec_aead_bd_fill_v3() local
1665 req, sec_sqe3); in sec_aead_bd_fill_v3()
[all …]
H A Dsec.h46 struct sec_sqe3 sec_sqe3; member
H A Dsec_crypto.h291 struct sec_sqe3 { struct