Searched refs:key4 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_keycache.c112 uint32_t key0, key1, key2, key3, key4; local
139 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
141 key4 &= 0xff;
153 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_keycache.c119 uint32_t key0, key1, key2, key3, key4; local
160 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
162 key4 &= 0xff;
175 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c160 uint32_t key0, key1, key2, key3, key4; local
219 key4 = LE_READ_4(k->kv_val+12) ^ xorMask;
221 key4 &= 0xff;
242 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
296 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c194 u_int32_t key0, key1, key2, key3, key4; local
261 key4 = LE_READ_4(k->kv_val + 12) ^ xor_mask;
263 key4 &= 0xff;
301 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
367 OS_REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4);
450 u_int32_t key0, key1, key2, key3, key4; local
511 key4 = LE_READ_4(k->kv_val + 12) ^ xorMask;
513 key4 &= 0xff;
535 (OS_REG_READ(ah, AR_KEYTABLE_KEY4(entry)) == key4) &&
584 (OS_REG_READ(ah, AR_KEYTABLE_KEY4(entry)) == key4)
[all...]
H A Dar9300_misc.c3198 u_int32_t key0, key1, key2, key3, key4; local
3211 key4 = OS_REG_READ(ah, AR_KEYTABLE_KEY4(entry));
3245 (key4 << 24) >> 24, (key4 << 16) >> 24,
3246 (key4 << 8) >> 24, key4 >> 24,
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c687 u_int32_t key0, key1, key2, key3, key4; local
710 key4 = OS_REG_READ(ah, AR_KEYTABLE_KEY4(entry));
731 , (key4 >> 0) & 0xff
732 , (key4 >> 8) & 0xff
733 , (key4 >> 16) & 0xff
734 , (key4 >> 24) & 0xff
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl343 my ($key4,$key5,$key6,$key7)=("x6","x12","x14",$key);
395 add $key4,$key,#16*4
413 vld1.32 {q8},[$key4]
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestcrypto.c473 const apr_crypto_key_t *key4 = NULL; local
505 key4 = keysecret(tc, pool, driver2, f2, type, mode, doPad, secretLen, description);
513 plainText = decrypt_block(tc, pool, driver2, f2, key4, cipherText,

Completed in 88 milliseconds