Home
last modified time | relevance | path

Searched defs:CMS_EncryptedContentInfo_st (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/cms/
H A Dcms_local.h126 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;
[all …]

Completed in 7 milliseconds