Searched refs:mp_get_int (Results 1 – 5 of 5) sorted by relevance
129 res->iterations = mp_get_int(liter->data); in pbes2_extract()157 klen = mp_get_int(lenc->next->child->data); in pbes2_extract()
112 res->iterations = mp_get_int(s->next->child->next->data); in pbes1_extract()
125 if (mp_get_int(version->data) != 1) { in ecc_import_pkcs8()128 cofactor = mp_get_int(p_cofactor->data); in ecc_import_pkcs8()
117 return mp_get_int(a); in get_int()
205 #define mp_get_int(a) ltc_mp.get_int(a) macro