Searched refs:payload_remainder (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1031 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() local 1086 payload_remainder = plen % 16; in aes_cipher() 1102 if (payload_remainder > 0) { in aes_cipher() 1105 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1124 if (payload_remainder > 0) { /* If short final block, then pad it,*/ in aes_cipher() 1130 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1134 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1204 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() local 1230 payload_remainder = (plen-8) % 16; in aes_decipher() 1267 if (payload_remainder > 0) { /* If short final block, pad it,*/ in aes_decipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1140 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1201 payload_remainder = plen % 16; in aes_cipher() 1222 if (payload_remainder > 0) { in aes_cipher() 1225 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1248 if (payload_remainder > 0) { in aes_cipher() 1257 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1261 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1360 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1388 payload_remainder = (plen - 8) % 16; in aes_decipher() 1439 if (payload_remainder > 0) { in aes_decipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 1065 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1121 payload_remainder = plen % 16; in aes_cipher() 1142 if (payload_remainder > 0) { in aes_cipher() 1145 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1167 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher() 1173 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1177 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1262 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1294 payload_remainder = (plen-8) % 16; in aes_decipher() 1336 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher() [all …]
|