Searched refs:CMS_RecipientKeyIdentifier (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_asn1.c158 ASN1_SEQUENCE(CMS_RecipientKeyIdentifier) = {
159 ASN1_SIMPLE(CMS_RecipientKeyIdentifier, subjectKeyIdentifier, ASN1_OCTET_STRING),
160 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
161 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
162 } ASN1_SEQUENCE_END(CMS_RecipientKeyIdentifier)
166 ASN1_IMP(CMS_KeyAgreeRecipientIdentifier, d.rKeyId, CMS_RecipientKeyIdentifier, 0)
H A Dcms_lcl.h87 typedef struct CMS_RecipientKeyIdentifier_st CMS_RecipientKeyIdentifier; typedef in typeref:struct:CMS_RecipientKeyIdentifier_st
239 CMS_RecipientKeyIdentifier *rKeyId;
H A Dcms_kari.c69 DECLARE_ASN1_ITEM(CMS_RecipientKeyIdentifier)
366 rek->rid->d.rKeyId = M_ASN1_new_of(CMS_RecipientKeyIdentifier);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_asn1.c158 ASN1_SEQUENCE(CMS_RecipientKeyIdentifier) = {
159 ASN1_SIMPLE(CMS_RecipientKeyIdentifier, subjectKeyIdentifier, ASN1_OCTET_STRING),
160 ASN1_OPT(CMS_RecipientKeyIdentifier, date, ASN1_GENERALIZEDTIME),
161 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
162 } ASN1_SEQUENCE_END(CMS_RecipientKeyIdentifier)
166 ASN1_IMP(CMS_KeyAgreeRecipientIdentifier, d.rKeyId, CMS_RecipientKeyIdentifier, 0)
H A Dcms_lcl.h87 typedef struct CMS_RecipientKeyIdentifier_st CMS_RecipientKeyIdentifier; typedef in typeref:struct:CMS_RecipientKeyIdentifier_st
239 CMS_RecipientKeyIdentifier *rKeyId;
H A Dcms_kari.c69 DECLARE_ASN1_ITEM(CMS_RecipientKeyIdentifier)
366 rek->rid->d.rKeyId = M_ASN1_new_of(CMS_RecipientKeyIdentifier);

Completed in 111 milliseconds