Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs67 private object _key; field in Antlr.Runtime.Collections.HashList.HashListEnumerator
75 _key = null; in HashListEnumerator()
86 _key = null; in HashListEnumerator()
98 if (_key == null)
102 return _key;
110 if (_key == null)
122 if (_key == null)
126 return new DictionaryEntry(_key, _value);
141 _key = null; in Reset()
149 if (_key == null)
[all …]
/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java155 private String _key; field in DNSCache._CacheEntry
163 _key = (key != null ? key.trim().toLowerCase() : null); in _CacheEntry()
173 _key = ((_CacheEntry) entry).getKey(); in _CacheEntry()
183 return (_key != null ? _key : ""); in getKey()
229 return (_key == null ? 0 : _key.hashCode()); in hashCode()
239 aLog.append(_key); in toString()
DDNSEntry.java24 private final String _key; field in DNSEntry
53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase(); in DNSEntry()
122 return (_key != null ? _key : ""); in getKey()
DServiceInfoImpl.java59 private transient String _key; field in ServiceInfoImpl
405 if (this._key == null) { in getKey()
406 this._key = this.getQualifiedName().toLowerCase(); in getKey()
408 return this._key; in getKey()
419 this._key = null; in setName()
DJmDNSImpl.java122 private final String _key; field in JmDNSImpl.ServiceTypeEntry.SubTypeEntry
128 _key = _value.toLowerCase(); in SubTypeEntry()
136 return _key; in getKey()
177 … return (_key == null ? 0 : _key.hashCode()) ^ (_value == null ? 0 : _value.hashCode()); in hashCode()
195 return _key + "=" + _value; in toString()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h48 …a_encrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _prng, _prng_idx, _hash_idx, _key) \ argument
49 …in, _inlen, _out, _outlen, _lparam, _lparamlen, _prng, _prng_idx, _hash_idx, LTC_PKCS_1_OAEP, _key)
51 #define rsa_decrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, _stat, _key) \ argument
52 …pt_key_ex(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _hash_idx, LTC_PKCS_1_OAEP, _stat, _key)
54 #define rsa_sign_hash(_in, _inlen, _out, _outlen, _prng, _prng_idx, _hash_idx, _saltlen, _key) \ argument
55 …gn_hash_ex(_in, _inlen, _out, _outlen, LTC_PKCS_1_PSS, _prng, _prng_idx, _hash_idx, _saltlen, _key)
57 #define rsa_verify_hash(_sig, _siglen, _hash, _hashlen, _hash_idx, _saltlen, _stat, _key) \ argument
58 …sa_verify_hash_ex(_sig, _siglen, _hash, _hashlen, LTC_PKCS_1_PSS, _hash_idx, _saltlen, _stat, _key)
/external/clang/test/Analysis/
Dcfref_PR2519.c32 …CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" … in main() local
36 …CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const vo… in main()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.mm417 NSString *_key = KEY(key);
418 id o = [_private->values objectForKey:_key];
421 o = [[NSUserDefaults standardUserDefaults] objectForKey:_key];
422 if (!o && key != _key)
437 NSString *_key = KEY(key);
438 [_private->values setObject:value forKey:_key];
440 [[NSUserDefaults standardUserDefaults] setObject:value forKey:_key];
454 NSString *_key = KEY(key);
455 [_private->values _webkit_setInt:value forKey:_key];
457 [[NSUserDefaults standardUserDefaults] setInteger:value forKey:_key];
[all …]
/external/protobuf/python/
Dmox.py953 self._key = key
965 return self._key in rhs
968 return '<sequence or map containing \'%s\'>' % self._key
986 self._key = key
997 return rhs[self._key] == self._value
1002 return '<map containing the entry \'%s: %s\'>' % (self._key, self._value)
/external/javasqlite/src/main/java/SQLite/
DDatabase.java815 _key(ekey); in key()
837 _key(ekey); in key()
841 private native void _key(byte[] ekey); in _key() method in Database
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
Decho_client.py324 self._key = base64.b64encode(original_key)
328 self._key,
331 '%s: %s\r\n' % (common.SEC_WEBSOCKET_KEY_HEADER, self._key))
434 self._key + common.WEBSOCKET_ACCEPT_UUID).digest()
/external/openssl/crypto/aes/asm/
Daes-586.pl2024 my $_key=&DWP(44,"esp"); # copy of wparam(3)
2100 &mov ($_key,$key); # save copy of key
2116 &mov ($_key,"edi");
2150 &mov ($key,$_key); # load key
2178 &mov ("edi",$_key);
2207 &mov ($key,$_key); # load key
2259 &mov ($key,$_key); # load key
2298 &mov ("edi",$_key);
2352 &mov ($_key,$key); # save copy of key
2377 &mov ($key,$_key);
[all …]
Daes-x86_64.pl1647 my $_key="48(%rsp)"; # copy of 4th parameter, key
1722 mov %rcx,$_key # save copy of key
1932 #mov %rcx,$_key # save copy of key
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c823 const u8 *_key; in wpa_supplicant_process_stk_3_of_4() local
870 _key = (u8 *) peerkey->stk.tk1; in wpa_supplicant_process_stk_3_of_4()
873 os_memcpy(key_buf, _key, 16); in wpa_supplicant_process_stk_3_of_4()
876 _key = key_buf; in wpa_supplicant_process_stk_3_of_4()
883 rsc, sizeof(rsc), _key, key_len) < 0) { in wpa_supplicant_process_stk_3_of_4()
/external/dropbear/libtomcrypt/
Dcrypt.tex360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG)…
366 \index{register\_prng()} \index{rsa\_make\_key()}
409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This …
588 …er case ASCII version of the name. The fields \textit{min\_key\_length} and \textit{max\_key\_len…
1113 … as the secret key, \textit{IV} as the counter. It uses the \textit{salt\_key} as IV encryption k…
1114 (\textit{m} in the RFC 3711). The salt\_key can be shorter than the secret key but it should not b…
3255 For RSA routines a single \textit{rsa\_key} structure is used. To make a new RSA key call:
3256 \index{rsa\_make\_key()}
3271 Note: the \textit{rsa\_make\_key()} function allocates memory at run--time when you make the key. …
3272 \textit{rsa\_free()} (see below) when you are finished with the key. If \textit{rsa\_make\_key()} …
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2355458 Also removed now-unused _key, _ascii, and _count fields, and key(), ascii(),