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

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

Completed in 164 milliseconds