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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/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);
H A Dar9300_misc.c3105 u_int32_t key0, key1, key2, key3, key4; local
3114 key0 = OS_REG_READ(ah, AR_KEYTABLE_KEY0(entry));
3144 (key0 << 24) >> 24, (key0 << 16) >> 24,
3145 (key0 << 8) >> 24, key0 >> 24,
/freebsd-10.1-release/tools/tools/ath/athregs/
H A Ddumpregs.c671 u_int32_t key0, key1, key2, key3, key4; local
690 key0 = OS_REG_READ(ah, AR_KEYTABLE_KEY0(entry));
703 , (key0 >> 0) & 0xff
704 , (key0 >> 8) & 0xff
705 , (key0 >> 16) & 0xff
706 , (key0 >> 24) & 0xff
/freebsd-10.1-release/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl106 my ($key0,$cnt)=($gp,$fp);
121 $PTR_ADD $key0,$key,16
214 lw $s0,0($key0)
215 lw $s1,4($key0)
216 lw $s2,8($key0)
217 lw $s3,12($key0)
230 $PTR_ADD $key0,16
328 lw $s0,0($key0)
329 lw $s1,4($key0)
330 lw $s2,8($key0)
[all...]
/freebsd-10.1-release/sys/netgraph/
H A Dng_mppc.c182 u_char *key0, u_char *key, struct rc4_state *rc4);
896 u_char *key0, u_char *key, struct rc4_state *rc4)
900 ng_mppc_getkey(key0, key, keylen);
895 ng_mppc_updatekey(u_int32_t bits, u_char *key0, u_char *key, struct rc4_state *rc4) argument
/freebsd-10.1-release/sys/netipsec/
H A Dkey.c3125 const struct sadb_key *key0; local
3128 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_AUTH];
3132 if (len < sizeof(*key0)) {
3155 sav->key_auth = (struct seckey *)key_dup_keymsg(key0, len,
3167 const struct sadb_key *key0; local
3170 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_ENCRYPT];
3174 if (len < sizeof(*key0)) {
3185 sav->key_enc = (struct seckey *)key_dup_keymsg(key0,

Completed in 100 milliseconds