Searched refs:padded_buffer (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 879 u8 padded_buffer[16]; in aes_cipher() local 892 memset((void *)padded_buffer, 0, 16); in aes_cipher() 967 padded_buffer[j] = 0x00; in aes_cipher() 969 padded_buffer[j] = pframe[payload_index++]; in aes_cipher() 971 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1001 padded_buffer[j] = 0x00; in aes_cipher() 1003 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher() 1006 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1017 padded_buffer[j] = 0x00; in aes_cipher() 1019 padded_buffer[j] = pframe[j+hdrlen+8+plen]; in aes_cipher() [all …]
|
/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()
|