Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_montgomery.h17 #define HPRE_MONTGOMERY_TOTAL_BUF_SIZE(key_bytes) ((key_bytes) * 5) macro
H A Dhpre_montgomery.c145 uint32_t size = HPRE_MONTGOMERY_TOTAL_BUF_SIZE(msg->key_bytes); in hpre_montgomery_params_alloc()