Searched refs:padded_buffer (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1029 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.10/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1310 u8 padded_buffer[16]; in aes_cipher() local 1324 memset((void *)padded_buffer, 0, 16); in aes_cipher() 1404 padded_buffer[j] = 0x00; in aes_cipher() 1406 padded_buffer[j] = pframe[payload_index++]; in aes_cipher() 1408 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1450 padded_buffer[j] = 0x00; in aes_cipher() 1452 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher() 1455 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1472 padded_buffer[j] = 0x00; in aes_cipher() 1474 padded_buffer[j] = pframe[j+hdrlen+8+plen]; in aes_cipher() [all …]
|
/Linux-v5.10/drivers/mmc/host/ |
D | vub300.c | 352 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()
|