Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_local.h128 struct CMS_EncryptedContentInfo_st { struct
129 ASN1_OBJECT *contentType;
130 X509_ALGOR *contentEncryptionAlgorithm;
131 ASN1_OCTET_STRING *encryptedContent;
133 const EVP_CIPHER *cipher;
134 unsigned char *key;
135 size_t keylen;
136 unsigned char *tag;
137 size_t taglen;
139 int debug;
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_local.h118 struct CMS_EncryptedContentInfo_st { struct
119 ASN1_OBJECT *contentType;
120 X509_ALGOR *contentEncryptionAlgorithm;
121 ASN1_OCTET_STRING *encryptedContent;
123 const EVP_CIPHER *cipher;
124 unsigned char *key;
125 size_t keylen;
127 int debug;
129 int havenocert;