Home
last modified time | relevance | path

Searched refs:HexToBIGNUM (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bn/
Dbn_test.cc333 static int HexToBIGNUM(ScopedBIGNUM *out, const char *in) { in HexToBIGNUM() function
1119 if (!HexToBIGNUM(&a, "050505050505") || in test_mod_exp()
1120 !HexToBIGNUM(&b, "02") || in test_mod_exp()
1121 !HexToBIGNUM( in test_mod_exp()
1578 int ret = HexToBIGNUM(&bn, "0"); in test_hex2bn()
1584 ret = HexToBIGNUM(&bn, "256"); in test_hex2bn()
1590 ret = HexToBIGNUM(&bn, "-42"); in test_hex2bn()
1596 ret = HexToBIGNUM(&bn, "-0"); in test_hex2bn()
1602 ret = HexToBIGNUM(&bn, "abctrailing garbage is ignored"); in test_hex2bn()