Home
last modified time | relevance | path

Searched refs:keyIdentifier (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DCMS_get0_RecipientInfos.pod66 B<palg>, the B<keyIdentifier> field is written to B<pid>, the B<date> field if
72 parameters against the B<keyIdentifier> CMS_RecipientInfo structure B<ri>,
/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_env.c456 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
556 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
594 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
H A Dcms_lcl.h215 ASN1_OCTET_STRING *keyIdentifier; member
H A Dcms_asn1.c173 ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING),
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dca.c1434 ai->keyIdentifier = calloc(1, sizeof(*ai->keyIdentifier)); in get_AuthorityKeyIdentifier()
1435 if (ai->keyIdentifier == NULL) { in get_AuthorityKeyIdentifier()
1441 ret = der_copy_octet_string(&si, ai->keyIdentifier); in get_AuthorityKeyIdentifier()
H A Dprint.c351 if (ai.keyIdentifier) { in check_authorityKeyIdentifier()
353 hex_encode(ai.keyIdentifier->data, ai.keyIdentifier->length, &id); in check_authorityKeyIdentifier()
H A Dcert.c950 } else if (ai.keyIdentifier) { in _hx509_cert_is_parent_cmp()
956 if (ai.keyIdentifier == NULL) { in _hx509_cert_is_parent_cmp()
987 diff = der_heim_octet_string_cmp(ai.keyIdentifier, &si); in _hx509_cert_is_parent_cmp()
1078 if (ai.keyIdentifier == NULL) { in find_parent()
1086 q.subject_id = ai.keyIdentifier; in find_parent()
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1299 keyIdentifier [0] IMPLICIT OCTET STRING OPTIONAL,