Searched refs:payload_remainder (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_security.c | 1026 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1082 payload_remainder = plen % 16; in aes_cipher() 1103 if (payload_remainder > 0) { in aes_cipher() 1106 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1128 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher() 1134 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1138 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1220 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1253 payload_remainder = (plen - 8) % 16; in aes_decipher() 1295 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher() [all …]
|
| /Linux-v5.15/drivers/staging/rtl8712/ |
| D | rtl871x_security.c | 1017 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.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_security.c | 868 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 945 payload_remainder = plen % 16; in aes_cipher() 966 if (payload_remainder > 0) { in aes_cipher() 969 for (j = 0; j < payload_remainder; j++) in aes_cipher() 994 if (payload_remainder > 0) { in aes_cipher() 1003 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1008 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1080 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1112 payload_remainder = (plen-8) % 16; in aes_decipher() 1163 if (payload_remainder > 0) { in aes_decipher() [all …]
|