[#OSSL_CMP_ITAV_create] = OSSL_CMP_ITAV_create :mrdocs: Allocate an ITAV with the given infoType and infoValue, taking ownership of both. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OSSL_CMP_ITAV.adoc[OSSL_CMP_ITAV]* OSSL_CMP_ITAV_create( xref:ASN1_OBJECT.adoc[ASN1_OBJECT]* type, xref:ASN1_TYPE.adoc[ASN1_TYPE]* value); ---- == Return Value New ITAV on success, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *type* | infoType OID; ownership transfers to the ITAV. | *value* | infoValue as a generic ASN1_TYPE; ownership transfers to the ITAV. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#