Searched refs:bn_x2bn (Results 1 – 1 of 1) sorted by relevance
190 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) { in bn_x2bn() function243 return bn_x2bn(outp, in, decode_hex, isxdigit); in BN_hex2bn()313 return bn_x2bn(outp, in, decode_dec, isdigit); in BN_dec2bn()