Searched refs:payload_remainder (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1036 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() local 1092 payload_remainder = plen % 16; in aes_cipher() 1108 if (payload_remainder > 0) { in aes_cipher() 1111 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1130 if (payload_remainder > 0) { /* If short final block, then pad it,*/ in aes_cipher() 1136 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1140 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1211 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() local 1237 payload_remainder = (plen - 8) % 16; in aes_decipher() 1274 if (payload_remainder > 0) { /* If short final block, pad it,*/ in aes_decipher() [all …]
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1138 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1199 payload_remainder = plen % 16; in aes_cipher() 1220 if (payload_remainder > 0) { in aes_cipher() 1223 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1246 if (payload_remainder > 0) { in aes_cipher() 1255 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1259 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1355 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1383 payload_remainder = (plen - 8) % 16; in aes_decipher() 1434 if (payload_remainder > 0) { in aes_decipher() [all …]
|
/linux-4.4.14/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 …]
|