Searched refs:payload_remainder (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1037 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() local 1093 payload_remainder = plen % 16; in aes_cipher() 1109 if (payload_remainder > 0) { in aes_cipher() 1112 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1131 if (payload_remainder > 0) { /* If short final block, then pad it,*/ in aes_cipher() 1137 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1141 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1212 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() local 1238 payload_remainder = (plen - 8) % 16; in aes_decipher() 1275 if (payload_remainder > 0) { /* If short final block, pad it,*/ in aes_decipher() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1332 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-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 1087 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1143 payload_remainder = plen % 16; in aes_cipher() 1164 if (payload_remainder > 0) { in aes_cipher() 1167 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1189 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher() 1195 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1199 for (j = 0; j < payload_remainder; j++) in aes_cipher()
|