Searched refs:_key (Results 1 - 21 of 21) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs67 private object _key; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
75 _key = null;
86 _key = null;
98 if (_key == null)
102 return _key;
110 if (_key == null)
122 if (_key == null)
126 return new DictionaryEntry(_key, _value);
141 _key = null;
149 if (_key
[all...]
/external/clang/test/Analysis/
H A Dcfref_PR2519.c31 CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" "")); local
35 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h48 #define rsa_encrypt_key(_in, _inlen, _out, _outlen, _lparam, _lparamlen, _prng, _prng_idx, _hash_idx, _key) \
49 rsa_encrypt_key_ex(_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) \
52 rsa_decrypt_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) \
55 rsa_sign_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) \
58 rsa_verify_hash_ex(_sig, _siglen, _hash, _hashlen, LTC_PKCS_1_PSS, _hash_idx, _saltlen, _stat, _key)
/external/jmdns/src/javax/jmdns/impl/
H A DDNSCache.java155 private String _key; field in class:DNSCache._CacheEntry
163 _key = (key != null ? key.trim().toLowerCase() : null);
173 _key = ((_CacheEntry) entry).getKey();
183 return (_key != null ? _key : "");
229 return (_key == null ? 0 : _key.hashCode());
239 aLog.append(_key);
H A DDNSEntry.java24 private final String _key; field in class:DNSEntry
43 // _key = (name != null ? name.trim().toLowerCase() : null);
53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase();
122 return (_key != null ? _key : "");
H A DServiceInfoImpl.java59 private transient String _key; field in class:ServiceInfoImpl
405 if (this._key == null) {
406 this._key = this.getQualifiedName().toLowerCase();
408 return this._key;
419 this._key = null;
H A DJmDNSImpl.java122 private final String _key; field in class:JmDNSImpl.ServiceTypeEntry.SubTypeEntry
128 _key = _value.toLowerCase();
136 return _key;
177 return (_key == null ? 0 : _key.hashCode()) ^ (_value == null ? 0 : _value.hashCode());
195 return _key + "=" + _value;
/external/webkit/Source/WebKit/mac/WebView/
H A 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/
H A 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/
H A DDatabase.java815 _key(ekey);
837 _key(ekey);
841 private native void _key(byte[] ekey); method in class:Database
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A 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/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c834 const u8 *_key; local
881 _key = (u8 *) peerkey->stk.tk1;
884 os_memcpy(key_buf, _key, 16);
887 _key = key_buf;
894 rsc, sizeof(rsc), _key, key_len) < 0) {
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c834 const u8 *_key; local
881 _key = (u8 *) peerkey->stk.tk1;
884 os_memcpy(key_buf, _key, 16);
887 _key = key_buf;
894 rsc, sizeof(rsc), _key, key_len) < 0) {
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c834 const u8 *_key; local
881 _key = (u8 *) peerkey->stk.tk1;
884 os_memcpy(key_buf, _key, 16);
887 _key = key_buf;
894 rsc, sizeof(rsc), _key, key_len) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c834 const u8 *_key; local
881 _key = (u8 *) peerkey->stk.tk1;
884 os_memcpy(key_buf, _key, 16);
887 _key = key_buf;
894 rsc, sizeof(rsc), _key, key_len) < 0) {
/external/openssl/crypto/aes/asm/
H A 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...]
H A Daes-x86_64.pl1646 my $_key="48(%rsp)"; # copy of 4th parameter, key
1721 mov %rcx,$_key # save copy of key
1931 #mov %rcx,$_key # save copy of key
/external/dropbear/libtomcrypt/
H A Dcrypt.tex360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
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 allows all ciphers to
588 Where \textit{name} is the lower case ASCII version of the name. The fields \textit{min\_key\_length} and \textit{max\_key\_length}
1113 This will start the F8 mode state using \textit{key} as the secret key, \textit{IV} as the counter. It uses the \textit{salt\_key} as IV encryption key
1114 (\textit{m} in the RFC 3711). The salt\_key can be shorter than the secret key but it should not be longer.
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()} functio
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 451 milliseconds