Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9277 static inline char hex_char(unsigned char in) function
9293 *output++ = hex_char(input[i] >> 4);
9294 *output++ = hex_char(input[i] & 0xF);