Home
last modified time | relevance | path

Searched refs:zbuf (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_inflate.c48 u8 *zbuf; in __gunzip() local
66 zbuf = buf; in __gunzip()
68 zbuf = malloc(GZIP_IOBUF_SIZE); in __gunzip()
71 if (!zbuf) { in __gunzip()
98 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
102 zbuf[0] != 0x1f || zbuf[1] != 0x8b || zbuf[2] != 0x08) { in __gunzip()
112 strm->next_in = zbuf + 10; in __gunzip()
115 if (zbuf[3] & 0x8) { in __gunzip()
147 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip()
153 strm->next_in = zbuf; in __gunzip()
[all …]
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinfutil.c12 const u8 *zbuf = buf; in zlib_inflate_blob() local
27 strm->next_in = zbuf; in zlib_inflate_blob()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dpkcs12.h219 ASN1_OCTET_STRING *oct, int zbuf);
223 void *obj, int zbuf);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h45 static int bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len);
H A Dbnx2x_main.c6618 static int bnx2x_gunzip(struct bnx2x *bp, const u8 *zbuf, int len) in bnx2x_gunzip() argument
6623 if ((zbuf[0] != 0x1f) || (zbuf[1] != 0x8b) || (zbuf[2] != Z_DEFLATED)) { in bnx2x_gunzip()
6632 if (zbuf[3] & FNAME) in bnx2x_gunzip()
6633 while ((zbuf[n++] != 0) && (n < len)); in bnx2x_gunzip()
6635 bp->strm->next_in = (typeof(bp->strm->next_in))zbuf + n; in bnx2x_gunzip()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c4174 char bssid[6], zbuf[6]; in dhd_is_associated() local
4178 bzero(zbuf, 6); in dhd_is_associated()
4194 if ((memcmp(bssid, zbuf, ETHER_ADDR_LEN) == 0)) { in dhd_is_associated()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_common.c4953 char bssid[6], zbuf[6]; in dhd_is_associated() local
4957 bzero(zbuf, 6); in dhd_is_associated()
4973 if ((memcmp(bssid, zbuf, ETHER_ADDR_LEN) == 0)) { in dhd_is_associated()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_common.c4973 char bssid[6], zbuf[6]; in dhd_is_associated() local
4977 bzero(zbuf, 6); in dhd_is_associated()
4993 if ((memcmp(bssid, zbuf, ETHER_ADDR_LEN) == 0)) { in dhd_is_associated()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_common.c4973 char bssid[6], zbuf[6]; in dhd_is_associated() local
4977 bzero(zbuf, 6); in dhd_is_associated()
4993 if ((memcmp(bssid, zbuf, ETHER_ADDR_LEN) == 0)) { in dhd_is_associated()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c7183 char bssid[6], zbuf[6]; in dhd_is_associated() local
7187 bzero(zbuf, 6); in dhd_is_associated()
7207 if ((memcmp(bssid, zbuf, ETHER_ADDR_LEN) == 0)) { in dhd_is_associated()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c7188 char bssid[6], zbuf[6]; in dhd_is_associated() local
7192 bzero(zbuf, 6); in dhd_is_associated()
7212 if ((memcmp(bssid, zbuf, ETHER_ADDR_LEN) == 0)) { in dhd_is_associated()