Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_security.c1029 u8 padded_buffer[16]; in aes_cipher() local
1041 memset((void *)padded_buffer, 0, 16); in aes_cipher()
1091 padded_buffer[j] = 0x00; in aes_cipher()
1093 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
1094 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1116 padded_buffer[j] = 0x00; in aes_cipher()
1118 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher()
1120 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1128 padded_buffer[j] = 0x00; in aes_cipher()
1130 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher()
[all …]
/Linux-v5.4/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-v5.4/drivers/staging/rtl8188eu/core/
Drtw_security.c1098 u8 padded_buffer[16]; in aes_cipher() local
1111 memset(padded_buffer, 0, 16); in aes_cipher()
1165 padded_buffer[j] = 0x00; in aes_cipher()
1167 padded_buffer[j] = pframe[payload_index++];/* padded_buffer[j] = message[payload_index++]; */ in aes_cipher()
1168 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1193 padded_buffer[j] = 0x00; in aes_cipher()
1195 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher()
1197 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1205 padded_buffer[j] = 0x00; in aes_cipher()
1207 padded_buffer[j] = pframe[j+hdrlen+8+plen]; in aes_cipher()
[all …]
/Linux-v5.4/drivers/mmc/host/
Dvub300.c352 u8 padded_buffer[64]; member
1514 vub300->padded_buffer, in __command_write_data()
1515 sizeof(vub300->padded_buffer)); in __command_write_data()
1516 memset(vub300->padded_buffer + linear_length, 0, in __command_write_data()
1517 sizeof(vub300->padded_buffer) - linear_length); in __command_write_data()
1518 result = vub300_usb_bulk_msg(vub300, pipe, vub300->padded_buffer, in __command_write_data()
1519 sizeof(vub300->padded_buffer), in __command_write_data()
1521 (sizeof(vub300->padded_buffer) / in __command_write_data()