Home
last modified time | relevance | path

Searched refs:mp_get_int (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes2.c129 res->iterations = mp_get_int(liter->data); in pbes2_extract()
157 klen = mp_get_int(lenc->next->child->data); in pbes2_extract()
H A Dpbes1.c112 res->iterations = mp_get_int(s->next->child->next->data); in pbes1_extract()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_import_pkcs8.c125 if (mp_get_int(version->data) != 1) { in ecc_import_pkcs8()
128 cofactor = mp_get_int(p_cofactor->data); in ecc_import_pkcs8()
/optee_os/core/lib/libtomcrypt/src/math/
H A Dltm_desc.c117 return mp_get_int(a); in get_int()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h205 #define mp_get_int(a) ltc_mp.get_int(a) macro