Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c23 #define HPRE_ALIGN_SZ 64 macro
520 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_msg_request_set()
534 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_msg_request_set()
585 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_dh_compute_value()
786 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_enc()
834 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_dec()
1488 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_ecdh_msg_request_set()
1569 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_ecdh_compute_value()
1794 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_curve25519_msg_request_set()
1915 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_curve25519_compute_value()
[all …]