Searched refs:padded_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1043 u8 padded_buffer[16]; in aes_cipher() local 1055 memset((void *)padded_buffer, 0, 16); in aes_cipher() 1104 padded_buffer[j] = 0x00; in aes_cipher() 1106 padded_buffer[j] = pframe[payload_index++]; in aes_cipher() 1107 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1129 padded_buffer[j] = 0x00; in aes_cipher() 1131 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher() 1133 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1141 padded_buffer[j] = 0x00; in aes_cipher() 1143 padded_buffer[j] = pframe[j+hdrlen+8+plen]; in aes_cipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1150 u8 padded_buffer[16]; in aes_cipher() local 1161 memset((void *)padded_buffer, 0, 16); in aes_cipher() 1224 padded_buffer[j] = 0x00; in aes_cipher() 1226 padded_buffer[j] = pframe[payload_index++]; in aes_cipher() 1227 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1256 padded_buffer[j] = 0x00; in aes_cipher() 1258 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher() 1260 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1270 padded_buffer[j] = 0x00; in aes_cipher() 1272 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 1077 u8 padded_buffer[16]; in aes_cipher() local 1090 memset((void *)padded_buffer, 0, 16); in aes_cipher() 1144 padded_buffer[j] = 0x00; in aes_cipher() 1146 padded_buffer[j] = pframe[payload_index++];/* padded_buffer[j] = message[payload_index++]; */ in aes_cipher() 1147 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1172 padded_buffer[j] = 0x00; in aes_cipher() 1174 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher() 1176 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1184 padded_buffer[j] = 0x00; in aes_cipher() 1186 padded_buffer[j] = pframe[j+hdrlen+8+plen]; in aes_cipher() [all …]
|
/linux-4.1.27/drivers/mmc/host/ |
D | vub300.c | 355 u8 padded_buffer[64]; member 1520 vub300->padded_buffer, in __command_write_data() 1521 sizeof(vub300->padded_buffer)); in __command_write_data() 1522 memset(vub300->padded_buffer + linear_length, 0, in __command_write_data() 1523 sizeof(vub300->padded_buffer) - linear_length); in __command_write_data() 1524 result = vub300_usb_bulk_msg(vub300, pipe, vub300->padded_buffer, in __command_write_data() 1525 sizeof(vub300->padded_buffer), in __command_write_data() 1527 (sizeof(vub300->padded_buffer) / in __command_write_data()
|