Searched refs:s_2comp (Results 1 – 1 of 1) sorted by relevance
337 static void s_2comp(unsigned char *buf, int len);1586 if (MP_SIGN(z) == MP_NEG) s_2comp(buf, limpos); in mp_int_to_binary()1604 s_2comp(buf, len); in mp_int_read_binary()1615 if (MP_SIGN(z) == MP_NEG) s_2comp(buf, len); in mp_int_read_binary()2724 static void s_2comp(unsigned char *buf, int len) { in s_2comp() function