Searched refs:stm32_pka_get_max_size (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | ecc.c | 86 res = stm32_pka_get_max_size(&bytes, NULL, cid); in stm32_gen_keypair() 166 res = stm32_pka_get_max_size(&bytes, NULL, cid); in sign() 241 res = stm32_pka_get_max_size(&bytes, NULL, cid); in verify() 367 res = stm32_pka_get_max_size(&r2modn.size, NULL, cid); in is_point_on_curve() 404 res = stm32_pka_get_max_size(&bytes, NULL, cid); in shared_secret()
|
| H A D | stm32_pka.h | 44 TEE_Result stm32_pka_get_max_size(size_t *bytes, size_t *bits,
|
| H A D | stm32_pka.c | 981 TEE_Result stm32_pka_get_max_size(size_t *bytes, size_t *bits, in stm32_pka_get_max_size() function
|