Home
last modified time | relevance | path

Searched refs:key1 (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-12-stable/contrib/libucl/tests/basic/
D1.res1 key1 = "value";
2 key1 = "value2";
3 key1 = "value;";
4 key1 = 1.0;
5 key1 = -3735928559;
6 key1 = "0xdeadbeef.1";
7 key1 = "0xreadbeef";
8 key1 = -1e-10;
9 key1 = 1;
10 key1 = true;
[all …]
D1.in2 "key1": value;
3 "key1": value2;
4 "key1": "value;"
5 "key1": 1.0,
6 "key1": -0xdeadbeef
7 "key1": 0xdeadbeef.1
8 "key1": 0xreadbeef
9 "key1": -1e-10,
10 "key1": 1
11 "key1": true
[all …]
D9.res1 key1 = "value";
2 key1 = "value";
3 key1 = "value";
10 key1 = "value";
16 key1 = "value";
23 key1 = "value";
24 key1 = "value";
28 key1 = "value";
33 key1 = "value";
D19.res6 key1 = "value2";
20 key1 = "value2";
30 key1 = "value2";
D2.res22 key1 = 1.0;
23 key1 = "some string";
D2.in6 key1 = 1s
14 key1 = "some string";
D9.inc1 key1 = value
D12.in1 key1: 12 ,
/freebsd-12-stable/crypto/openssl/crypto/des/
Dstr2key.c40 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2) in DES_string_to_2keys() argument
45 memset(key1, 0, 8); in DES_string_to_2keys()
53 (*key1)[i % 8] ^= (j << 1); in DES_string_to_2keys()
61 (*key1)[7 - (i % 8)] ^= j; in DES_string_to_2keys()
67 memcpy(key2, key1, 8); in DES_string_to_2keys()
68 DES_set_odd_parity(key1); in DES_string_to_2keys()
70 DES_set_key_unchecked(key1, &ks); in DES_string_to_2keys()
71 DES_cbc_cksum((const unsigned char *)str, key1, length, &ks, key1); in DES_string_to_2keys()
75 DES_set_odd_parity(key1); in DES_string_to_2keys()
/freebsd-12-stable/contrib/unbound/util/data/
Dpacked_rrset.c97 struct ub_packed_rrset_key* key1 = (struct ub_packed_rrset_key*)k1; in ub_rrset_compare() local
100 if(key1 == key2) in ub_rrset_compare()
102 if(key1->rk.type != key2->rk.type) { in ub_rrset_compare()
103 if(key1->rk.type < key2->rk.type) in ub_rrset_compare()
107 if(key1->rk.dname_len != key2->rk.dname_len) { in ub_rrset_compare()
108 if(key1->rk.dname_len < key2->rk.dname_len) in ub_rrset_compare()
112 if((c=query_dname_compare(key1->rk.dname, key2->rk.dname)) != 0) in ub_rrset_compare()
114 if(key1->rk.rrset_class != key2->rk.rrset_class) { in ub_rrset_compare()
115 if(key1->rk.rrset_class < key2->rk.rrset_class) in ub_rrset_compare()
119 if(key1->rk.flags != key2->rk.flags) { in ub_rrset_compare()
[all …]
/freebsd-12-stable/sys/mips/cavium/cryptocteon/
Dcavium_crypto.c238 uint64_t *key1; in octo_calc_hash() local
246 key1 = (uint64_t *) hash_key; in octo_calc_hash()
256 CVMX_MT_HSH_DAT((*key1 ^ xor1), 0); in octo_calc_hash()
257 key1++; in octo_calc_hash()
258 CVMX_MT_HSH_DAT((*key1 ^ xor1), 1); in octo_calc_hash()
259 key1++; in octo_calc_hash()
260 CVMX_MT_HSH_DAT((*key1 ^ xor1), 2); in octo_calc_hash()
261 key1++; in octo_calc_hash()
262 CVMX_MT_HSH_DAT((*key1 ^ xor1), 3); in octo_calc_hash()
263 key1++; in octo_calc_hash()
[all …]
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dmutex_pool.h57 mutex_pool_lock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_lock2() argument
61 malloc_mutex_t *mutex1 = mutex_pool_mutex(pool, key1); in mutex_pool_lock2()
75 mutex_pool_unlock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_unlock2() argument
77 malloc_mutex_t *mutex1 = mutex_pool_mutex(pool, key1); in mutex_pool_unlock2()
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
Daesp8-ppc.pl1923 my ($inp,$out,$len,$key1,$key2,$ivp,$rounds,$idx) = map("r$_",(3..10));
2010 ?lvsl $keyperm,0,$key1 # prepare for unaligned key
2011 lwz $rounds,240($key1)
2031 lvx $rndkey0,0,$key1
2032 lvx $rndkey1,$idx,$key1
2038 lvx $rndkey0,$idx,$key1
2047 lvx $rndkey1,$idx,$key1
2051 lvx $rndkey0,$idx,$key1
2057 lvx $rndkey1,$idx,$key1
2075 lvx $rndkey0,0,$key1
[all …]
Daes-s390x.pl1634 my $key1="%r5"; # $i1
1653 la %r1,0($key1) # restore $key1
1664 lmg $s0,$s3,0($key1) # load 256 bits of key material,
1680 la %r1,0($key1) # restore pointer to $key1
1842 l %r0,240($key1)
1843 la %r1,0($key1) # $key1 is not needed anymore
1926 la $key,0($key1)
1976 la $key,0($key1)
2045 l %r0,240($key1)
2046 la %r1,0($key1) # $key1 is not needed anymore
[all …]
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_keycache.c194 u_int32_t key0, key1, key2, key3, key4; in ar9300_set_key_cache_entry() local
258 key1 = (LE_READ_2(k->kv_val + 4) ^ xor_mask) & 0xffff; in ar9300_set_key_cache_entry()
298 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); in ar9300_set_key_cache_entry()
361 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar9300_set_key_cache_entry()
364 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar9300_set_key_cache_entry()
450 u_int32_t key0, key1, key2, key3, key4; in ar9300_check_key_cache_entry() local
508 key1 = (LE_READ_2(k->kv_val + 4) ^ xorMask) & 0xffff; in ar9300_check_key_cache_entry()
532 (OS_REG_READ(ah, AR_KEYTABLE_KEY1(entry)) == key1) && in ar9300_check_key_cache_entry()
581 (OS_REG_READ(ah, AR_KEYTABLE_KEY1(entry)) == key1) && in ar9300_check_key_cache_entry()
/freebsd-12-stable/lib/libc/iconv/
Dcitrus_pivot_factory.c111 char key1[LINE_MAX], key2[LINE_MAX], data[LINE_MAX]; in convert_line() local
130 snprintf(key1, sizeof(key1), "%.*s", (int)(p - line), line); in convert_line()
150 ret = find_src(sh, &se, key1); in convert_line()
/freebsd-12-stable/crypto/openssl/crypto/modes/
Dxts128.c59 (*ctx->block1) (scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
104 (*ctx->block1) (scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
142 (*ctx->block1) (scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
153 (*ctx->block1) (scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_keycache.c162 uint32_t key0, key1, key2, key3, key4; in ar5212SetKeyCacheEntry() local
218 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff; in ar5212SetKeyCacheEntry()
241 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); in ar5212SetKeyCacheEntry()
291 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar5212SetKeyCacheEntry()
294 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar5212SetKeyCacheEntry()
/freebsd-12-stable/sys/opencrypto/
Dxform_aes_xts.c107 rijndael_encrypt(&ctx->key1, block, data); in aes_xts_crypt()
109 rijndael_decrypt(&ctx->key1, block, data); in aes_xts_crypt()
152 rijndael_set_key(&ctx->key1, key, len * 4); in aes_xts_setkey()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_keycache.c114 uint32_t key0, key1, key2, key3, key4; in ar5210SetKeyCacheEntry() local
138 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff; in ar5210SetKeyCacheEntry()
152 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar5210SetKeyCacheEntry()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_keycache.c121 uint32_t key0, key1, key2, key3, key4; in ar5211SetKeyCacheEntry() local
159 key1 = (LE_READ_2(k->kv_val+4) ^ xorMask) & 0xffff; in ar5211SetKeyCacheEntry()
173 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ar5211SetKeyCacheEntry()
/freebsd-12-stable/contrib/unbound/services/cache/
Dinfra.h445 int infra_compfunc(void* key1, void* key2);
457 int rate_compfunc(void* key1, void* key2);
469 int ip_rate_compfunc(void* key1, void* key2);
/freebsd-12-stable/crypto/openssh/
Dhmac.c169 u_char key1[16] = { in main() local
191 hmac_test(key1, sizeof(key1), data1, strlen(data1), dig1, sizeof(dig1)); in main()
/freebsd-12-stable/contrib/unbound/services/
Doutside_network.h842 int pending_cmp(const void* key1, const void* key2);
845 int serviced_cmp(const void* key1, const void* key2);
848 int reuse_cmp(const void* key1, const void* key2);
851 int reuse_id_cmp(const void* key1, const void* key2);
/freebsd-12-stable/sys/netinet/
Dsctp_auth.c354 sctp_compare_key(sctp_key_t *key1, sctp_key_t *key2) in sctp_compare_key() argument
363 key1len = sctp_get_keylen(key1); in sctp_compare_key()
377 key_1 = key1->key; in sctp_compare_key()
405 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared) in sctp_compute_hashkey() argument
411 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) + in sctp_compute_hashkey()
429 if (sctp_compare_key(key1, key2) <= 0) { in sctp_compute_hashkey()
435 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
436 memcpy(key_ptr, key1->key, key1->keylen); in sctp_compute_hashkey()
437 key_ptr += key1->keylen; in sctp_compute_hashkey()
452 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
[all …]

123