/third_party/openssl/crypto/ |
H A D | mem.c | 296 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, in CRYPTO_mem_debug_malloc() argument 299 (void)addr; (void)num; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_malloc() 308 void CRYPTO_mem_debug_free(void *addr, int flag, in CRYPTO_mem_debug_free() argument 311 (void)addr; (void)flag; (void)file; (void)line; in CRYPTO_mem_debug_free()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 107 dbgs() << "Instr: " << *DFG.addr<StmtNode*>(I).Addr->getCode(); in run() 138 auto SA = DFG.addr<InstrNode*>(C); in run() 156 auto UA = DFG.addr<UseNode*>(N); in run() 184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
|
/third_party/selinux/libsepol/src/ |
H A D | ibpkey_record.c | 59 struct in6_addr addr; in ibpkey_expand_subnet_prefix() local 61 memset(&addr, 0, sizeof(struct in6_addr)); in ibpkey_expand_subnet_prefix() 62 memcpy(&addr.s6_addr[0], &subnet_prefix, sizeof(subnet_prefix)); in ibpkey_expand_subnet_prefix() 64 if (inet_ntop(AF_INET6, &addr, subnet_prefix_str, in ibpkey_expand_subnet_prefix()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_attr_process.c | 20 const u8 *addr[2]; in wps_process_authenticator() local 38 addr[0] = wpabuf_head(wps->last_msg); in wps_process_authenticator() 40 addr[1] = wpabuf_head(msg); in wps_process_authenticator() 42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash); in wps_process_authenticator()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | airtime_policy.c | 80 if (hostapd_drv_read_sta_data(hapd, &data, sta->addr)) in count_backlogged_sta() 103 (ret = hostapd_sta_set_airtime_weight(hapd, sta->addr, weight))) in sta_set_airtime_weight() 235 while (wt && os_memcmp(wt->addr, sta, ETH_ALEN) != 0) in get_weight_for_sta() 247 weight = get_weight_for_sta(hapd, sta->addr); in airtime_policy_new_sta()
|
H A D | mbo_ap.c | 78 MAC2STR_SEC(sta->addr), info->op_class, info->pref, in mbo_ap_parse_non_pref_chan() 175 MAC2STR_SEC(sta->addr), buf[0]); in mbo_ap_wnm_notif_req_cell_capa() 208 void mbo_ap_wnm_notification_req(struct hostapd_data *hapd, const u8 *addr, in mbo_ap_wnm_notification_req() argument 219 sta = ap_get_sta(hapd, addr); in mbo_ap_wnm_notification_req()
|
H A D | wpa_auth_i.h | 23 u8 addr[ETH_ALEN]; member 232 u8 addr[ETH_ALEN]; member 278 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, 280 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
|
H A D | ap_config.c | 318 u8 addr[ETH_ALEN]; in hostapd_config_read_wpa_psk() local 381 if (hwaddr_aton(token, addr)) { in hostapd_config_read_wpa_psk() 396 if (is_zero_ether_addr(addr)) in hostapd_config_read_wpa_psk() 399 os_memcpy(psk->addr, addr, ETH_ALEN); in hostapd_config_read_wpa_psk() 1012 * @addr: Address to search for 1019 const u8 *addr, struct vlan_description *vlan_id) in hostapd_maclist_found() 1028 res = os_memcmp(list[middle].addr, addr, ETH_ALEN); in hostapd_maclist_found() 1099 const u8 *addr, cons in hostapd_get_psk() 1018 hostapd_maclist_found(struct mac_acl_entry *list, int num_entries, const u8 *addr, struct vlan_description *vlan_id) hostapd_maclist_found() argument 1098 hostapd_get_psk(const struct hostapd_bss_config *conf, const u8 *addr, const u8 *p2p_dev_addr, const u8 *prev_psk, int *vlan_id) hostapd_get_psk() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_attr_process.c | 20 const u8 *addr[2]; in wps_process_authenticator() local 38 addr[0] = wpabuf_head(wps->last_msg); in wps_process_authenticator() 40 addr[1] = wpabuf_head(msg); in wps_process_authenticator() 43 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, in wps_process_authenticator()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | airtime_policy.c | 80 if (hostapd_drv_read_sta_data(hapd, &data, sta->addr)) in count_backlogged_sta() 99 (ret = hostapd_sta_set_airtime_weight(hapd, sta->addr, weight))) in sta_set_airtime_weight() 231 while (wt && os_memcmp(wt->addr, sta, ETH_ALEN) != 0) in get_weight_for_sta() 243 weight = get_weight_for_sta(hapd, sta->addr); in airtime_policy_new_sta()
|
H A D | mbo_ap.c | 78 MAC2STR(sta->addr), info->op_class, info->pref, in mbo_ap_parse_non_pref_chan() 175 MAC2STR(sta->addr), buf[0]); in mbo_ap_wnm_notif_req_cell_capa() 208 void mbo_ap_wnm_notification_req(struct hostapd_data *hapd, const u8 *addr, in mbo_ap_wnm_notification_req() argument 219 sta = ap_get_sta(hapd, addr); in mbo_ap_wnm_notification_req()
|
H A D | wpa_auth_i.h | 23 u8 addr[ETH_ALEN]; member 227 u8 addr[ETH_ALEN]; member 272 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, 274 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | cma_allocator.c | 66 static int __dma_update_pte(pte_t* pte, unsigned long addr, void* data) in __dma_update_pte() argument 69 unsigned long addr, void* data) in __dma_update_pte() 72 struct page* page = virt_to_page(addr); in __dma_update_pte() 414 if (map_kernel_range((unsigned long)area->addr, get_vm_area_size(area), prot, pages)) { 419 vunmap(area->addr); 423 mmb->kvirt = area->addr; 535 if (map_kernel_range((unsigned long)area->addr, get_vm_area_size(area), prot, pages)) { 540 vunmap(area->addr); 545 virt = area->addr;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | netif.h | 209 u8_t addr[NETIF_MAX_HWADDR_LEN]; member 333 struct linklayer_addr addr; member 338 struct linklayer_addr addr; member 347 struct linklayer_addr addr; member 356 struct linklayer_addr addr; member 364 struct linklayer_addr addr; member 843 #define netif_mld_mac_filter(netif, addr, action) do { \ 844 if ((netif) && (netif)->mld_mac_filter) { (netif)->mld_mac_filter((netif), (addr), (action)); } } while (0) 888 err_t netif_get_ip6_linklocal_address(struct netif *netif, ip6_addr_t *addr); 964 /* Send NA/IGMP/MLD/RS events, e.g. on addr [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_if.c | 114 BtAddr addr; member 118 void (*cb)(const BtAddr *addr, uint16_t lcid, int result, void *context); 129 result = L2CAP_ConnectReq(&(ctx->addr), ctx->lpsm, ctx->rpsm, &lcid); in L2cifConnectReq() 131 ctx->cb(&(ctx->addr), lcid, result, ctx->context); in L2cifConnectReq() 138 int L2CIF_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, void *context, in L2CIF_ConnectReq() argument 139 void (*cb)(const BtAddr *addr, uint16_t lcid, int result, void *context)) in L2CIF_ConnectReq() 143 if (addr == NULL) { in L2CIF_ConnectReq() 152 (void)memcpy_s(&(ctx->addr), sizeof(BtAddr), addr, sizeof(BtAddr)); in L2CIF_ConnectReq()
|
/third_party/elfutils/src/ |
H A D | objdump.c | 621 GElf_Addr addr; member 638 info->address_color, (uint64_t) info->addr, color_off); in disasm_output() 640 printf ("%8" PRIx64 ": ", (uint64_t) info->addr); in disasm_output() 653 info->addr += cnt; in disasm_output() 661 info->address_color, (uint64_t) info->addr, color_off); in disasm_output() 663 printf ("%8" PRIx64 ": ", (uint64_t) info->addr); in disasm_output() 672 info->addr += info->cur - info->last_end - 8; in disasm_output() 711 info.addr = shdr->sh_addr; in show_disasm() 735 disasm_cb (ctx, &info.cur, info.cur + data->d_size, info.addr, in show_disasm()
|
/third_party/alsa-utils/seq/aseqdump/ |
H A D | aseqdump.c | 325 ev->data.addr.client); in dump_event() 329 ev->data.addr.client); in dump_event() 333 ev->data.addr.client); in dump_event() 337 ev->data.addr.client, ev->data.addr.port); in dump_event() 341 ev->data.addr.client, ev->data.addr.port); in dump_event() 345 ev->data.addr.client, ev->data.addr.port); in dump_event()
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 459 coap_address_t addr; in get_context() local 462 if (rp->ai_addrlen <= (socklen_t)sizeof(addr.addr)) { in get_context() 463 coap_address_init(&addr); in get_context() 464 addr.size = (socklen_t)rp->ai_addrlen; in get_context() 465 memcpy(&addr.addr, rp->ai_addr, rp->ai_addrlen); in get_context() 467 ep_udp = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in get_context() 474 ep_tcp = coap_new_endpoint(ctx, &addr, COAP_PROTO_TCP); in get_context()
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_ringbuffer.c | 567 uint32_t addr; in msm_ringbuffer_emit_reloc() local 578 addr = msm_bo->presumed; in msm_ringbuffer_emit_reloc() 580 addr >>= -reloc->shift; in msm_ringbuffer_emit_reloc() 582 addr <<= reloc->shift; in msm_ringbuffer_emit_reloc() 583 (*ring->cur++) = addr | r->or; in msm_ringbuffer_emit_reloc() 604 addr = msm_bo->presumed >> 32; in msm_ringbuffer_emit_reloc() 606 addr >>= -reloc_hi->shift; in msm_ringbuffer_emit_reloc() 608 addr <<= reloc_hi->shift; in msm_ringbuffer_emit_reloc() 609 (*ring->cur++) = addr | r->orhi; in msm_ringbuffer_emit_reloc()
|
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 213 int Listen(sockaddr* addr, uv_loop_t* loop, int pid = -1); 537 sockaddr_storage addr; in DetectPort() local 538 int len = sizeof(addr); in DetectPort() 540 reinterpret_cast<struct sockaddr*>(&addr), &len); in DetectPort() 544 if (addr.ss_family == AF_INET6) in DetectPort() 545 port = reinterpret_cast<const sockaddr_in6*>(&addr)->sin6_port; in DetectPort() 547 port = reinterpret_cast<const sockaddr_in*>(&addr)->sin_port; in DetectPort() 570 int ServerSocket::Listen(sockaddr* addr, uv_loop_t* loop, int pid) { in Listen() argument 573 int err = uv_tcp_bind(server, addr, 0); in Listen()
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_mib2_ip.c | 216 value->u32 = netif_ip4_addr(netif)->addr; in ip_AddrTable_get_cell_value_core() 222 value->u32 = netif_ip4_netmask(netif)->addr; in ip_AddrTable_get_cell_value_core() 323 value->u32 = IP4_ADDR_ANY4->addr; in ip_RouteTable_get_cell_value_core() 328 value->u32 = tmp.addr; in ip_RouteTable_get_cell_value_core() 349 value->u32 = netif_ip4_gw(netif)->addr; in ip_RouteTable_get_cell_value_core() 352 value->u32 = netif_ip4_addr(netif)->addr; in ip_RouteTable_get_cell_value_core() 375 value->u32 = IP4_ADDR_ANY4->addr; in ip_RouteTable_get_cell_value_core() 378 value->u32 = netif_ip4_netmask(netif)->addr; in ip_RouteTable_get_cell_value_core() 503 value->u32 = ip->addr; in ip_NetToMediaTable_get_cell_value_core()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | ikev2_common.c | 98 size_t num_elem, const u8 *addr[], const size_t *len, in ikev2_prf_hash() 103 return hmac_sha1_vector(key, key_len, num_elem, addr, len, in ikev2_prf_hash() 106 return hmac_md5_vector(key, key_len, num_elem, addr, len, hash); in ikev2_prf_hash() 120 const u8 *addr[3]; in ikev2_prf_plus() local 130 addr[0] = hash; in ikev2_prf_plus() 132 addr[1] = data; in ikev2_prf_plus() 134 addr[2] = &iter; in ikev2_prf_plus() 143 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1], in ikev2_prf_plus() 146 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len, in ikev2_prf_plus() 97 ikev2_prf_hash(int alg, const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *hash) ikev2_prf_hash() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | ikev2_common.c | 98 size_t num_elem, const u8 *addr[], const size_t *len, in ikev2_prf_hash() 103 return hmac_sha1_vector(key, key_len, num_elem, addr, len, in ikev2_prf_hash() 106 return hmac_md5_vector(key, key_len, num_elem, addr, len, hash); in ikev2_prf_hash() 120 const u8 *addr[3]; in ikev2_prf_plus() local 130 addr[0] = hash; in ikev2_prf_plus() 132 addr[1] = data; in ikev2_prf_plus() 134 addr[2] = &iter; in ikev2_prf_plus() 143 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1], in ikev2_prf_plus() 146 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len, in ikev2_prf_plus() 97 ikev2_prf_hash(int alg, const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *hash) ikev2_prf_hash() argument
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_elf.cpp | 226 uint8_t *addr = miniDebugInfo_->offset + const_cast<uint8_t*>(GetMmapPtr());
in InitEmbeddedElf() local 232 if (XzDecompress(addr, miniDebugInfo_->size, embeddedElfData_)) {
in InitEmbeddedElf() 589 bool DfxElf::GetFuncInfoLazily(uint64_t addr, ElfSymbol& elfSymbol)
in GetFuncInfoLazily() argument 592 if (FindFuncSymbol(addr, funcSymbols_, elfSymbol)) {
in GetFuncInfoLazily() 598 embeddedElf_->elfParse_->GetElfSymbolByAddr(addr, elfSymbol)) {
in GetFuncInfoLazily() 604 if (!findSymbol && elfParse_->GetElfSymbolByAddr(addr, elfSymbol)) {
in GetFuncInfoLazily() 622 bool DfxElf::GetFuncInfo(uint64_t addr, ElfSymbol& elfSymbol)
in GetFuncInfo() argument 625 return GetFuncInfoLazily(addr, elfSymbol);
in GetFuncInfo() 629 return FindFuncSymbol(addr, symbols, elfSymbol);
in GetFuncInfo() 632 bool DfxElf::FindFuncSymbol(uint64_t addr, cons argument [all...] |
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_channel_test.cpp | 102 strcpy_s(appInfo->myData.addr, sizeof(appInfo->myData.addr), TEST_CONN_IP) != EOK || in TestGenerateAppInfo() 103 strcpy_s(appInfo->peerData.addr, sizeof(appInfo->peerData.addr), TEST_CONN_IP) != EOK || in TestGenerateAppInfo() 128 &(connInfo->socketOption.addr), sizeof(connInfo->socketOption.addr), 0, sizeof(connInfo->socketOption.addr)); in BuildConnectOption() 224 if (strcpy_s(connInfo.socketOption.addr, sizeof(connInfo.socketOption.addr), TEST_CONN_IP) != EOK) { in HWTEST_F() 253 if (strcpy_s(connInfo.socketOption.addr, sizeo in HWTEST_F() [all...] |