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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_lib.c130 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
152 return ASN1_OCTET_STRING_cmp(a->issuerKeyHash, b->issuerKeyHash);
H A Docsp_asn.c73 ASN1_SIMPLE(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
H A Docsp_vfy.c318 (cid->issuerKeyHash->length != mdlen))
326 if (memcmp(md, cid->issuerKeyHash->data, mdlen))
H A Docsp_prn.c78 i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
H A Docsp_srv.c94 if (pikeyHash) *pikeyHash = cid->issuerKeyHash;
H A Docsp.h96 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
103 ASN1_OCTET_STRING *issuerKeyHash; member in struct:ocsp_cert_id_st
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c91 issuerKeyHash OCTET STRING, -- Hash of Issuers public key
197 ASN1_OCTET_STRING *issuerKeyHash; member in struct:__anon679
294 ASN1_SIMPLE(CertID, issuerKeyHash, ASN1_OCTET_STRING),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c740 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.issuerKeyHash);
932 &one->reqCert.issuerKeyHash);

Completed in 178 milliseconds