Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_pka.h54 TEE_Result stm32_pka_ecc_scalar_mul(const struct stm32_pka_bn *k,
H A Decc.c457 res = stm32_pka_ecc_scalar_mul(&d, &pk, &result, cid); in shared_secret()
H A Dstm32_pka.c1551 TEE_Result stm32_pka_ecc_scalar_mul(const struct stm32_pka_bn *k, in stm32_pka_ecc_scalar_mul() function
1631 return stm32_pka_ecc_scalar_mul(k, &curve_def[cid].g, pk, cid); in stm32_pka_edac_gen_pubkey()