Searched refs:payload_remainder (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 817 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 886 payload_remainder = plen % 16; in aes_cipher() 907 if (payload_remainder > 0) { in aes_cipher() 910 for (j = 0; j < payload_remainder; j++) in aes_cipher() 935 if (payload_remainder > 0) { in aes_cipher() 944 for (j = 0; j < payload_remainder; j++) in aes_cipher() 949 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1021 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1045 payload_remainder = (plen - 8) % 16; in aes_decipher() 1096 if (payload_remainder > 0) { in aes_decipher() [all …]
|