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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sys/netipsec/
H A Dkey.c3117 const struct sadb_key *key0; local
3120 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_AUTH];
3124 if (len < sizeof(*key0)) {
3147 sav->key_auth = (struct seckey *)key_dup_keymsg(key0, len,
3159 const struct sadb_key *key0; local
3162 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_ENCRYPT];
3166 if (len < sizeof(*key0)) {
3177 sav->key_enc = (struct seckey *)key_dup_keymsg(key0,

Completed in 117 milliseconds