| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | authorityKeyIdentifier.c | 1783 …yKeyIdentifier*)csi_attr)->keyIdentifier, (ComponentSyntaxInfo*)&((ComponentAuthorityKeyIdentifier… in MatchingComponentAuthorityKeyIdentifier() 1803 …keyIdentifier.identifier.bv_val && strncmp(comp->keyIdentifier.identifier.bv_val, cr->cr_curr->ci_… in ExtractingComponentAuthorityKeyIdentifier() 1805 return &comp->keyIdentifier; in ExtractingComponentAuthorityKeyIdentifier() 1874 …rc = BDecComponentKeyIdentifier (mem_op, b, tagId1, elmtLen1, (&k->keyIdentifier), &totalElmtsL… 1876 (&k->keyIdentifier)->identifier.bv_val = (&k->keyIdentifier)->id_buf; 1877 (&k->keyIdentifier)->identifier.bv_len = strlen("keyIdentifier"); 1878 strcpy( (&k->keyIdentifier)->identifier.bv_val, "keyIdentifier"); 1990 rc = GDecComponentKeyIdentifier (mem_op, b, (&k->keyIdentifier), bytesDecoded, mode); 1992 (&k->keyIdentifier)->identifier.bv_val = peek_head; 1993 (&k->keyIdentifier)->identifier.bv_len = strLen;
|
| H A D | authorityKeyIdentifier.asn | 4 keyIdentifier [0] IMPLICIT KeyIdentifier OPTIONAL,
|
| H A D | authorityKeyIdentifier.h | 303 ComponentKeyIdentifier keyIdentifier; /* [0] KeyIdentifier OPTIONAL */ member
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | CMS_get0_RecipientInfos.pod | 66 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>,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/ |
| H A D | cms_env.c | 456 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 D | cms_local.h | 215 ASN1_OCTET_STRING *keyIdentifier; member
|
| H A D | cms_asn1.c | 173 ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING),
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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>,
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | ca.c | 1485 ai->keyIdentifier = calloc(1, sizeof(*ai->keyIdentifier)); in get_AuthorityKeyIdentifier() 1486 if (ai->keyIdentifier == NULL) { in get_AuthorityKeyIdentifier() 1492 ret = der_copy_octet_string(&si, ai->keyIdentifier); in get_AuthorityKeyIdentifier()
|
| H A D | print.c | 353 if (ai.keyIdentifier) { in check_authorityKeyIdentifier() 355 hex_encode(ai.keyIdentifier->data, ai.keyIdentifier->length, &id); in check_authorityKeyIdentifier()
|
| H A D | cert.c | 970 } else if (ai.keyIdentifier) { in _hx509_cert_is_parent_cmp() 976 if (ai.keyIdentifier == NULL) { in _hx509_cert_is_parent_cmp() 1007 diff = der_heim_octet_string_cmp(ai.keyIdentifier, &si); in _hx509_cert_is_parent_cmp() 1098 if (ai.keyIdentifier == NULL) { in find_parent() 1106 q.subject_id = ai.keyIdentifier; in find_parent()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/ |
| H A D | cms_env.c | 644 return ASN1_OCTET_STRING_cmp(&tmp_os, kekri->kekid->keyIdentifier); in CMS_RecipientInfo_kekri_id_cmp() 743 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key() 780 *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 | 173 ASN1_SIMPLE(CMS_KEKIdentifier, keyIdentifier, ASN1_OCTET_STRING),
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4523.txt | 884 AuthorityKeyIdentifier = "{" [ sp aki-keyIdentifier ] 888 aki-keyIdentifier = id-keyIdentifier msp KeyIdentifier 964 id-keyIdentifier = %x6B.65.79.49.64.65.6E.74.69.66.69.65.72 965 ; 'keyIdentifier'
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | rfc2459.asn1 | 322 keyIdentifier [0] IMPLICIT OCTET STRING OPTIONAL,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|