Searched refs:keyIdentifier (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | CMS_get0_RecipientInfos.pod | 77 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 D | ca.c | 1434 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 D | print.c | 351 if (ai.keyIdentifier) { in check_authorityKeyIdentifier() 353 hex_encode(ai.keyIdentifier->data, ai.keyIdentifier->length, &id); in check_authorityKeyIdentifier()
|
H A D | cert.c | 950 } 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 D | cms_env.c | 635 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 D | cms_local.h | 230 ASN1_OCTET_STRING *keyIdentifier; member
|
H A D | cms_asn1.c | 184 ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING),
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 299 keyIdentifier [0] IMPLICIT OCTET STRING OPTIONAL,
|
/freebsd/crypto/openssl/doc/man5/ |
H A D | x509v3_config.pod | 179 The keyIdentifier is composed of the 160-bit SHA-1 hash of the value of the BIT
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2003 with a keyIdentifier field or issuer information identifying the signing key.
|