Home
last modified time | relevance | path

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

/openssl/crypto/cms/
H A Dcms_local.h233 struct CMS_PasswordRecipientInfo_st { struct
234 int32_t version;
235 X509_ALGOR *keyDerivationAlgorithm;
236 X509_ALGOR *keyEncryptionAlgorithm;
237 ASN1_OCTET_STRING *encryptedKey;
239 unsigned char *pass;
240 size_t passlen;
241 const CMS_CTX *cms_ctx;

Completed in 12 milliseconds