Home
last modified time | relevance | path

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

/openssl-master/crypto/cms/
A Dcms_local.h235 struct CMS_PasswordRecipientInfo_st { struct
236 int32_t version;
237 X509_ALGOR *keyDerivationAlgorithm;
238 X509_ALGOR *keyEncryptionAlgorithm;
239 ASN1_OCTET_STRING *encryptedKey;
241 unsigned char *pass;
242 size_t passlen;
243 const CMS_CTX *cms_ctx;

Completed in 5 milliseconds