Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c23 #define HPRE_ALIGN_SZ 64 macro
514 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_msg_request_set()
528 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_msg_request_set()
579 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_dh_compute_value()
780 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_enc()
828 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_dec()
1485 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_ecdh_msg_request_set()
1566 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_ecdh_compute_value()
1791 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_curve25519_msg_request_set()
1912 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_curve25519_compute_value()
[all …]