Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_security.c1017 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() local
1073 payload_remainder = plen % 16; in aes_cipher()
1089 if (payload_remainder > 0) { in aes_cipher()
1092 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1111 if (payload_remainder > 0) { /* If short final block, then pad it,*/ in aes_cipher()
1117 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1121 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1191 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() local
1217 payload_remainder = (plen - 8) % 16; in aes_decipher()
1254 if (payload_remainder > 0) { /* If short final block, pad it,*/ in aes_decipher()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_security.c1332 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1415 payload_remainder = plen % 16; in aes_cipher()
1436 if (payload_remainder > 0) { in aes_cipher()
1439 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1471 if (payload_remainder > 0) { in aes_cipher()
1486 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1491 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1580 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1615 payload_remainder = (plen-8) % 16; in aes_decipher()
1671 if (payload_remainder > 0) { in aes_decipher()
[all …]
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_security.c1086 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1142 payload_remainder = plen % 16; in aes_cipher()
1163 if (payload_remainder > 0) { in aes_cipher()
1166 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1188 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1194 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1198 for (j = 0; j < payload_remainder; j++) in aes_cipher()