Hex‐dump len bytes at bytes to a BIO (no leading indent).
Synopsis
Declared in <openssl/bio.h>
int
BIO_dump(
BIO* b,
void const* bytes,
int len);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
b |
Destination BIO. |
bytes |
Bytes to dump. |
len |
Number of bytes at |
Created with MrDocs