Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn_extra/
Dconvert.c190 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) { in bn_x2bn() function
243 return bn_x2bn(outp, in, decode_hex, isxdigit); in BN_hex2bn()
313 return bn_x2bn(outp, in, decode_dec, isdigit); in BN_dec2bn()