Searched refs:read_int_value (Results 1 – 1 of 1) sorted by relevance
74 static mp_result read_int_value(mp_int z, char* str);103 static mp_result read_int_value(mp_int z, char* str) { in read_int_value() function227 if (read_int_value(reg, str) != MP_OK) { in parse_int_values()261 } else if (out != NULL && read_int_value(reg, str) != MP_OK) { in parse_int_values()