Searched refs:key0 (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c160 uint32_t key0, key1, key2, key3, key4; local
215 key0 = LE_READ_4(k->kv_val+0) ^ xorMask;
238 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), ~key0);
289 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0);
292 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_keycache.c112 uint32_t key0, key1, key2, key3, key4; local
135 key0 = LE_READ_4(k->kv_val+0) ^ xorMask;
149 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_keycache.c119 uint32_t key0, key1, key2, key3, key4; local
156 key0 = LE_READ_4(k->kv_val+0) ^ xorMask;
171 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c194 u_int32_t key0, key1, key2, key3, key4; local
257 key0 = LE_READ_4(k->kv_val + 0) ^ xor_mask;
297 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), ~key0);
360 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0);
363 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0);
450 u_int32_t key0, key1, key2, key3, key4; local
507 key0 = LE_READ_4(k->kv_val + 0) ^ xorMask;
531 if ((OS_REG_READ(ah, AR_KEYTABLE_KEY0(entry)) == key0) &&
580 if ((OS_REG_READ(ah, AR_KEYTABLE_KEY0(entry)) == key0) &&
H A Dar9300_misc.c3198 u_int32_t key0, key1, key2, key3, key4; local
3207 key0 = OS_REG_READ(ah, AR_KEYTABLE_KEY0(entry));
3237 (key0 << 24) >> 24, (key0 << 16) >> 24,
3238 (key0 << 8) >> 24, key0 >> 24,
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl119 my ($key0,$cnt)=($gp,$fp);
134 $PTR_ADD $key0,$key,16
195 lw $s0,0($key0)
197 lw $s1,4($key0)
199 lw $s2,8($key0)
201 lw $s3,12($key0)
214 $PTR_ADD $key0,16
391 lw $s0,0($key0)
393 lw $s1,4($key0)
395 lw $s2,8($key0)
[all...]
H A Daesni-x86_64.pl1167 my ($key0,$ctr)=("${key_}d","${ivp}d");
1224 mov 12($key),$key0 # 0-round key LSB
1240 xor $key0,%eax
1241 xor $key0,%edx
1250 xor $key0,%eax
1253 xor $key0,%r10d
1260 xor $key0,%r9d
1263 xor $key0,%r10d
1268 xor $key0,%r9d
1292 bswap $key0
[all...]
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c687 u_int32_t key0, key1, key2, key3, key4; local
706 key0 = OS_REG_READ(ah, AR_KEYTABLE_KEY0(entry));
719 , (key0 >> 0) & 0xff
720 , (key0 >> 8) & 0xff
721 , (key0 >> 16) & 0xff
722 , (key0 >> 24) & 0xff
/freebsd-11-stable/sys/netgraph/
H A Dng_mppc.c178 u_char *key0, u_char *key, struct rc4_state *rc4);
892 u_char *key0, u_char *key, struct rc4_state *rc4)
896 ng_mppc_getkey(key0, key, keylen);
891 ng_mppc_updatekey(u_int32_t bits, u_char *key0, u_char *key, struct rc4_state *rc4) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c1338 apr_uint64_t key0 = key->fingerprint[0]; local
1345 *cache = &segment0[(key1 % APR_UINT64_C(2809637) + (key0 / 37))
1347 return (key0 % APR_UINT64_C(5030895599)) % segment0->group_count;
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_module_tests.c1009 static const u8 key0[] = variable
1208 if (sha1_prf(key0, sizeof(key0), "prefix", data0, sizeof(data0) - 1,
/freebsd-11-stable/sys/netipsec/
H A Dkey.c3161 const struct sadb_key *key0; local
3262 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_AUTH];
3283 sav->key_auth = key_dup_keymsg(key0, len, M_IPSEC_MISC);
3300 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_ENCRYPT];
3309 sav->key_enc = key_dup_keymsg(key0, len, M_IPSEC_MISC);

Completed in 418 milliseconds