Searched refs:tmp_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() argument10 if (mp_read_radix(tmp_bn, left_hex, 16) != CRYPT_OK) return 0; in s_ecc_cmp_hex_bn()11 if (mp_cmp(tmp_bn, right_bn) != LTC_MP_EQ) return 0; in s_ecc_cmp_hex_bn()
Completed in 1 milliseconds