Searched refs:key2 (Results 1 - 25 of 47) sorted by path

12

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c128 hash_remove_cb(void *key1, void *key2, void *arg) argument
131 return (hash->h_cmp(key1, key2));
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddnssec.c1753 dns_dnsseckey_t *key, *key1, *key2, *next; local
1808 for (key2 = ISC_LIST_HEAD(*keys);
1809 key2 != NULL;
1810 key2 = ISC_LIST_NEXT(key2, link)) {
1812 int f2 = dst_key_flags(key2->key);
1816 dst_key_alg(key1->key) == dst_key_alg(key2->key) &&
1817 dst_key_pubcompare(key1->key, key2->key,
1822 r2 = dst_key_flags(key2->key) &
1830 if (key2
[all...]
H A Ddst_api.c992 comparekeys(const dst_key_t *key1, const dst_key_t *key2, argument
995 const dst_key_t *key2))
999 REQUIRE(VALID_KEY(key2));
1001 if (key1 == key2)
1004 if (key1 == NULL || key2 == NULL)
1007 if (key1->key_alg != key2->key_alg)
1010 if (key1->key_id != key2->key_id) {
1016 (key2->key_flags & DNS_KEYFLAG_REVOKE))
1018 if (key1->key_id != key2->key_rid &&
1019 key1->key_rid != key2
1035 pub_compare(const dst_key_t *key1, const dst_key_t *key2) argument
1076 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2) argument
1081 dst_key_pubcompare(const dst_key_t *key1, const dst_key_t *key2, isc_boolean_t match_revoked_key) argument
1089 dst_key_paramcompare(const dst_key_t *key1, const dst_key_t *key2) argument
[all...]
H A Ddst_internal.h182 isc_boolean_t (*compare)(const dst_key_t *key1, const dst_key_t *key2);
184 const dst_key_t *key2);
H A Dgssapi_link.c255 gssapi_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
257 gss_ctx_id_t gsskey2 = key2->keydata.gssctx;
H A Dhmac_link.c131 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
135 hkey2 = key2->keydata.hmacmd5;
409 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
413 hkey2 = key2->keydata.hmacsha1;
687 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
691 hkey2 = key2->keydata.hmacsha224;
967 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
971 hkey2 = key2->keydata.hmacsha256;
1247 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
1251 hkey2 = key2
1527 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) argument
[all...]
H A Dopenssldh_link.c104 openssldh_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
109 dh2 = key2->keydata.dh;
133 openssldh_paramcompare(const dst_key_t *key1, const dst_key_t *key2) { argument
138 dh2 = key2->keydata.dh;
H A Dopenssldsa_link.c308 openssldsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
313 dsa2 = key2->keydata.dsa;
H A Dopensslecdsa_link.c241 opensslecdsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
245 EVP_PKEY *pkey2 = key2->keydata.pkey;
H A Dopensslgost_link.c137 opensslgost_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
141 pkey2 = key2->keydata.pkey;
H A Dopensslrsa_link.c681 opensslrsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
690 pkey2 = key2->keydata.pkey;
705 rsa2 = key2->keydata.rsa;
H A Drpz.c738 const dns_rpz_cidr_key_t *key2, dns_rpz_cidr_bits_t bits2)
752 delta = key1->w[i] ^ key2->w[i];
737 diff_keys(const dns_rpz_cidr_key_t *key1, dns_rpz_cidr_bits_t bits1, const dns_rpz_cidr_key_t *key2, dns_rpz_cidr_bits_t bits2) argument
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dst/
H A Ddst.h568 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2);
577 *\li "key2" is a valid key.
585 dst_key_pubcompare(const dst_key_t *key1, const dst_key_t *key2,
598 *\li "key2" is a valid key.
606 dst_key_paramcompare(const dst_key_t *key1, const dst_key_t *key2);
613 *\li "key2" is a valid key.
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpcrypto.c93 uint8_t key1[SNMP_EXTENDED_KEY_SIZ], key2[SNMP_EXTENDED_KEY_SIZ]; local
111 key2[i] = extkey[i] ^ opad;
120 EVP_DigestUpdate(&ctx, key2, SNMP_EXTENDED_KEY_SIZ) != 1 ||
/freebsd-9.3-release/contrib/dialog/
H A Dcalendar.c426 int key2; local
560 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
561 result = key2;
597 key2 = -1;
599 if ((key2 = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
600 result = key2;
605 key2 = 1;
612 if (key2 < 0)
H A Dchecklist.c179 int i, j, key2, found, x, y, cur_x, cur_y, box_x, box_y; local
614 if ((key2 = dlg_ok_buttoncode(key)) >= 0) {
615 result = key2;
H A Dtimebox.c181 int key = 0, key2, fkey; local
292 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
293 result = key2;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmacrotab.c323 struct macro_key *key2 = (struct macro_key *) untyped_key2;
325 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
320 struct macro_key *key2 = (struct macro_key *) untyped_key2; local
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl620 while(($key2,$value2)=each %unknownsrcports)
624 print "$value2 high port connections to $key2 on gatekeep\n";
628 print "$value2 high port connections to $key2 from gatekeep\n";
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c658 uint64_t key1, key2; local
672 key2 = cl_qmap_key(p_item2);
673 if (key1 < key2) {
676 } else if (key1 > key2) {
933 uint64_t key1, key2; local
952 key2 = cl_map_key(itor2);
953 if (key1 < key2) {
962 } else if (key1 > key2) {
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dst.c86 static inline int st_strcmp(void *key1, void *key2) argument
88 return strcmp((const char *)key1, (const char *)key2);
/freebsd-9.3-release/crypto/openssh/
H A Dhmac.c176 u_char *key2 = "Jefe"; local
191 hmac_test(key2, strlen(key2), data2, strlen(data2), dig2, sizeof(dig2));
H A Droaming_client.c62 static u_int64_t key1, key2, oldkey1, oldkey2; variable
75 key2 = oldkey2 = packet_get_int64();
102 key2 = oldkey2;
119 oldkey2 = key2;
121 calculate_new_key(&key2, cookie, chall);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dblowfish.c667 char key2[] = "abcdefghijklmnopqrstuvwxyz";
687 blf_key(&c, (u_int8_t *) key2, strlen(key2));
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c588 static DES_cblock key2 = local
1385 DES_set_key_unchecked(&key2, &sch2);

Completed in 256 milliseconds

12