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

123

/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/des/
H A Ddes.h239 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);
248 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2,
H A Ddes_old.h429 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,
439 void _ossl_old_des_string_to_2keys(char *str, _ossl_old_des_cblock *key1,
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dslabhash.c197 int test_slabhash_compfunc(void* key1, void* key2) argument
199 struct slabhash_testkey* k1 = (struct slabhash_testkey*)key1;
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.c347 * returns: 1 if key1 > key2
348 * -1 if key1 < key2
349 * 0 if key1 = key2
352 sctp_compare_key(sctp_key_t *key1, sctp_key_t *key2) argument
361 key1len = sctp_get_keylen(key1);
375 key_1 = key1->key;
403 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared) argument
409 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) +
427 if (sctp_compare_key(key1, key2) <= 0) {
428 /* key is shared + key1
[all...]
H A Dsctp_auth.h133 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2,
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_heap.c143 heap_insert(struct dn_heap *h, uint64_t key1, void *p) argument
147 //log("%s key %llu p %p\n", __FUNCTION__, key1, p);
149 son = key1;
157 h->p[son].key = key1;
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c93 uint8_t key1[SNMP_EXTENDED_KEY_SIZ], key2[SNMP_EXTENDED_KEY_SIZ]; local
110 key1[i] = extkey[i] ^ ipad;
114 if (EVP_DigestUpdate(&ctx, key1, SNMP_EXTENDED_KEY_SIZ) != 1 ||
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h131 void *key1, *key2; member in struct:xts128_context
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Daddrtree.c314 cmpbit(const addrkey_t *key1, const addrkey_t *key2, addrlen_t n) argument
316 addrkey_t c = key1[n/KEYWIDTH] ^ key2[n/KEYWIDTH];
517 int unittest_wrapper_addrtree_cmpbit(const addrkey_t *key1, argument
519 return cmpbit(key1, key2, n);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c651 uint64_t key1, key2; local
664 key1 = cl_qmap_key(p_item1);
666 if (key1 < key2) {
669 } else if (key1 > key2) {
920 uint64_t key1, key2; local
938 key1 = cl_map_key(itor1);
940 if (key1 < key2) {
949 } else if (key1 > key2) {
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.c79 infra_compfunc(void* key1, void* key2) argument
81 struct infra_key* k1 = (struct infra_key*)key1;
121 rate_compfunc(void* key1, void* key2) argument
123 struct rate_key* k1 = (struct rate_key*)key1;
802 int ip_rate_compfunc(void* key1, void* key2) argument
804 struct ip_rate_key* k1 = (struct ip_rate_key*)key1;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacrotab.c322 struct macro_key *key1 = (struct macro_key *) untyped_key1;
325 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
319 struct macro_key *key1 = (struct macro_key *) untyped_key1; local
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dst.c84 static inline int st_strcmp(void *key1, void *key2) argument
86 return strcmp((const char *)key1, (const char *)key2);
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c687 u_int32_t key0, key1, key2, key3, key4; local
707 key1 = OS_REG_READ(ah, AR_KEYTABLE_KEY1(entry));
723 , (key1 >> 0) & 0xff
724 , (key1 >> 8) & 0xff
/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc628 const char *key1, *key2; local
634 key1 = "key1";
635 keylen = strlen(key1);
636 nvlist_add_number(nvl, key1, 5);
646 * Mangle the packed nvlist by replacing key1 with key2, creating a
649 keypos = memmem(packed, size, key1, keylen);
788 otherkey1 = "key1";
838 otherkey1 = "key1";
892 otherkey1 = "key1";
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c795 WORD key1 = (LOWORD((*((const LONG *) el1)))) & 0x7fff; local
798 return ((key1 < key2) ? -1 : ((key1 == key2) ? 0 : 1));
804 WORD key1 = HIWORD((*((const LONG *) el1))); local
807 return ((key1 < key2) ? -1 : ((key1 == key2) ? 0 : 1));
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-s390x.pl1572 # size_t len, const AES_KEY *key1, const AES_KEY *key2,
1579 my $key1="%r5"; # $i1
1598 la %r1,0($key1) # restore $key1
1609 lmg $s0,$s3,0($key1) # load 256 bits of key material,
1625 la %r1,0($key1) # restore pointer to $key1
1787 l %r0,240($key1)
1788 la %r1,0($key1) # $key1 i
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c98 pending_cmp(const void* key1, const void* key2) argument
100 struct pending *p1 = (struct pending*)key1;
111 serviced_cmp(const void* key1, const void* key2) argument
113 struct serviced_query* q1 = (struct serviced_query*)key1;
142 reuse_cmp_addrportssl(const void* key1, const void* key2) argument
144 struct reuse_tcp* r1 = (struct reuse_tcp*)key1;
161 reuse_cmp(const void* key1, const void* key2) argument
164 r = reuse_cmp_addrportssl(key1, key2);
169 if(key1 < key2) return -1;
170 if(key1 > key
174 reuse_id_cmp(const void* key1, const void* key2) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c982 int len1, const void *key1,
988 if (svn_utf__normcmp(key1, len1, key2, len2,
981 collate_ucs_nfd(void *baton, int len1, const void *key1, int len2, const void *key2) argument
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestcrypto.c470 const apr_crypto_key_t *key1 = NULL; local
486 key1 = passphrase(tc, pool, driver1, f1, type, mode, doPad, description);
489 cipherText = encrypt_block(tc, pool, driver1, f1, key1, in, inlen,
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.h396 u_int8_t key1[5]; member in struct:scsi_report_key_data_key1_key2
H A Dscsi_cd.c3750 bcopy(key1_data->key1, authinfo->keychal,
3751 min(sizeof(key1_data->key1), sizeof(authinfo->keychal)));
3853 bcopy(authinfo->keychal, key2_data->key1,
3854 min(sizeof(authinfo->keychal), sizeof(key2_data->key1)));
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c3198 u_int32_t key0, key1, key2, key3, key4; local
3208 key1 = OS_REG_READ(ah, AR_KEYTABLE_KEY1(entry));
3239 (key1 << 24) >> 24, (key1 << 16) >> 24,
3240 //(key1 << 8) >> 24, key1 >> 24,
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp713 std::string key1 =
717 return key1 < key2;

Completed in 237 milliseconds

123