Searched refs:Key (Results 176 - 200 of 258) sorted by relevance

1234567891011

/external/openssh/
H A Dkexecdhc.c56 Key *server_host_key;
H A Dkexecdhs.c58 Key *server_host_private, *server_host_public;
H A Dkexgexc.c54 Key *server_host_key;
H A Dkexgexs.c57 Key *server_host_public, *server_host_private;
H A Dssh-pkcs11.c389 pkcs11_fetch_keys(struct pkcs11_provider *p, CK_ULONG slotidx, Key ***keysp,
392 Key *key;
464 sizeof(Key *));
482 pkcs11_add_provider(char *provider_id, char *pin, Key ***keyp)
H A Dssh-agent.c106 Key *key;
183 lookup_identity(Key *key, int version)
253 Key *key;
275 Key *private = id->key;
321 Key *key;
364 Key *key = NULL;
470 Key *k = NULL;
705 Key **keys = NULL, *k;
H A Dsshconnect2.c98 verify_host_key_callback(Key *hostkey)
247 Key *key; /* public/private key */
315 static Key *load_identity_file(char *);
554 Key *key = NULL;
1175 Key *prv;
1313 static Key *
1316 Key *private;
1364 Key *key;
1574 ssh_keysign(Key *key, u_char **sigp, u_int *lenp,
1653 Key *privat
[all...]
H A Dauth.c367 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host,
617 auth_key_is_revoked(Key *key)
634 /* Key revoked */
/external/skia/src/gpu/
H A DGrTextStrike.cpp32 const Key& key) {
/external/v8/src/
H A Dobjects.cc3670 // Key was not already in the dictionary, so add the entry.
3704 // Key wasn't in dictionary. Deletion is a success.
3707 // Key was in the dictionary. Remove it.
9950 template<typename Shape, typename Key>
9951 void Dictionary<Shape, Key>::Print(FILE* out) {
9952 int capacity = HashTable<Shape, Key>::Capacity();
9954 Object* k = HashTable<Shape, Key>::KeyAt(i);
9955 if (HashTable<Shape, Key>::IsKey(k)) {
9971 template<typename Shape, typename Key>
9972 void Dictionary<Shape, Key>
[all...]
H A Dobjects.h2663 // The hash table class is parameterized with a Shape and a Key.
2668 // static bool IsMatch(Key key, Object* other);
2670 // static uint32_t Hash(Key key);
2672 // static uint32_t HashForObject(Key key, Object* object);
2674 // static inline Object* AsObject(Key key);
2685 template<typename Key>
2689 static uint32_t Hash(Key key) { return 0; }
2690 static uint32_t SeededHash(Key key, uint32_t seed) {
2694 static uint32_t HashForObject(Key key, Object* object) { return 0; }
2695 static uint32_t SeededHashForObject(Key ke
[all...]
/external/webkit/Source/WebKit2/UIProcess/cf/
H A DWebPreferencesCF.cpp102 set##TypeName##ValueIfInUserDefaults(m_identifier, WebPreferencesKey::KeyLower##Key(), m_store);
/external/llvm/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp129 Key(key),
358 OwningPtr<MCSubtargetInfo> STI(Tgt->createMCSubtargetInfo(Key.Triple.c_str(), "", ""));
/external/llvm/lib/VMCore/
H A DConstantsContext.h496 static InlineAsm *create(PointerType *Ty, const InlineAsmKeyType &Key) { argument
497 return new InlineAsm(Ty, Key.asm_string, Key.constraints,
498 Key.has_side_effects, Key.is_align_stack,
499 Key.asm_dialect);
H A DConstants.cpp427 DenseMapAPIntKeyInfo::KeyTy Key(V, ITy);
428 ConstantInt *&Slot = Context.pImpl->IntConstants[Key];
552 DenseMapAPFloatKeyInfo::KeyTy Key(V);
556 ConstantFP *&Slot = pImpl->FPConstants[Key];
1357 ExprMapKeyType Key(opc, argVec);
1359 return pImpl->ExprConstants.getOrCreate(Ty, Key);
1655 ExprMapKeyType Key(Opcode, argVec, 0, Flags);
1658 return pImpl->ExprConstants.getOrCreate(C1->getType(), Key);
1734 ExprMapKeyType Key(Instruction::Select, argVec);
1737 return pImpl->ExprConstants.getOrCreate(V1->getType(), Key);
[all...]
/external/llvm/lib/MC/
H A DMCDwarf.cpp1363 static unsigned getHashValue(const CIEKey &Key) { argument
1364 return static_cast<unsigned>(hash_combine(Key.Personality,
1365 Key.PersonalityEncoding,
1366 Key.LsdaEncoding,
1367 Key.IsSignalFrame));
1409 CIEKey Key(Frame.Personality, Frame.PersonalityEncoding,
1411 const MCSymbol *&CIEStart = IsEH ? CIEStarts[Key] : DummyDebugKey;
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfoTest.java28 import java.security.Key;
1144 epki.getKeySpec((Key) null);
1241 epki.getKeySpec((Key) null, "SomeProviderName");
1250 epki.getKeySpec(new Key() {
1384 epki.getKeySpec((Key) null, (Provider) null);
1392 epki.getKeySpec(new Key() {
1522 private Key k = null, pubK = null;
1643 public Key k() {
1647 public Key pubK() {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl1Test.java25 import java.security.Key;
238 * <code>setKeyEntry(String alias, Key key, char[] password, Certificate[] chain)</code>
493 Key key = pKey.getPrivateKey();
494 Key key1 = ((KeyStore.PrivateKeyEntry) en).getPrivateKey();
604 Key key1;
705 * <code>setKeyEntry(String alias, Key key, char[] password, Certificate[] chain)</code>
795 Key key1 = kss[i].getKey(aliases[j], pwd);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore2Test.java25 import java.security.Key;
356 // Test for method java.security.Key
556 * java.security.Key, char[], java.security.cert.Certificate[])
563 // java.security.Key, char [], java.security.cert.Certificate [])
663 public Key engineGetKey(String alias, char[] password)
692 public void engineSetKeyEntry(String alias, Key key, char[] password,
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java24 import java.awt.RenderingHints.Key;
494 public Object getRenderingHint(Key hintKey)
559 public void setRenderingHint(Key hintKey, Object hintValue)
/external/chromium/base/
H A Dstl_util-inl.h447 template <typename Collection, typename Key>
448 bool ContainsKey(const Collection& collection, const Key& key) {
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp252 OrderGlobalInits Key(order, PrioritizedCXXGlobalInits.size());
253 PrioritizedCXXGlobalInits.push_back(std::make_pair(Key, Fn));
/external/llvm/include/llvm/Support/
H A DYAMLParser.h226 , Key(0)
255 Node *Key; member in class:llvm::yaml::KeyValueNode
/external/llvm/lib/Support/Windows/
H A DSignals.inc51 PVOID Key;
/external/clang/lib/Serialization/
H A DASTReader.cpp615 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
617 ID.AddInteger(Key.Kind);
619 switch (Key.Kind) {
622 ID.AddString(((IdentifierInfo*)Key.Data)->getName());
627 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
630 ID.AddInteger((OverloadedOperatorKind)Key.Data);
645 DeclNameKey Key; local
646 Key.Kind = Name.getNameKind();
649 Key.Data = (uint64_t)Name.getAsIdentifierInfo();
654 Key
[all...]

Completed in 2004 milliseconds

1234567891011