Lines Matching defs:CMS_EncryptedContentInfo_st
126 struct CMS_EncryptedContentInfo_st { struct
127 ASN1_OBJECT *contentType;
128 X509_ALGOR *contentEncryptionAlgorithm;
129 ASN1_OCTET_STRING *encryptedContent;
131 const EVP_CIPHER *cipher;
132 unsigned char *key;
133 size_t keylen;
134 unsigned char *tag;
135 size_t taglen;
137 int debug;
139 int havenocert;