Searched refs:payload_remainder (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1033 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() local 1088 payload_remainder = plen % 16; in aes_cipher() 1104 if (payload_remainder > 0) { in aes_cipher() 1107 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1126 if (payload_remainder > 0) { /* If short final block, then pad it,*/ in aes_cipher() 1132 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1136 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1208 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() local 1234 payload_remainder = (plen-8) % 16; in aes_decipher() 1271 if (payload_remainder > 0) { /* If short final block, pad it,*/ in aes_decipher() [all …]
|
/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1155 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1216 payload_remainder = plen % 16; in aes_cipher() 1237 if (payload_remainder > 0) { in aes_cipher() 1240 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1263 if (payload_remainder > 0) { in aes_cipher() 1272 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1276 for (j = 0; j < payload_remainder;j++) in aes_cipher() 1376 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1404 payload_remainder = (plen-8) % 16; in aes_decipher() 1455 if (payload_remainder > 0) { in aes_decipher() [all …]
|
/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 …]
|