Searched refs:payload_remainder (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/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.10/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1298 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1381 payload_remainder = plen % 16; in aes_cipher() 1402 if (payload_remainder > 0) { in aes_cipher() 1405 for (j = 0; j < payload_remainder; j++) { in aes_cipher() 1436 if (payload_remainder > 0) { in aes_cipher() 1451 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1456 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1539 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1573 payload_remainder = (plen-8) % 16; in aes_decipher() 1624 if (payload_remainder > 0) { in aes_decipher() [all …]
|