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 959 padded_buffer[j] = 0x00; in aes_cipher() 961 padded_buffer[j] = pframe[payload_index++]; in aes_cipher() 963 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 993 padded_buffer[j] = 0x00; in aes_cipher() 995 padded_buffer[j] = pframe[payload_index+j]; in aes_cipher() 998 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() 1009 padded_buffer[j] = 0x00; in aes_cipher() 1011 padded_buffer[j] = pframe[j+hdrlen+8+plen]; in aes_cipher() 1014 bitwise_xor(aes_out, padded_buffer, chain_buffer); in aes_cipher() [all …]
|
/linux/drivers/mmc/host/ |
H A D | vub300.c | 352 u8 padded_buffer[64]; member 1510 vub300->padded_buffer, in __command_write_data() 1511 sizeof(vub300->padded_buffer)); in __command_write_data() 1512 memset(vub300->padded_buffer + linear_length, 0, in __command_write_data() 1513 sizeof(vub300->padded_buffer) - linear_length); in __command_write_data() 1514 result = vub300_usb_bulk_msg(vub300, pipe, vub300->padded_buffer, in __command_write_data() 1515 sizeof(vub300->padded_buffer), in __command_write_data() 1517 (sizeof(vub300->padded_buffer) / in __command_write_data()
|