Searched refs:key_equal (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Delliptic.h80 int key_equal(key first, key second);
H A DfeePublicKey.c394 if(key_equal(pkinst1->minus, pkinst2->minus) == 0) {
398 if(key_equal(pkinst1->plus, pkinst2->plus) == 0) {
H A Delliptic.c391 int key_equal(key one, key two) { function
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Delliptic.h80 int key_equal(key first, key second);
H A DfeePublicKey.c394 if(key_equal(pkinst1->minus, pkinst2->minus) == 0) {
398 if(key_equal(pkinst1->plus, pkinst2->plus) == 0) {
H A Delliptic.c391 int key_equal(key one, key two) { function
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dhash_map.h64 typedef typename _Base::key_equal key_equal; typedef in class:__gnu_cxx::__debug::hash_map
90 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
109 const hasher& __hf, const key_equal& __eql,
H A Dhash_multimap.h64 typedef typename _Base::key_equal key_equal; typedef in class:__gnu_cxx::__debug::hash_multimap
89 hash_multimap(size_type __n, const hasher& __hf, const key_equal& __eql,
108 const hasher& __hf, const key_equal& __eql,
H A Dhash_multiset.h62 typedef typename _Base::key_equal key_equal; typedef in class:__gnu_cxx::__debug::hash_multiset
87 hash_multiset(size_type __n, const hasher& __hf, const key_equal& __eql,
110 const hasher& __hf, const key_equal& __eql,
H A Dhash_set.h61 typedef typename _Base::key_equal key_equal; typedef in class:__gnu_cxx::__debug::hash_set
87 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
106 const hasher& __hf, const key_equal& __eql,
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dkey.h104 int key_equal(const Key *, const Key *);
H A Dauth2-pubkey.c313 if (!key_equal(found, key->cert->signature_key))
354 } else if (key_equal(found, key)) {
H A Dssh-pkcs11-helper.c97 if (key_equal(k, ki->key))
H A Dkrl.c213 if (key_equal(rc->ca_key, ca_key)) {
976 if (key_equal(ca_used[i], key)) {
1071 if (key_equal(ca_used[j], sign_ca_keys[i])) {
H A Dhostfile.c420 if (key_equal(k, hostkeys->entries[i].key)) {
H A Dsshconnect2.c670 if (key_equal(key, id->key)) {
1522 if (key_equal(id->key, id2->key)) {
1544 if (key_equal(key, id->key)) {
H A Dauthfile.c908 key_equal : key_equal_public;
H A Dsshconnect.c804 !key_equal(ip_found->key, host_found->key))))
H A Dssh-agent.c199 if (key_equal(key, id->key))
H A Dkey.c316 fatal("key_equal: bad key type %d", a->type);
322 key_equal(const Key *a, const Key *b) function
/macosx-10.10.1/libxml2-26/libxml2/
H A Drngparser.c120 const xmlChar *key_equal; member in struct:_xmlCRelaxNGParserCtxt
1112 (token->token == ctxt->key_equal)) {
1144 (tok2->token == ctxt->key_equal)) {
1231 ((tok2->token == ctxt->key_equal) ||
1480 ctxt.key_equal = xmlDictLookup(ctxt.dict, BAD_CAST "=", 1);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dhashtable.h261 typedef _EqualKey key_equal; typedef in class:hashtable
274 key_equal
304 key_equal _M_equals;

Completed in 300 milliseconds