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

  /external/openssl/crypto/ocsp/
ocsp_srv.c 238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
ocsp_asn.c 120 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
ocsp_vfy.c 198 if (id->value.byKey->length != SHA_DIGEST_LENGTH) return NULL;
199 keyhash = id->value.byKey->data;
ocsp_prn.c 224 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
ocsp.h 198 * byKey [2] KeyHash }
207 ASN1_OCTET_STRING *byKey;
  /external/openssl/include/openssl/
ocsp.h 198 * byKey [2] KeyHash }
207 ASN1_OCTET_STRING *byKey;
  /external/openssl/apps/
s_client.c     [all...]

Completed in 1156 milliseconds