Home
last modified time | relevance | path

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

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