Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DCMS_get0_RecipientInfos.pod77 B<palg>, the B<keyIdentifier> field is written to B<pid>, the B<date> field if
83 parameters against the B<keyIdentifier> CMS_RecipientInfo structure B<ri>,
/freebsd/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/crypto/openssl/crypto/cms/
H A Dcms_env.c635 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp()
734 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
771 *pid = rkid->keyIdentifier; in CMS_RecipientInfo_kekri_get0_id()
H A Dcms_local.h230 ASN1_OCTET_STRING *keyIdentifier; member
H A Dcms_asn1.c184 ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING),
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1299 keyIdentifier [0] IMPLICIT OCTET STRING OPTIONAL,
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod179 The keyIdentifier is composed of the 160-bit SHA-1 hash of the value of the BIT
/freebsd/crypto/openssl/
H A DCHANGES.md2003 with a keyIdentifier field or issuer information identifying the signing key.