Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_security.c1017 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_security.c1298 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_security.c1402 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1487 payload_remainder = plen % 16; in aes_cipher()
1508 if (payload_remainder > 0) { in aes_cipher()
1511 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1542 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1555 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1560 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1787 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1821 payload_remainder = (plen - 8) % 16; in aes_decipher()
1877 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_security.c1402 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1487 payload_remainder = plen % 16; in aes_cipher()
1508 if (payload_remainder > 0) { in aes_cipher()
1511 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1542 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1555 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1560 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1787 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1821 payload_remainder = (plen - 8) % 16; in aes_decipher()
1877 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_security.c1402 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1487 payload_remainder = plen % 16; in aes_cipher()
1508 if (payload_remainder > 0) { in aes_cipher()
1511 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1542 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1555 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1560 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1787 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1821 payload_remainder = (plen - 8) % 16; in aes_decipher()
1877 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_security.c1402 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1487 payload_remainder = plen % 16; in aes_cipher()
1508 if (payload_remainder > 0) { in aes_cipher()
1511 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1542 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1555 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1560 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1787 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1821 payload_remainder = (plen - 8) % 16; in aes_decipher()
1877 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_security.c1320 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1405 payload_remainder = plen % 16; in aes_cipher()
1426 if (payload_remainder > 0) { in aes_cipher()
1429 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1460 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1473 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1478 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1629 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1663 payload_remainder = (plen - 8) % 16; in aes_decipher()
1719 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_security.c1320 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1405 payload_remainder = plen % 16; in aes_cipher()
1426 if (payload_remainder > 0) { in aes_cipher()
1429 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1460 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1473 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1478 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1629 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1663 payload_remainder = (plen - 8) % 16; in aes_decipher()
1719 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_security.c1402 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1487 payload_remainder = plen % 16; in aes_cipher()
1508 if (payload_remainder > 0) { in aes_cipher()
1511 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1542 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1555 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1560 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1787 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1821 payload_remainder = (plen - 8) % 16; in aes_decipher()
1877 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_security.c1403 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1488 payload_remainder = plen % 16; in aes_cipher()
1509 if (payload_remainder > 0) { in aes_cipher()
1512 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1543 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1556 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1561 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1788 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1822 payload_remainder = (plen - 8) % 16; in aes_decipher()
1878 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_security.c1402 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1487 payload_remainder = plen % 16; in aes_cipher()
1508 if (payload_remainder > 0) { in aes_cipher()
1511 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1542 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1555 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1560 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1787 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1821 payload_remainder = (plen - 8) % 16; in aes_decipher()
1877 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_security.c1403 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1488 payload_remainder = plen % 16; in aes_cipher()
1509 if (payload_remainder > 0) { in aes_cipher()
1512 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1543 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1556 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1561 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1788 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1822 payload_remainder = (plen - 8) % 16; in aes_decipher()
1878 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_security.c1468 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1561 payload_remainder = plen % 16; in aes_cipher()
1583 if (payload_remainder > 0) in aes_cipher()
1586 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1617 if (payload_remainder > 0) /* If there is a short final block, then pad it,*/ in aes_cipher()
1629 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1635 …for (j=0; j<payload_remainder;j++) pframe[payload_index++] = chain_buffer[j];//for (j=0; j<payload… in aes_cipher()
1789 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1824 payload_remainder = (plen-8) % 16; in aes_decipher()
1887 if (payload_remainder > 0) /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_security.c1436 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1524 payload_remainder = plen % 16; in aes_cipher()
1545 if (payload_remainder > 0) { in aes_cipher()
1548 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1579 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1592 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1597 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1749 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1784 payload_remainder = (plen - 8) % 16; in aes_decipher()
1842 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_security.c1468 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1561 payload_remainder = plen % 16; in aes_cipher()
1583 if (payload_remainder > 0) in aes_cipher()
1586 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1617 if (payload_remainder > 0) /* If there is a short final block, then pad it,*/ in aes_cipher()
1629 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1635 …for (j=0; j<payload_remainder;j++) pframe[payload_index++] = chain_buffer[j];//for (j=0; j<payload… in aes_cipher()
1789 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1824 payload_remainder = (plen-8) % 16; in aes_decipher()
1887 if (payload_remainder > 0) /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_security.c1358 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1445 payload_remainder = plen % 16; in aes_cipher()
1466 if (payload_remainder > 0) { in aes_cipher()
1469 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1500 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1513 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1518 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1665 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1699 payload_remainder = (plen - 8) % 16; in aes_decipher()
1757 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_security.c1352 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1437 payload_remainder = plen % 16; in aes_cipher()
1458 if (payload_remainder > 0) { in aes_cipher()
1461 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1492 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1505 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1510 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1657 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1691 payload_remainder = (plen - 8) % 16; in aes_decipher()
1747 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_security.c1352 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1437 payload_remainder = plen % 16; in aes_cipher()
1458 if (payload_remainder > 0) { in aes_cipher()
1461 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1492 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1505 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1510 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1657 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1691 payload_remainder = (plen - 8) % 16; in aes_decipher()
1747 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_security.c1351 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1436 payload_remainder = plen % 16; in aes_cipher()
1457 if (payload_remainder > 0) { in aes_cipher()
1460 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1491 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1504 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1509 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1656 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1690 payload_remainder = (plen - 8) % 16; in aes_decipher()
1746 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_security.c1352 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local
1437 payload_remainder = plen % 16; in aes_cipher()
1458 if (payload_remainder > 0) { in aes_cipher()
1461 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1492 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_cipher()
1505 for (j = 0; j < payload_remainder; j++) { in aes_cipher()
1510 for (j = 0; j < payload_remainder; j++) in aes_cipher()
1657 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
1691 payload_remainder = (plen - 8) % 16; in aes_decipher()
1747 if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/ in aes_decipher()
[all …]