Home
last modified time | relevance | path

Searched refs:padded_buffer (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c1048 u8 padded_buffer[16]; in aes_cipher() local
1060 memset((void *)padded_buffer, 0, 16); in aes_cipher()
1110 padded_buffer[j] = 0x00; in aes_cipher()
1112 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
1113 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1135 padded_buffer[j] = 0x00; in aes_cipher()
1137 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher()
1139 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1147 padded_buffer[j] = 0x00; in aes_cipher()
1149 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c1148 u8 padded_buffer[16]; in aes_cipher() local
1159 memset((void *)padded_buffer, 0, 16); in aes_cipher()
1222 padded_buffer[j] = 0x00; in aes_cipher()
1224 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
1225 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1254 padded_buffer[j] = 0x00; in aes_cipher()
1256 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher()
1258 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1268 padded_buffer[j] = 0x00; in aes_cipher()
1270 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_security.c1077 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.4.14/drivers/mmc/host/
Dvub300.c355 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()