Home
last modified time | relevance | path

Searched refs:padded_buffer (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A 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[ in aes_cipher()
1201 u8 padded_buffer[16]; aes_decipher() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_security.c1028 u8 padded_buffer[16]; in aes_cipher() local
1040 memset((void *)padded_buffer, 0, 16); in aes_cipher()
1090 padded_buffer[j] = 0x00; in aes_cipher()
1092 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
1093 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1115 padded_buffer[j] = 0x00; in aes_cipher()
1117 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher()
1119 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1127 padded_buffer[j] = 0x00; in aes_cipher()
1129 padded_buffer[ in aes_cipher()
1200 u8 padded_buffer[16]; aes_decipher() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_security.c880 u8 padded_buffer[16]; in aes_cipher() local
893 memset((void *)padded_buffer, 0, 16); in aes_cipher()
968 padded_buffer[j] = 0x00; in aes_cipher()
970 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
972 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1002 padded_buffer[j] = 0x00; in aes_cipher()
1004 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher()
1007 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher()
1018 padded_buffer[j] = 0x00; in aes_cipher()
1020 padded_buffer[ in aes_cipher()
1092 u8 padded_buffer[16]; aes_decipher() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_security.c1310 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[ in aes_cipher()
1551 u8 padded_buffer[16]; aes_decipher() local
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A 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()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dvub300.c352 u8 padded_buffer[64]; member
1512 vub300->padded_buffer, in __command_write_data()
1513 sizeof(vub300->padded_buffer)); in __command_write_data()
1514 memset(vub300->padded_buffer + linear_length, 0, in __command_write_data()
1515 sizeof(vub300->padded_buffer) - linear_length); in __command_write_data()
1516 result = vub300_usb_bulk_msg(vub300, pipe, vub300->padded_buffer, in __command_write_data()
1517 sizeof(vub300->padded_buffer), in __command_write_data()
1519 (sizeof(vub300->padded_buffer) / in __command_write_data()

Completed in 15 milliseconds