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.c829 u8 padded_buffer[16] = {}; in aes_cipher() local
909 padded_buffer[j] = 0x00; in aes_cipher()
911 padded_buffer[j] = pframe[payload_index++]; in aes_cipher()
913 crypto_xor_cpy(chain_buffer, aes_out, padded_buffer, 16); in aes_cipher()
943 padded_buffer[j] = 0x00; in aes_cipher()
945 padded_buffer[j] = pframe[payload_index + j]; in aes_cipher()
948 crypto_xor_cpy(chain_buffer, aes_out, padded_buffer, 16); in aes_cipher()
959 padded_buffer[j] = 0x00; in aes_cipher()
961 padded_buffer[j] = pframe[j + hdrlen + 8 + plen]; in aes_cipher()
964 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
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()