Searched refs:padded_buffer (Results 1 – 4 of 4) sorted by relevance
/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 …]
|
/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 1038 u8 padded_buffer[16]; in aes_cipher() local 1051 memset((void *)padded_buffer, 0, 16); in aes_cipher() 1105 padded_buffer[j] = 0x00; in aes_cipher() 1107 padded_buffer[j] = pframe[payload_index++];/* padded_buffer[j] = message[payload_index++]; */ in aes_cipher() 1108 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1133 padded_buffer[j] = 0x00; in aes_cipher() 1135 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher() 1137 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1145 padded_buffer[j] = 0x00; in aes_cipher() 1147 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher() [all …]
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 880 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[j] = pframe[j+hdrlen+8+plen]; in aes_cipher() [all …]
|
/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()
|