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

  /external/openssl/crypto/cms/
cms_asn1.c 162 ASN1_CHOICE(CMS_KeyAgreeRecipientIdentifier) = {
163 ASN1_SIMPLE(CMS_KeyAgreeRecipientIdentifier, d.issuerAndSerialNumber, CMS_IssuerAndSerialNumber),
164 ASN1_IMP(CMS_KeyAgreeRecipientIdentifier, d.rKeyId, CMS_RecipientKeyIdentifier, 0)
165 } ASN1_CHOICE_END(CMS_KeyAgreeRecipientIdentifier)
168 ASN1_SIMPLE(CMS_RecipientEncryptedKey, rid, CMS_KeyAgreeRecipientIdentifier),
cms_lcl.h 88 typedef struct CMS_KeyAgreeRecipientIdentifier_st CMS_KeyAgreeRecipientIdentifier;
234 CMS_KeyAgreeRecipientIdentifier *rid;

Completed in 122 milliseconds