HomeSort by relevance Sort by last modified time
    Searched refs:CMS_RecipientEncryptedKey (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/cms/
cms_asn1.c 167 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)
cms_lcl.h 89 typedef struct CMS_RecipientEncryptedKey_st CMS_RecipientEncryptedKey;
213 STACK_OF(CMS_RecipientEncryptedKey) *recipientEncryptedKeys;

Completed in 60 milliseconds