Searched refs:hlen (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ecdsa.h | 330 * \param hlen The length of the hash \p hash in Bytes. 350 const unsigned char *hash, size_t hlen, 371 * \param hlen The length of the hash \p hash in Bytes. 396 const unsigned char *hash, size_t hlen, 438 * \param hlen The length of the hash \p hash in Bytes. 453 const unsigned char *hash, size_t hlen, 475 * \param hlen The size of the hash \p hash. 488 const unsigned char *hash, size_t hlen, 505 * \param hlen The size of the hash \p hash. 523 const unsigned char *hash, size_t hlen, [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmip.h | 209 uint16 len = 0, hlen; in ipv6_exthdr_len() local 216 hlen = 8U; in ipv6_exthdr_len() 218 hlen = (uint16)((eh->hdrlen + 2U) << 2U); in ipv6_exthdr_len() 220 hlen = (uint16)IPV6_EXTHDR_LEN(eh); in ipv6_exthdr_len() 222 len += hlen; in ipv6_exthdr_len()
|
H A D | bcmarp.h | 57 uint8 hlen; /* Hardware address length (Eth = 6) */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at.c | 577 size_t hlen = at_strlen(value); in at_parse_string_other() local 578 if (hlen & 1) { in at_parse_string_other() 581 tlen = hlen / 2; /* 2 */ in at_parse_string_other()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip6.h | 78 u16_t hlen, u8_t *need_ip6_input_cleanup);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
H A D | dhcp.h | 66 PACK_STRUCT_FLD_8(u8_t hlen);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux_pktdump.c | 988 uint8 hlen; member 1243 arph->hlen != ETHER_ADDR_LEN || in dhd_arp_dump()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 1460 hi_u8 hlen; /* hardware addr length */ member
|
Completed in 13 milliseconds