Searched refs:byKey (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dcontroller.js47 this.handleInput_(this.inputs.byKey[key]);
53 var inputs = {byButton: {}, byKey: {}};
54 inputs.byButton['zero'] = inputs.byKey['48'] = inputs.byKey['96'] = '0';
55 inputs.byButton['one'] = inputs.byKey['49'] = inputs.byKey['97'] = '1';
56 inputs.byButton['two'] = inputs.byKey['50'] = inputs.byKey['98'] = '2';
57 inputs.byButton['three'] = inputs.byKey['51'] = inputs.byKey['9
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_srv.c238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
H A Docsp_asn.c120 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
H A Docsp_vfy.c202 if (id->value.byKey->length != SHA_DIGEST_LENGTH) return NULL;
203 keyhash = id->value.byKey->data;
H A Docsp_prn.c224 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
H A Docsp.h198 * byKey [2] KeyHash }
207 ASN1_OCTET_STRING *byKey; member in union:ocsp_responder_id_st::__anon13886
/external/openssl/crypto/ocsp/
H A Docsp_srv.c238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
H A Docsp_asn.c120 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
H A Docsp_vfy.c202 if (id->value.byKey->length != SHA_DIGEST_LENGTH) return NULL;
203 keyhash = id->value.byKey->data;
H A Docsp_prn.c224 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
H A Docsp.h205 * byKey [2] KeyHash }
214 ASN1_OCTET_STRING *byKey; member in union:ocsp_responder_id_st::__anon27501
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Docsp.h198 * byKey [2] KeyHash }
207 ASN1_OCTET_STRING *byKey; member in union:ocsp_responder_id_st::__anon13933
/external/openssl/include/openssl/
H A Docsp.h205 * byKey [2] KeyHash }
214 ASN1_OCTET_STRING *byKey; member in union:ocsp_responder_id_st::__anon27545
/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_client.c1379 id->value.byKey = ASN1_OCTET_STRING_new();
1381 ASN1_STRING_set(id->value.byKey, "Hello World", -1);
/external/openssl/apps/
H A Ds_client.c1406 id->value.byKey = ASN1_OCTET_STRING_new();
1408 ASN1_STRING_set(id->value.byKey, "Hello World", -1);

Completed in 210 milliseconds