Home
last modified time | relevance | path

Searched refs:xor_128 (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/vt6655/
Daes_ccmp.c113 void xor_128(unsigned char *a, unsigned char *b, unsigned char *out) in xor_128() function
208 xor_128(abyRoundKey, data, ciphertext); in AESv128()
215 xor_128(TmpdataB, abyRoundKey, ciphertext); in AESv128()
225 xor_128(TmpdataA, abyRoundKey, ciphertext); in AESv128()
/linux-2.6.39/drivers/staging/vt6656/
Daes_ccmp.c109 static void xor_128(BYTE *a, BYTE *b, BYTE *out) in xor_128() function
199 xor_128(abyRoundKey, data, ciphertext); in AESv128()
204 xor_128(TmpdataB, abyRoundKey, ciphertext); in AESv128()
212 xor_128(TmpdataA, abyRoundKey, ciphertext); in AESv128()
/linux-2.6.39/drivers/staging/rt2860/
Drtmp_ckipmic.h49 void xor_128(u8 *a, u8 *b, u8 *out);
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/
Dcipher.c34 static inline void xor_128(u8 *a, const u8 *b) in xor_128() function
274 ops->cit_xor_block = xor_128; in crypto_init_cipher_ops()
/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_security.c743 static void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function
872 xor_128(round_key, data, ciphertext); in aes128k128d()
877 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
885 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_aes.c94 void xor_128(u8 *a, u8 *b, u8 *out) in xor_128() function
357 xor_128(round_key, data, ciphertext); in aes128k128d()
362 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
371 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()