Searched refs:payload_remainder (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 959 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1015 payload_remainder = plen % 16; in aes_cipher() 1036 if (payload_remainder > 0) { in aes_cipher() 1039 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1061 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher() 1067 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1071 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1151 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local 1184 payload_remainder = (plen - 8) % 16; in aes_decipher() 1226 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher() [all …]
|
/Linux-v6.1/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1016 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() local 1072 payload_remainder = plen % 16; in aes_cipher() 1088 if (payload_remainder > 0) { in aes_cipher() 1091 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1110 if (payload_remainder > 0) { /* If short final block, then pad it,*/ in aes_cipher() 1116 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1120 for (j = 0; j < payload_remainder; j++) in aes_cipher() 1190 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() local 1216 payload_remainder = (plen - 8) % 16; in aes_decipher() 1253 if (payload_remainder > 0) { /* If short final block, pad it,*/ in aes_decipher() [all …]
|
/Linux-v6.1/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 …]
|