BIO_dump_indent

Hex-dump len bytes at bytes to a BIO with leading indent.

Synopsis

Declared in <openssl/bio.h>

int
BIO_dump_indent(
    BIO* b,
    void const* bytes,
    int len,
    int indent);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
bDestination BIO.
bytesBytes to dump.
lenNumber of bytes at bytes.
indentNumber of spaces to prefix each dump line.