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

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c127 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i)))
156 ret = ASN1_OCTET_STRING_cmp(a->issuerNameHash, b->issuerNameHash);
H A Docsp_vfy.c324 if ((cid->issuerNameHash->length != mdlen) ||
330 if (memcmp(md, cid->issuerNameHash->data, mdlen))
H A Docsp_asn.c73 ASN1_SIMPLE(OCSP_CERTID, issuerNameHash, ASN1_OCTET_STRING),
H A Docsp_prn.c79 i2a_ASN1_STRING(bp, a->issuerNameHash, V_ASN1_OCTET_STRING);
H A Docsp_srv.c98 *piNameHash = cid->issuerNameHash;
H A Docsp.h97 * issuerNameHash OCTET STRING, -- Hash of Issuer's DN
103 ASN1_OCTET_STRING *issuerNameHash; member in struct:ocsp_cert_id_st
/freebsd-9.3-release/crypto/openssl/demos/asn1/
H A Docsp.c89 issuerNameHash OCTET STRING, -- Hash of Issuer's DN
195 ASN1_OCTET_STRING *issuerNameHash; member in struct:__anon111
290 ASN1_SIMPLE(CertID, issuerNameHash, ASN1_OCTET_STRING),
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Drevoke.c720 &ocsp->ocsp.tbsResponseData.responses.val[i].certID.issuerNameHash);
909 &one->reqCert.issuerNameHash);
1210 &basic.tbsResponseData.responses.val[i].certID.issuerNameHash);

Completed in 112 milliseconds