Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dhexdump.c74 static void hexbyte(char *out, uint8_t b) { in hexbyte() function
104 hexbyte(&buf[0], ctx->n >> 24); in hexdump_write()
105 hexbyte(&buf[2], ctx->n >> 16); in hexdump_write()
106 hexbyte(&buf[4], ctx->n >> 8); in hexdump_write()
107 hexbyte(&buf[6], ctx->n); in hexdump_write()
114 hexbyte(buf, data[i]); in hexdump_write()