HomeSort by: relevance | last modified time | path
    Searched defs:issuerKeyHash (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_local.h 15 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
21 ASN1_OCTET_STRING issuerKeyHash;
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_local.h 15 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
21 ASN1_OCTET_STRING issuerKeyHash;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_local.h 13 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
19 ASN1_OCTET_STRING issuerKeyHash;
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl_ocsp.c 43 * issuerKeyHash OCTET STRING, -- Hash of Issuer's public key
49 ASN1_OCTET_STRING *issuerKeyHash;
172 ASN1_SIMPLE(CertID, issuerKeyHash, ASN1_OCTET_STRING),
439 wpa_printf(MSG_DEBUG, "OpenSSL: calculated issuerKeyHash: %s",
444 if (ASN1_OCTET_STRING_cmp(certid->issuerKeyHash, hash)) {
723 txt = octet_string_str(sresp->certID->issuerKeyHash);
726 "OpenSSL: certID issuerKeyHash: %s", txt);
778 ASN1_OCTET_STRING_cmp(cid1->issuerKeyHash,
779 cid2->issuerKeyHash) != 0)) {

Completed in 29 milliseconds