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