Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_pkcs7.h>
Public Attributes | |
RASN1String * | oid |
RASN1Binary * | data |
Definition at line 35 of file rz_pkcs7.h.
RASN1Binary* rz_pkcs7_attribute_t::data |
Definition at line 37 of file rz_pkcs7.h.
Referenced by test_group_name.GroupTest::run(), rz_pkcs7_free_attribute(), rz_pkcs7_parse_attribute(), rz_x509_signedinfo_dump(), and rz_x509_signedinfo_json().
RASN1String* rz_pkcs7_attribute_t::oid |
Definition at line 36 of file rz_pkcs7.h.
Referenced by rz_pkcs7_free_attribute(), rz_pkcs7_parse_attribute(), rz_x509_signedinfo_dump(), and rz_x509_signedinfo_json().