Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c1072 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()
1116 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1120 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1216 payload_remainder = (plen - 8) % 16; in aes_decipher()
1259 for (j = 0; j < payload_remainder; j++) in aes_decipher()
1263 for (j = 0; j < payload_remainder; j++) in aes_decipher()
1278 payload_remainder = (plen - 8) % 16; in aes_decipher()
1294 if (payload_remainder > 0) { in aes_decipher()
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c945 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()
1112 payload_remainder = (plen-8) % 16; in aes_decipher()
1163 if (payload_remainder > 0) { in aes_decipher()
1199 payload_remainder = (plen-8) % 16; in aes_decipher()
1220 if (payload_remainder > 0) { in aes_decipher()
[all …]