Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/core/
Drtw_security.c646 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext);
790 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
1022 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1024 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1026 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1032 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1042 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1055 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1069 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1082 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
[all …]
/drivers/staging/rtl8723bs/core/
Drtw_security.c669 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext);
677 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
952 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
954 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
956 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
962 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
973 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
988 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1006 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1022 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
[all …]
/drivers/staging/rtl8712/
Drtl871x_security.c858 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
1077 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1079 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1081 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1085 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1094 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1105 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1118 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1130 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1248 aes128k128d(key, ctr_preload, aes_out); in aes_decipher()
[all …]