Searched refs:right_bn (Results 1 – 1 of 1) sorted by relevance
8 static int s_ecc_cmp_hex_bn(const char *left_hex, void *right_bn, void *tmp_bn) in s_ecc_cmp_hex_bn() argument11 if (mp_cmp(tmp_bn, right_bn) != LTC_MP_EQ) return 0; in s_ecc_cmp_hex_bn()
Completed in 2 milliseconds