Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_lcl.h164 struct CMS_EncryptedContentInfo_st { struct
165 ASN1_OBJECT *contentType;
166 X509_ALGOR *contentEncryptionAlgorithm;
167 ASN1_OCTET_STRING *encryptedContent;
169 const EVP_CIPHER *cipher;
170 unsigned char *key;
171 size_t keylen;
173 int debug;