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

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8148 static inline char hex_char(unsigned char in) function
8164 *output++ = hex_char(input[i] >> 4);
8165 *output++ = hex_char(input[i] & 0xF);

Completed in 67 milliseconds