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

/freebsd-10-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-10-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-10-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-10-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);
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-stable/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-stable/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-stable/sys/netgraph/
H A Dng_mppc.c181 u_char *key0, u_char *key, struct rc4_state *rc4);
895 u_char *key0, u_char *key, struct rc4_state *rc4)
899 ng_mppc_getkey(key0, key, keylen);
894 ng_mppc_updatekey(u_int32_t bits, u_char *key0, u_char *key, struct rc4_state *rc4) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c1151 apr_uint64_t key0 = key->fingerprint[0]; local
1158 *cache = &segment0[(key1 % APR_UINT64_C(2809637) + (key0 / 37))
1160 return (key0 % APR_UINT64_C(5030895599)) % segment0->group_count;
/freebsd-10-stable/sys/netipsec/
H A Dkey.c3073 const struct sadb_key *key0; local
3076 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_AUTH];
3080 if (len < sizeof(*key0)) {
3103 sav->key_auth = (struct seckey *)key_dup_keymsg(key0, len,
3115 const struct sadb_key *key0; local
3118 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_ENCRYPT];
3122 if (len < sizeof(*key0)) {
3133 sav->key_enc = (struct seckey *)key_dup_keymsg(key0,

Completed in 112 milliseconds