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

  /external/openssl/crypto/cms/
cms_asn1.c 156 ASN1_SEQUENCE(CMS_RecipientKeyIdentifier) = {
157 ASN1_SIMPLE(CMS_RecipientKeyIdentifier, subjectKeyIdentifier, ASN1_OCTET_STRING),
158 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
159 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
160 } ASN1_SEQUENCE_END(CMS_RecipientKeyIdentifier)
164 ASN1_IMP(CMS_KeyAgreeRecipientIdentifier, d.rKeyId, CMS_RecipientKeyIdentifier, 0)
cms_lcl.h 87 typedef struct CMS_RecipientKeyIdentifier_st CMS_RecipientKeyIdentifier;
243 CMS_RecipientKeyIdentifier *rKeyId;

Completed in 52 milliseconds