HomeSort by relevance Sort by last modified time
    Searched refs:key1 (Results 101 - 125 of 232) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/net/server/
web_socket.cc 55 std::string key1 = request.GetHeaderValue("sec-websocket-key1"); variable
58 uint32 fp1 = WebSocketKeyFingerprint(key1);
115 std::string key1 = request.GetHeaderValue("sec-websocket-key1"); local
118 if (key1.empty()) {
120 "Invalid request format. Sec-WebSocket-Key1 is empty or isn't "
  /external/chromium_org/v8/src/
serialize.h 127 static bool Match(void* key1, void* key2) { return key1 == key2; }
441 static bool SerializationMatchFun(void* key1, void* key2) {
442 return key1 == key2;
allocation-tracker.cc 143 static bool AddressesMatch(void* key1, void* key2) {
144 return key1 == key2;
interface.cc 35 static bool Match(void* key1, void* key2) {
36 String* name1 = *static_cast<String**>(key1);
  /external/icu4c/test/intltest/
regcoll.cpp 1136 uint8_t key1[100], key2[100]; local
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1150 if (len1 == len2 && uprv_memcmp(key1, key2, len1) == 0) {
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
1192 CollationKey key1, key2; local
    [all...]
  /external/v8/src/
serialize.h 125 static bool Match(void* key1, void* key2) { return key1 == key2; }
434 static bool SerializationMatchFun(void* key1, void* key2) {
435 return key1 == key2;
interface.cc 35 static bool Match(void* key1, void* key2) {
36 String* name1 = *static_cast<String**>(key1);
  /frameworks/av/include/camera/
CameraParameters2.h 51 // Compare the order that key1 was set vs the order that key2 was set.
54 // than zero if key1's set order was respectively, to be less than, to
60 status_t compareSetOrder(const char *key1, const char *key2,
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
hybi00.py 203 key1 = self._get_key_value(common.SEC_WEBSOCKET_KEY1_HEADER)
207 challenge += struct.pack('!I', key1) # network byteorder int
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 91 inline unsigned pairIntHash(unsigned key1, unsigned key2)
97 uint64_t product = longRandom * (shortRandom1 * key1 + shortRandom2 * key2);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi00.py 254 key1 = self._get_key_value(common.SEC_WEBSOCKET_KEY1_HEADER)
258 challenge += struct.pack('!I', key1) # network byteorder int
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cache.c 71 int (*compare)(const void *key1, const void *key2);
91 int (*compare)(const void *key1, const void *key2),
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des.h 231 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
239 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des.h 231 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
239 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
  /external/chromium_org/v8/src/third_party/vtune/
vtune-jit.cc 116 bool operator () (void* key1, void* key2) const {
117 return key1 == key2;
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 71 int (*compare)(const void *key1, const void *key2);
91 int (*compare)(const void *key1, const void *key2),
  /external/openssl/crypto/des/
des.h 231 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
239 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
  /external/openssl/include/openssl/
des.h 231 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
239 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DynamicGridKeyboard.java 59 final Key key1 = getTemplateKey(TEMPLATE_KEY_CODE_1); local
60 mHorizontalStep = Math.abs(key1.getX() - key0.getX());
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
KnownHosts.java 484 private boolean matchKeys(Object key1, Object key2)
486 if ((key1 instanceof RSAPublicKey) && (key2 instanceof RSAPublicKey))
488 RSAPublicKey savedRSAKey = (RSAPublicKey) key1;
504 if ((key1 instanceof DSAPublicKey) && (key2 instanceof DSAPublicKey))
506 DSAPublicKey savedDSAKey = (DSAPublicKey) key1;
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_aes.c 93 const AES_KEY *key1, const AES_KEY *key2,
136 size_t len, const AES_KEY *key1,
139 size_t len, const AES_KEY *key1,
149 const AES_KEY *key1, const AES_KEY *key2,
152 const AES_KEY *key1, const AES_KEY *key2,
206 const AES_KEY *key1, const AES_KEY *key2,
212 const AES_KEY *key1, const AES_KEY *key2,
373 xctx->xts.key1 = &xctx->ks1;
1047 /* key1 and key2 are used as an indicator both key and IV are set */
1048 xctx->xts.key1 = NULL
    [all...]
  /external/chromium/net/websockets/
websocket_handshake_handler.cc 207 request_info.extra_headers.GetHeader("Sec-WebSocket-Key1", &key);
208 request_info.extra_headers.RemoveHeader("Sec-WebSocket-Key1");
226 std::string key1; local
239 "sec-websocket-key1")) {
241 key1 = iter.values();
262 GetKeyNumber(key1, challenge);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 143 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba", local
145 assertFalse(em.isCryptoAllowed(key1));
147 em.init(key1);
  /external/chromium_org/remoting/host/
client_session_unittest.cc 428 protocol::KeyEvent key1; local
429 key1.set_pressed(true);
430 key1.set_usb_keycode(1);
456 InjectKeyEvent(connection_, key1),
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h 121 void *key1, *key2; member in struct:xts128_context

Completed in 743 milliseconds

1 2 3 45 6 7 8 910