Searched refs:Key (Results 126 - 150 of 258) sorted by relevance

1234567891011

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Dplugin.properties18 descriptionMapEntry=Key and Value
/external/libvpx/examples/includes/geshi/geshi/
H A Dteraterm.php218 /* LogMeTT Key Words */
267 3 => 'color: #ff0000; font-weight: bold;', // LogMeTT Key Words
/external/openssh/
H A Dauth2-hostbased.c60 Key *key = NULL;
142 Key *key)
H A Dauthfd.c304 Key *
313 Key *
320 Key *key = NULL;
366 Key* key, BIGNUM *challenge,
417 Key *key,
475 ssh_encode_identity_ssh2(Buffer *b, Key *key, const char *comment)
538 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key,
595 ssh_remove_identity(AuthenticationConnection *auth, Key *key)
H A Dssh-dss.c46 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp,
109 ssh_dss_verify(const Key *key, const u_char *signature, u_int signaturelen,
H A Dssh-ecdsa.c47 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp,
96 ssh_ecdsa_verify(const Key *key, const u_char *signature, u_int signaturelen,
H A Dreadconf.h48 /* Try S/Key or TIS, authentication. */
98 Key *identity_keys[SSH_MAX_IDENTITY_FILES];
H A Dssh-keysign.c62 valid_request(struct passwd *pw, char *host, Key **ret, u_char *data,
66 Key *key = NULL;
154 Key *keys[NUM_KEYTYPES], *key = NULL;
H A Dssh-keygen.c109 /* Key type when certifying */
185 fatal("Key must at least be 768 bits");
236 static Key *
240 Key *prv;
262 do_convert_to_ssh2(struct passwd *pw, Key *k)
288 do_convert_to_pkcs8(Key *k)
312 do_convert_to_pem(Key *k)
335 Key *k;
383 static Key *
387 Key *ke
[all...]
H A Dssh-keyscan.c78 Key *kexjmp_key;
184 static Key *
187 static Key *rsa;
219 hostjump(Key *hostkey)
241 static Key *
274 keyprint(con *c, Key *key)
H A Dssh-add.c101 Key *public;
144 Key *private, *cert;
289 Key *key;
H A Dkexdhc.c52 Key *server_host_key;
/external/skia/src/gpu/
H A DGrResourceCache.h32 * Helper class for GrResourceCache, the Key is used to identify src data for
181 * For even faster searches, a hash is computed from the Key. If there is
183 * bsearch, and update the hash to reflect the most recent Key requested.
225 * Search for an entry with the same Key. If found, "lock" it and return it.
279 class Key;
280 GrTHashTable<GrResourceEntry, Key, 8> fCache;
H A DGrResourceCache.cpp130 class GrResourceCache::Key { class in class:GrResourceCache
135 Key(const GrResourceKey& key) : fKey(key) {} function in class:GrResourceCache::Key
139 static bool LT(const T& entry, const Key& key) {
142 static bool EQ(const T& entry, const Key& key) {
/external/v8/src/
H A Dpreparse-data.cc125 Key key = { is_ascii, literal_bytes };
135 Vector<Key> symbol = symbol_keys_.AddBlock(1, key);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas75 CheckEquals(P.Key, Values[I]);
92 CheckEquals(P.Key, Values[I]);
/external/llvm/include/llvm/
H A DModule.h183 MDString *Key; member in struct:llvm::Module::ModuleFlagEntry
186 : Behavior(B), Key(K), Val(V) {}
423 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Value *Val);
424 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft27 ATTRIBUTE MS-MPPE-Send-Key 16 string Microsoft
28 ATTRIBUTE MS-MPPE-Recv-Key 17 string Microsoft
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocevents.cpp306 case EEventKeyDown: /* Key events */
310 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
317 (void*)TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym);
339 case EEventKeyUp: /* Key events */
343 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
348 posted += SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym));
/external/llvm/lib/VMCore/
H A DDebugLoc.cpp153 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { argument
154 return static_cast<unsigned>(hash_combine(Key.LineCol, Key.ScopeIdx));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DCipherSpi.java8 import java.security.Key;
109 Key key)
246 Key key,
348 Key key,
373 Key key,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKKeyStore.java10 import java.security.Key;
128 Key key,
211 if (obj instanceof Key)
253 Key k = null;
381 Key key,
406 private Key decodeKey(
432 throw new IOException("Key format " + format + " not recognised!");
446 throw new IOException("Key type " + keyType + " not recognised!");
599 public Key engineGetKey(
611 return (Key)entr
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp426 StringRef Key = MFE.Key->getString(); local
429 if (Key == "Objective-C Image Info Version")
431 else if (Key == "Objective-C Garbage Collection" ||
432 Key == "Objective-C GC Only" ||
433 Key == "Objective-C Is Simulated")
435 else if (Key == "Objective-C Image Info Section")
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java24 import java.security.Key;
46 static Key cipherKey;
186 * @tests javax.crypto.Cipher#init(int, java.security.Key)
194 * @tests javax.crypto.Cipher#init(int, java.security.Key,
205 * @tests javax.crypto.Cipher#init(int, java.security.Key,
230 * @tests javax.crypto.Cipher#init(int, java.security.Key,
266 Key k = skf.generateSecret(keySpec);
315 Key k = skf.generateSecret(keySpec);
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h391 const internal_key_type& Key = InfoObj->ReadKey(LocalPtr, L.first); local
392 return InfoObj->GetExternalKey(Key);
454 const internal_key_type& Key = local
456 return InfoObj->ReadData(Key, LocalPtr + L.first, L.second);

Completed in 570 milliseconds

1234567891011