Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c795 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
864 payload_remainder = plen % 16; in aes_cipher()
885 if (payload_remainder > 0) { in aes_cipher()
888 for (j = 0; j < payload_remainder; j++) in aes_cipher()
913 if (payload_remainder > 0) { in aes_cipher()
922 for (j = 0; j < payload_remainder; j++) in aes_cipher()
927 for (j = 0; j < payload_remainder; j++) in aes_cipher()
999 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1023 payload_remainder = (plen - 8) % 16; in aes_decipher()
1074 if (payload_remainder > 0) { in aes_decipher()
[all …]