Home
last modified time | relevance | path

Searched refs:aes_out (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/r8188eu/core/
A Drtw_security.c971 u8 aes_out[16]; in aes_cipher() local
984 memset((void *)aes_out, 0, 16); in aes_cipher()
1023 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1025 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1047 mic[j] = aes_out[j]; in aes_cipher()
1083 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1163 u8 aes_out[16]; in aes_decipher() local
1178 memset((void *)aes_out, 0, 16); in aes_decipher()
1263 aes128k128d(key, mic_iv, aes_out); in aes_decipher()
1287 mic[j] = aes_out[j]; in aes_decipher()
[all …]
/linux/drivers/staging/rtl8723bs/core/
A Drtw_security.c879 u8 aes_out[16]; in aes_cipher() local
892 memset((void *)aes_out, 0, 16); in aes_cipher()
952 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
954 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
977 mic[j] = aes_out[j]; in aes_cipher()
1022 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1091 u8 aes_out[16]; in aes_decipher() local
1105 memset((void *)aes_out, 0, 16); in aes_decipher()
1206 aes128k128d(key, mic_iv, aes_out); in aes_decipher()
1231 mic[j] = aes_out[j]; in aes_decipher()
[all …]
/linux/drivers/staging/rtl8712/
A Drtl871x_security.c1028 u8 aes_out[16]; in aes_cipher() local
1040 memset((void *)aes_out, 0, 16); in aes_cipher()
1078 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1080 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1098 mic[j] = aes_out[j]; in aes_cipher()
1131 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1200 u8 aes_out[16]; in aes_decipher() local
1212 memset((void *)aes_out, 0, 16); in aes_decipher()
1284 aes128k128d(key, mic_iv, aes_out); in aes_decipher()
1304 mic[j] = aes_out[j]; in aes_decipher()
[all …]

Completed in 13 milliseconds