Searched refs:padded_buffer (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 1028 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() 1115 padded_buffer[j] = 0x00; in aes_cipher() 1127 padded_buffer[j] = 0x00; in aes_cipher() 1200 u8 padded_buffer[16]; in aes_decipher() local 1212 memset((void *)padded_buffer, 0, 16); in aes_decipher() 1258 padded_buffer[j] = 0x00; in aes_decipher() 1296 padded_buffer[j] = 0x00; in aes_decipher() 1321 padded_buffer[j] = 0x00; in aes_decipher() [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H 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 …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | vub300.c | 352 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()
|