Searched refs:xor_128 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/vt6655/ |
D | aes_ccmp.c | 113 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/ |
D | aes_ccmp.c | 109 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/ |
D | rtmp_ckipmic.h | 49 void xor_128(u8 *a, u8 *b, u8 *out);
|
/linux-2.6.39/drivers/staging/rtl8192u/ieee80211/ |
D | cipher.c | 34 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/ |
D | rtl871x_security.c | 743 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/ |
D | cmm_aes.c | 94 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()
|