Home
last modified time | relevance | path

Searched refs:padded_buffer (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c879 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 Dvub300.c352 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()