Home
last modified time | relevance | path

Searched refs:payload_remainder (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8712/
Drtl871x_security.c1016 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.6/drivers/staging/rtl8723bs/core/
Drtw_security.c868 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 …]