Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dhexdump.c68 char right_chars[18]; /* the contents of the right-hand side, ASCII dump. */ member
132 ctx->right_chars[ctx->used] = to_char(data[i]); in hexdump_write()
136 ctx->right_chars[16] = '|'; in hexdump_write()
137 ctx->right_chars[17] = '\n'; in hexdump_write()
138 if (BIO_write(ctx->bio, ctx->right_chars, sizeof(ctx->right_chars)) < 0) { in hexdump_write()
174 ctx->right_chars[n_bytes] = '|'; in finish()
175 ctx->right_chars[n_bytes + 1] = '\n'; in finish()
176 if (BIO_write(ctx->bio, ctx->right_chars, n_bytes + 2) < 0) { in finish()