Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c19 #define HPRE_ALIGN_SZ 64 macro
455 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_msg_request_set()
469 h_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_msg_request_set()
519 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_dh_compute_value()
721 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_enc()
769 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, HPRE_ALIGN_SZ); in hpre_rsa_dec()
1128 .reqsize = sizeof(struct hpre_asym_request) + HPRE_ALIGN_SZ,
1146 .reqsize = sizeof(struct hpre_asym_request) + HPRE_ALIGN_SZ,
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c23 #define HPRE_ALIGN_SZ 64 macro
152 return ((crypto_dma_align() - 1) | (HPRE_ALIGN_SZ - 1)) + 1; in hpre_align_sz()

Completed in 6 milliseconds