Assign an ASN.1 string ownership of an existing data buffer.
Synopsis
Declared in <openssl/asn1.h>
void
ASN1_STRING_set0(
ASN1_STRING* str,
void* data,
int len);
Parameters
Name |
Description |
str |
String whose content pointer and length are replaced. |
data |
Buffer that |
len |
Length of |
Created with MrDocs