Home
last modified time | relevance | path

Searched refs:CMS_RecipientEncryptedKey (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/cms/
Dcms_asn1.c167 ASN1_SEQUENCE(CMS_RecipientEncryptedKey) = {
168 ASN1_SIMPLE(CMS_RecipientEncryptedKey, rid, CMS_KeyAgreeRecipientIdentifier),
169 ASN1_SIMPLE(CMS_RecipientEncryptedKey, encryptedKey, ASN1_OCTET_STRING)
170 } ASN1_SEQUENCE_END(CMS_RecipientEncryptedKey)
188 ASN1_SEQUENCE_OF(CMS_KeyAgreeRecipientInfo, recipientEncryptedKeys, CMS_RecipientEncryptedKey)
Dcms_lcl.h89 typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey; typedef
213 STACK_OF(CMS_RecipientEncryptedKey) *recipientEncryptedKeys;