Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.c1049 u8 padded_buffer[16]; in aes_cipher() local
1061 memset((void *)padded_buffer, 0, 16); in aes_cipher()
1111 padded_buffer[j] = 0x00; in aes_cipher()
1113 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
1114 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1136 padded_buffer[j] = 0x00; in aes_cipher()
1138 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher()
1140 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1148 padded_buffer[j] = 0x00; in aes_cipher()
1150 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c1344 u8 padded_buffer[16]; in aes_cipher() local
1358 memset((void *)padded_buffer, 0, 16); in aes_cipher()
1438 padded_buffer[j] = 0x00; in aes_cipher()
1440 padded_buffer[j] = pframe[payload_index++];/* padded_buffer[j] = message[payload_index++]; */ in aes_cipher()
1442 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1485 padded_buffer[j] = 0x00; in aes_cipher()
1487 padded_buffer[j] = pframe[payload_index+j];/* padded_buffer[j] = message[payload_index+j]; */ in aes_cipher()
1490 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1507 padded_buffer[j] = 0x00; in aes_cipher()
1509 padded_buffer[j] = pframe[j+hdrlen+8+plen];/* padded_buffer[j] = message[j+hdrlen+8+plen]; */ in aes_cipher()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c1099 u8 padded_buffer[16]; in aes_cipher() local
1112 memset(padded_buffer, 0, 16); in aes_cipher()
1166 padded_buffer[j] = 0x00; in aes_cipher()
1168 padded_buffer[j] = pframe[payload_index++];/* padded_buffer[j] = message[payload_index++]; */ in aes_cipher()
1169 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1194 padded_buffer[j] = 0x00; in aes_cipher()
1196 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher()
1198 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1206 padded_buffer[j] = 0x00; in aes_cipher()
1208 padded_buffer[j] = pframe[j+hdrlen+8+plen]; in aes_cipher()
[all …]
/Linux-v4.19/drivers/mmc/host/
Dvub300.c355 u8 padded_buffer[64]; member
1517 vub300->padded_buffer, in __command_write_data()
1518 sizeof(vub300->padded_buffer)); in __command_write_data()
1519 memset(vub300->padded_buffer + linear_length, 0, in __command_write_data()
1520 sizeof(vub300->padded_buffer) - linear_length); in __command_write_data()
1521 result = vub300_usb_bulk_msg(vub300, pipe, vub300->padded_buffer, in __command_write_data()
1522 sizeof(vub300->padded_buffer), in __command_write_data()
1524 (sizeof(vub300->padded_buffer) / in __command_write_data()