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

/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c133 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i)))
159 return ASN1_OCTET_STRING_cmp(a->issuerKeyHash, b->issuerKeyHash);
H A Docsp_vfy.c325 (cid->issuerKeyHash->length != mdlen))
333 if (memcmp(md, cid->issuerKeyHash->data, mdlen))
H A Docsp_asn.c74 ASN1_SIMPLE(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
H A Docsp_prn.c81 i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
H A Docsp_srv.c100 *pikeyHash = cid->issuerKeyHash;
H A Docsp.h98 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
104 ASN1_OCTET_STRING *issuerKeyHash; member in struct:ocsp_cert_id_st
/freebsd-9.3-release/crypto/openssl/demos/asn1/
H A Docsp.c90 issuerKeyHash OCTET STRING, -- Hash of Issuers public key
196 ASN1_OCTET_STRING *issuerKeyHash; member in struct:__anon111
291 ASN1_SIMPLE(CertID, issuerKeyHash, ASN1_OCTET_STRING),
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Drevoke.c731 &ocsp->ocsp.tbsResponseData.responses.val[j].certID.issuerKeyHash);
922 &one->reqCert.issuerKeyHash);

Completed in 113 milliseconds