HomeSort by relevance Sort by last modified time
    Searched full:bykey (Results 1 - 8 of 8) sorted by null

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/
ResponderID.java 71 * byKey [2] KeyHash }
  /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_vfy.c 198 if (id->value.byKey->length != SHA_DIGEST_LENGTH) return NULL;
199 keyhash = id->value.byKey->data;
ocsp_asn.c 120 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
ocsp.h 197 * byKey [2] KeyHash }
206 ASN1_OCTET_STRING *byKey;
ocsp_prn.c 226 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
  /external/openssl/include/openssl/
ocsp.h 197 * byKey [2] KeyHash }
206 ASN1_OCTET_STRING *byKey;
  /external/openssl/apps/
s_client.c 915 id->value.byKey = ASN1_OCTET_STRING_new();
917 ASN1_STRING_set(id->value.byKey, "Hello World", -1);
    [all...]

Completed in 190 milliseconds