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

12

/freebsd-11.0-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-11.0-release/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.0-release/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.0-release/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.0-release/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.0-release/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h131 void *key1, *key2; member in struct:xts128_context
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c658 uint64_t key1, key2; local
671 key1 = cl_qmap_key(p_item1);
673 if (key1 < key2) {
676 } else if (key1 > key2) {
933 uint64_t key1, key2; local
951 key1 = cl_map_key(itor1);
953 if (key1 < key2) {
962 } else if (key1 > key2) {
/freebsd-11.0-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-11.0-release/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.0-release/contrib/unbound/services/cache/
H A Dinfra.c73 infra_compfunc(void* key1, void* key2) argument
75 struct infra_key* k1 = (struct infra_key*)key1;
115 rate_compfunc(void* key1, void* key2) argument
117 struct rate_key* k1 = (struct rate_key*)key1;
/freebsd-11.0-release/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.0-release/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);
645 * Mangle the packed nvlist by replacing key1 with key2, creating a
648 keypos = memmem(packed, size, key1, keylen);
787 otherkey1 = "key1";
837 otherkey1 = "key1";
891 otherkey1 = "key1";
[all...]
/freebsd-11.0-release/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.0-release/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.0-release/contrib/apr-util/test/
H A Dtestcrypto.c325 const apr_crypto_key_t *key1 = NULL; local
337 key1 = passphrase(tc, pool, driver1, f1, type, mode, doPad, description);
340 cipherText = encrypt_block(tc, pool, driver1, f1, key1, in, inlen,
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c989 int len1, const void *key1,
995 if (svn_utf__normcmp(key1, len1, key2, len2,
988 collate_ucs_nfd(void *baton, int len1, const void *key1, int len2, const void *key2) argument
H A Dcache-membuffer.c1152 apr_uint64_t key1 = key->fingerprint[1]; local
1158 *cache = &segment0[(key1 % APR_UINT64_C(2809637) + (key0 / 37))
/freebsd-11.0-release/contrib/unbound/services/
H A Doutside_network.c89 pending_cmp(const void* key1, const void* key2) argument
91 struct pending *p1 = (struct pending*)key1;
102 serviced_cmp(const void* key1, const void* key2) argument
104 struct serviced_query* q1 = (struct serviced_query*)key1;
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_cd.h390 u_int8_t key1[5]; member in struct:scsi_report_key_data_key1_key2
H A Dscsi_cd.c3296 bcopy(key1_data->key1, authinfo->keychal,
3297 min(sizeof(key1_data->key1), sizeof(authinfo->keychal)));
3399 bcopy(authinfo->keychal, key2_data->key1,
3400 min(sizeof(authinfo->keychal), sizeof(key2_data->key1)));
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c1023 static const u8 key1[] = "Jefe"; variable
1212 if (sha1_prf(key1, sizeof(key1) - 1, "prefix", data1, sizeof(data1) - 1,
/freebsd-11.0-release/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.0-release/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl914 my ($inp,$out,$len,$key1,$key2,$ivec)=map("%i$_",(0..5));

Completed in 164 milliseconds

12