Searched refs:padded_buffer (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_security.c | 972 u8 padded_buffer[16]; in aes_cipher() local 985 memset((void *)padded_buffer, 0, 16); in aes_cipher() 1039 padded_buffer[j] = 0x00; in aes_cipher() 1067 padded_buffer[j] = 0x00; in aes_cipher() 1079 padded_buffer[j] = 0x00; in aes_cipher() 1164 u8 padded_buffer[16]; in aes_decipher() local 1179 memset((void *)padded_buffer, 0, 16); in aes_decipher() 1232 padded_buffer[j] = 0x00; in aes_decipher() 1279 padded_buffer[j] = 0x00; in aes_decipher() 1307 padded_buffer[j] = 0x00; in aes_decipher() [all …]
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A 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() 1002 padded_buffer[j] = 0x00; in aes_cipher() 1018 padded_buffer[j] = 0x00; in aes_cipher() 1092 u8 padded_buffer[16]; in aes_decipher() local 1106 memset((void *)padded_buffer, 0, 16); in aes_decipher() 1171 padded_buffer[j] = 0x00; in aes_decipher() 1222 padded_buffer[j] = 0x00; in aes_decipher() 1256 padded_buffer[j] = 0x00; in aes_decipher() [all …]
|
| /linux/drivers/staging/rtl8712/ |
| A 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() 1116 padded_buffer[j] = 0x00; in aes_cipher() 1128 padded_buffer[j] = 0x00; in aes_cipher() 1201 u8 padded_buffer[16]; in aes_decipher() local 1213 memset((void *)padded_buffer, 0, 16); in aes_decipher() 1259 padded_buffer[j] = 0x00; in aes_decipher() 1297 padded_buffer[j] = 0x00; in aes_decipher() 1322 padded_buffer[j] = 0x00; in aes_decipher() [all …]
|
| /linux/drivers/mmc/host/ |
| A 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()
|
Completed in 21 milliseconds