Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn_extra/
Dconvert.c115 static int decode_hex(BIGNUM *bn, const char *in, int in_len) { in decode_hex() function
243 return bn_x2bn(outp, in, decode_hex, isxdigit); in BN_hex2bn()