Searched refs:issuerKeyHash (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_lib.c77 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i)))
101 return ASN1_OCTET_STRING_cmp(&a->issuerKeyHash, &b->issuerKeyHash);
H A Docsp_local.h15 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
21 ASN1_OCTET_STRING issuerKeyHash; member in struct:ocsp_cert_id_st
H A Docsp_asn.c26 ASN1_EMBED(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
H A Docsp_vfy.c336 cid->issuerKeyHash.length != mdlen) {
351 ret = memcmp(md, cid->issuerKeyHash.data, mdlen) == 0;
H A Docsp_prn.c26 i2a_ASN1_STRING(bp, &a->issuerKeyHash, 0);
H A Docsp_srv.c49 *pikeyHash = &cid->issuerKeyHash;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A Docsp_lib.c76 if (!(ASN1_OCTET_STRING_set(&cid->issuerKeyHash, md, i)))
100 return ASN1_OCTET_STRING_cmp(&a->issuerKeyHash, &b->issuerKeyHash);
H A Docsp_local.h13 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
19 ASN1_OCTET_STRING issuerKeyHash; member in struct:ocsp_cert_id_st
H A Docsp_asn.c26 ASN1_EMBED(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
H A Docsp_vfy.c296 (cid->issuerKeyHash.length != mdlen))
304 if (memcmp(md, cid->issuerKeyHash.data, mdlen))
H A Docsp_prn.c26 i2a_ASN1_STRING(bp, &a->issuerKeyHash, 0);
H A Docsp_srv.c50 *pikeyHash = &cid->issuerKeyHash;
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl_ocsp.c43 * issuerKeyHash OCTET STRING, -- Hash of Issuer's public key
49 ASN1_OCTET_STRING *issuerKeyHash; member in struct:__anon284
172 ASN1_SIMPLE(CertID, issuerKeyHash, ASN1_OCTET_STRING),
445 wpa_printf(MSG_DEBUG, "OpenSSL: calculated issuerKeyHash: %s",
450 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) {
728 txt = octet_string_str(sresp->certID->issuerKeyHash);
731 "OpenSSL: certID issuerKeyHash: %s", txt);
783 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash,
784 cid2->issuerKeyHash) != 0)) {
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c771 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.issuerKeyHash);
962 &one->reqCert.issuerKeyHash);

Completed in 124 milliseconds