Hex-dump len bytes at bytes to a BIO with leading indent.
Declared in <openssl/bio.h>
int
BIO_dump_indent(
BIO* b,
void const* bytes,
int len,
int indent);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| b | Destination BIO. |
| bytes | Bytes to dump. |
| len | Number of bytes at bytes. |
| indent | Number of spaces to prefix each dump line. |