[#PKCS12_unpack_authsafes] = PKCS12_unpack_authsafes :mrdocs: Unpack the authSafes PKCS#7 contentInfos from a PKCS#12 structure. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_PKCS7.adoc[stack_st_PKCS7]* PKCS12_unpack_authsafes(xref:PKCS12.adoc[PKCS12] const* p12); ---- == Return Value Stack of PKCS#7 content infos, or NULL if `p12` authSafes is not data type or on decode error. == Parameters [cols="1,4"] |=== | Name| Description | *p12* | PKCS#12 structure to unpack. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#