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.c807 u8 padded_buffer[16] = {}; in aes_cipher() local
887 padded_buffer[j] = 0x00; in aes_cipher()
889 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
891 crypto_xor_cpy(chain_buffer, aes_out, padded_buffer, 16); in aes_cipher()
921 padded_buffer[j] = 0x00; in aes_cipher()
923 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher()
926 crypto_xor_cpy(chain_buffer, aes_out, padded_buffer, 16); in aes_cipher()
937 padded_buffer[j] = 0x00; in aes_cipher()
939 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher()
942 crypto_xor_cpy(chain_buffer, aes_out, padded_buffer, 16); in aes_cipher()
[all …]
/linux/drivers/mmc/host/
H A Dvub300.c352 u8 padded_buffer[64]; member
1513 vub300->padded_buffer, in __command_write_data()
1514 sizeof(vub300->padded_buffer)); in __command_write_data()
1515 memset(vub300->padded_buffer + linear_length, 0, in __command_write_data()
1516 sizeof(vub300->padded_buffer) - linear_length); in __command_write_data()
1517 result = vub300_usb_bulk_msg(vub300, pipe, vub300->padded_buffer, in __command_write_data()
1518 sizeof(vub300->padded_buffer), in __command_write_data()
1520 (sizeof(vub300->padded_buffer) / in __command_write_data()