Searched refs:key1 (Results 26 - 50 of 127) sorted by relevance

123456

/macosx-10.10.1/OpenSSH-189/openssh/
H A Droaming_client.c66 static u_int64_t key1, key2, oldkey1, oldkey2; variable
78 key1 = oldkey1 = packet_get_int64();
107 key1 = oldkey1;
121 packet_put_int64(key1 ^ get_recv_bytes());
125 oldkey1 = key1;
127 calculate_new_key(&key1, cookie, chall);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java188 public int compare(DatabaseEntry key1, DatabaseEntry key2) { argument
191 return comparator.compare(getByteArray(key1), getByteArray(key2));
194 (key1.getData(), key1.getOffset(), key1.getSize(),
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Duvectest.cpp70 UVectorTest_compareInt32(UElement key1, UElement key2) { argument
71 if (key1.integer > key2.integer) {
74 else if (key1.integer < key2.integer) {
82 UVectorTest_compareCstrings(const UElement key1, const UElement key2) { argument
83 return !strcmp((const char *)key1.pointer, (const char *)key2.pointer);
164 static UBool U_CALLCONV neverTRUE(const UElement /*key1*/, const UElement /*key2*/) {
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/dst/
H A Ddst_test.c157 dst_key_t *key1 = NULL, *key2 = NULL; local
165 ret = dst_key_fromfile(name1, id1, alg, type, current, mctx, &key1);
174 ret = dst_key_tofile(key1, type, tmp);
184 ret = dst_key_computesecret(key1, key2, &b1);
190 ret = dst_key_computesecret(key2, key1, &b2);
211 dst_key_free(&key1);
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_dict.c449 kxld_dict_string_cmp(const void *key1, const void *key2) argument
451 return streq(key1, key2);
455 kxld_dict_uint32_cmp(const void *key1, const void *key2) argument
457 const uint32_t *a = key1;
464 kxld_dict_kxldaddr_cmp(const void *key1, const void *key2) argument
466 const kxld_addr_t *a = key1;
/macosx-10.10.1/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DCallbackTest.java84 DatabaseEntry key1 = new DatabaseEntry("key".getBytes());
87 db.putNoOverwrite(null, key1, data1);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunistr_case.cpp169 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { argument
171 const UnicodeString *str1 = (const UnicodeString*) key1.pointer;
H A Duhash.h575 * @param key1 The string for comparison
577 * @return true if key1 and key2 are equal, return false otherwise.
580 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
585 * @param key1 The string for comparison
587 * @return true if key1 and key2 are equal, return false otherwise.
590 uhash_compareChars(const UHashTok key1, const UHashTok key2);
595 * @param key1 The string for comparison
597 * @return true if key1 and key2 are equal, return false otherwise.
600 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
637 * @param key1 Th
[all...]
H A Duhash.c891 const UHashTok key1 = elem1->key; local
897 const UHashElement* elem2 = _uhash_find(hash2, key1, hash2->keyHasher(key1));
911 uhash_compareUChars(const UHashTok key1, const UHashTok key2) { argument
912 const UChar *p1 = (const UChar*) key1.pointer;
928 uhash_compareChars(const UHashTok key1, const UHashTok key2) { argument
929 const char *p1 = (const char*) key1.pointer;
945 uhash_compareIChars(const UHashTok key1, const UHashTok key2) { argument
946 const char *p1 = (const char*) key1.pointer;
971 uhash_compareLong(const UHashTok key1, cons argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dprofrep.tcl51 proc sortcmp {key1 key2} {
54 set val1 [lindex $profData($key1) $keyIndex]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddnssec.c1651 dns_dnsseckey_t *key, *key1, *key2, *next; local
1672 for (key1 = ISC_LIST_HEAD(*newkeys); key1 != NULL; key1 = next) {
1675 next = ISC_LIST_NEXT(key1, link);
1680 if (dst_key_pubcompare(key1->key, key2->key,
1683 r1 = dst_key_flags(key1->key) &
1694 ISC_LIST_UNLINK(*newkeys, key1, link);
1695 ISC_LIST_APPEND(*keys, key1, link);
1697 if (key1
[all...]
H A Ddst_api.c912 comparekeys(const dst_key_t *key1, const dst_key_t *key2, argument
914 isc_boolean_t (*compare)(const dst_key_t *key1,
918 REQUIRE(VALID_KEY(key1));
921 if (key1 == key2)
924 if (key1 == NULL || key2 == NULL)
927 if (key1->key_alg != key2->key_alg)
930 if (key1->key_id != key2->key_id) {
933 if (key1->key_alg == DST_ALG_RSAMD5)
935 if ((key1->key_flags & DNS_KEYFLAG_REVOKE) ==
938 if (key1
955 pub_compare(const dst_key_t *key1, const dst_key_t *key2) argument
996 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2) argument
1001 dst_key_pubcompare(const dst_key_t *key1, const dst_key_t *key2, isc_boolean_t match_revoked_key) argument
1009 dst_key_paramcompare(const dst_key_t *key1, const dst_key_t *key2) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dscriptset.cpp245 uhash_equalsScriptSet(const UElement key1, const UElement key2) { argument
246 icu::ScriptSet *s1 = static_cast<icu::ScriptSet *>(key1.pointer);
252 uhash_compareScriptSet(UElement key0, UElement key1) { argument
254 icu::ScriptSet *s1 = static_cast<icu::ScriptSet *>(key1.pointer);
H A Dscriptset.h68 uhash_compareScriptSet(const UElement key1, const UElement key2);
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes_old.c233 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2, argument
236 return DES_read_2passwords(key1, key2, prompt, verify);
258 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2) argument
260 DES_string_to_2keys(str, key1, key2);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dnssec/ns2/
H A Dsign.sh181 key1=`$KEYGEN -q -r $RANDFILE -a RSASHA256 -b 1024 -n zone -fk $zone`
183 cat $key1.key $key2.key >> $zonefile
184 $SIGNER -P -3 - -A -H 1 -g -r $RANDFILE -o $zone -k $key1 $zonefile $key2 > /dev/null
/macosx-10.10.1/OpenSSL098-52/src/crypto/rsa/
H A Drsa_test.c33 static int key1(RSA *key, unsigned char *c) function
237 clen = key1(key, ctext_ex);
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Drsa_test.c33 static int key1(RSA *key, unsigned char *c) function
237 clen = key1(key, ctext_ex);
/macosx-10.10.1/libresolv-57/
H A Ddst_api.c199 * key1, key2 Two keys to be compared.
206 dst_compare_keys(const DST_KEY *key1, const DST_KEY *key2) argument
208 if (key1 == key2)
210 if (key1 == NULL || key2 == NULL)
212 if (key1->dk_alg != key2->dk_alg)
214 if (key1->dk_key_size != key2->dk_key_size)
216 if (key1->dk_id != key2->dk_id)
218 return (key1->dk_func->compare(key1, key2));
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dchashtst.c28 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2);
326 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) { argument
327 return (UBool)((key1.pointer != NULL) &&
329 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0));
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhash.h39 typedef size_t (*comp_function) (void* key1,
/macosx-10.10.1/objc4-646/runtime/
H A Dmaptable.h58 int (*isEqual)(NXMapTable *, const void *key1, const void *key2);
65 B - key1 == key2 => hash(key1) == hash(key2)
68 C - isEqual(key1, key2) => key1 == key2
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dst/
H A Ddst.h543 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2);
551 *\li "key1" is a valid key.
560 dst_key_pubcompare(const dst_key_t *key1, const dst_key_t *key2,
572 *\li "key1" is a valid key.
581 dst_key_paramcompare(const dst_key_t *key1, const dst_key_t *key2);
587 *\li "key1" is a valid key.
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/signerAndSubj/
H A DsignerAndSubj.cpp78 static CSSM_BOOL compareKeyData(const CSSM_KEY *key1, const CSSM_KEY *key2);
650 static CSSM_BOOL compareKeyData(const CSSM_KEY *key1, const CSSM_KEY *key2) argument
652 if(key1->KeyData.Length != key2->KeyData.Length) {
655 if(memcmp(key1->KeyData.Data,
657 key1->KeyData.Length)) {
/macosx-10.10.1/Security-57031.1.35/ntlm/
H A DntlmBlobPriv.c482 unsigned char key1[DES_KEY_SIZE], key2[DES_KEY_SIZE], key3[DES_KEY_SIZE]; local
487 ntlmMakeDesKey(allKeys, key1);
490 ortn = ntlmDesCrypt(key1, ptext, ntlmResp);

Completed in 1384 milliseconds

123456