Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_security.c713 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext);
857 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
1089 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1091 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1093 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1099 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1109 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1122 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1136 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1149 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
[all …]
/Linux-v5.15/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 …]
/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_security.c859 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
1078 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1080 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1082 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1086 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1095 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1106 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1119 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1131 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1249 aes128k128d(key, ctr_preload, aes_out); in aes_decipher()
[all …]