Searched refs:ecc_prepare_msg (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ecc.c | 125 static TEE_Result ecc_prepare_msg(uint32_t algo, const uint8_t *msg, in ecc_prepare_msg() function 173 ret = ecc_prepare_msg(algo, msg, msg_len, &p); in verify() 253 ret = ecc_prepare_msg(algo, msg, msg_len, &p); in sign()
|
| /optee_os/core/drivers/crypto/se050/core/ |
| H A D | ecc.c | 171 static TEE_Result ecc_prepare_msg(uint32_t algo, const uint8_t *msg, in ecc_prepare_msg() function 521 res = ecc_prepare_msg(algo_tee2se050(algo), msg, &msg_len, &p); in sign() 589 res = ecc_prepare_msg(algo_tee2se050(algo), msg, &msg_len, &p); in verify()
|