Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Decc.c86 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 Dstm32_pka.h44 TEE_Result stm32_pka_get_max_size(size_t *bytes, size_t *bits,
H A Dstm32_pka.c981 TEE_Result stm32_pka_get_max_size(size_t *bytes, size_t *bits, in stm32_pka_get_max_size() function