Searched defs:CMS_KEKRecipientInfo_st (Results 1 – 1 of 1) sorted by relevance
218 struct CMS_KEKRecipientInfo_st { struct219 int32_t version;220 CMS_KEKIdentifier *kekid;221 X509_ALGOR *keyEncryptionAlgorithm;222 ASN1_OCTET_STRING *encryptedKey;224 unsigned char *key;225 size_t keylen;226 const CMS_CTX *cms_ctx;
Completed in 5 milliseconds