Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_dh.h14 #define HPRE_DH_TOTAL_BUF_SIZE(key_bytes) ((key_bytes) * 4) macro
H A Dhpre_dh.c178 uint32_t size = HPRE_DH_TOTAL_BUF_SIZE(msg->key_bytes); in hpre_dh_params_alloc()