HomeSort by relevance Sort by last modified time
    Searched refs:issuerKeyHash (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/ocsp/
ocsp_lib.c 129 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i))) goto err;
151 return ASN1_OCTET_STRING_cmp(a->issuerKeyHash, b->issuerKeyHash);
ocsp_asn.c 73 ASN1_SIMPLE(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
ocsp_vfy.c 314 (cid->issuerKeyHash->length != mdlen))
322 if (memcmp(md, cid->issuerKeyHash->data, mdlen))
ocsp_prn.c 78 i2a_ASN1_STRING(bp, a->issuerKeyHash, V_ASN1_OCTET_STRING);
ocsp_srv.c 94 if (pikeyHash) *pikeyHash = cid->issuerKeyHash;
ocsp.h 96 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
103 ASN1_OCTET_STRING *issuerKeyHash;
  /external/openssl/include/openssl/
ocsp.h 96 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
103 ASN1_OCTET_STRING *issuerKeyHash;

Completed in 1125 milliseconds