Home
last modified time | relevance | path

Searched defs:chain (Results 151 - 175 of 209) sorted by relevance

123456789

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dx509v3.c2140 x509_certificate_chain_validate(struct x509_certificate *trusted, struct x509_certificate *chain, int *reason, int disable_time_checks) x509_certificate_chain_validate() argument
2272 x509_certificate_get_subject(struct x509_certificate *chain, struct x509_name *name) x509_certificate_get_subject() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H A Duvc_driver.c1571 static int uvc_scan_chain_entity(struct uvc_video_chain *chain, struct uvc_entity *entity) in uvc_scan_chain_entity() argument
1665 uvc_scan_chain_forward(struct uvc_video_chain *chain, struct uvc_entity *entity, struct uvc_entity *prev) uvc_scan_chain_forward() argument
1772 uvc_scan_chain_backward(struct uvc_video_chain *chain, struct uvc_entity **_entity) uvc_scan_chain_backward() argument
1862 uvc_scan_chain(struct uvc_video_chain *chain, struct uvc_entity *term) uvc_scan_chain() argument
1903 struct uvc_video_chain *chain; uvc_alloc_chain() local
1933 struct uvc_video_chain *chain; uvc_scan_fallback() local
2023 struct uvc_video_chain *chain; uvc_scan_device() local
2099 struct uvc_video_chain *chain; uvc_delete() local
2255 uvc_register_terms(struct uvc_device *dev, struct uvc_video_chain *chain) uvc_register_terms() argument
2295 struct uvc_video_chain *chain; uvc_register_chains() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dsnapshot.c272 struct linked_page *chain; /* the chain */ member
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp1163 string chain = reply.ReadString(); in PreprocessMode() local
1191 string chain = reply.ReadString(); in PostprocessMode() local
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_effect.h98 std::string chain; member
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp1028 int32_t NetsysController::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
1040 int32_t NetsysController::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
1052 int32_t NetsysController::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
1064 FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) FirewallSetUidRule() argument
[all...]
H A Dnetsys_controller_service_impl.cpp652 int32_t NetsysControllerServiceImpl::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
658 int32_t NetsysControllerServiceImpl::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
664 int32_t NetsysControllerServiceImpl::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
670 FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) FirewallSetUidRule() argument
[all...]
H A Dnetsys_native_client.cpp1267 int32_t NetsysNativeClient::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
1277 int32_t NetsysNativeClient::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
1287 int32_t NetsysNativeClient::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
1297 int32_t NetsysNativeClient::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) in FirewallSetUidRule() argument
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp545 auto chain = NetSysGetData<uint32_t>(); in FirewallSetUidsAllowedListChainFuzzTest() local
565 auto chain = NetSysGetData<uint32_t>(); in FirewallSetUidsDeniedListChainFuzzTest() local
584 int32_t chain = NetSysGetData<int32_t>(); in FirewallSetUidRuleFuzzTest() local
871 uint32_t chain = NetSysGetData<uint32_t>(); in FirewallEnableChainFuzzTest() local
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp591 int32_t NetsysNativeService::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
597 int32_t NetsysNativeService::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
603 int32_t NetsysNativeService::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
609 int32_t NetsysNativeService::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, in FirewallSetUidRule() argument
H A Dnetsys_native_service_stub.cpp1250 uint32_t chain = data.ReadUint32(); in CmdFirewallSetUidsAllowedListChain() local
1266 uint32_t chain = data.ReadUint32(); in CmdFirewallSetUidsDeniedListChain() local
1282 uint32_t chain = data.ReadUint32(); in CmdFirewallEnableChain() local
1292 uint32_t chain = (unsigned)data.ReadUint32(); in CmdFirewallSetUidRule() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1605 int32_t NetsysNativeServiceProxy::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
1645 int32_t NetsysNativeServiceProxy::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
1685 int32_t NetsysNativeServiceProxy::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
1717 int32_t NetsysNativeServiceProxy::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, in FirewallSetUidRule() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp449 int32_t NetManagerNative::FirewallSetUidsAllowedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsAllowedListChain() argument
455 int32_t NetManagerNative::FirewallSetUidsDeniedListChain(uint32_t chain, const std::vector<uint32_t> &uids) in FirewallSetUidsDeniedListChain() argument
461 int32_t NetManagerNative::FirewallEnableChain(uint32_t chain, bool enable) in FirewallEnableChain() argument
467 int32_t NetManagerNative::FirewallSetUidRule(uint32_t chain, const std::vector<uint32_t> &uids, uint32_t firewallRule) in FirewallSetUidRule() argument
/third_party/elfutils/src/
H A Dstrip.c2294 Elf32_Word *chain = bucket + nbucket; in handle_elf() local
2355 Elf64_Xword *chain = bucket + nbucket; in handle_elf() local
[all...]
/third_party/mbedtls/library/
H A Dx509_crt.c1311 static int mbedtls_x509_crt_parse_der_internal(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_internal() argument
1364 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() argument
1371 int mbedtls_x509_crt_parse_der_with_ext_cb(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_with_ext_cb() argument
1381 mbedtls_x509_crt_parse_der(mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen) mbedtls_x509_crt_parse_der() argument
1392 mbedtls_x509_crt_parse(mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen) mbedtls_x509_crt_parse() argument
1506 mbedtls_x509_crt_parse_file(mbedtls_x509_crt *chain, const char *path) mbedtls_x509_crt_parse_file() argument
1523 mbedtls_x509_crt_parse_path(mbedtls_x509_crt *chain, const char *path) mbedtls_x509_crt_parse_path() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c167 struct vtn_access_chain *chain; in vtn_access_chain_create() local
481 struct vtn_access_chain chain = { vtn_pointer_to_deref() local
585 struct vtn_access_chain chain = { vtn_pointer_to_descriptor() local
674 struct vtn_access_chain chain = { _vtn_variable_load_store() local
743 struct vtn_access_chain chain = { _vtn_variable_copy() local
1715 struct vtn_access_chain chain = { vtn_pointer_to_ssa() local
2443 struct vtn_access_chain *chain = vtn_access_chain_create(b, count - 4); vtn_handle_variables() local
2619 struct vtn_access_chain chain = { vtn_handle_variables() local
2638 struct vtn_access_chain chain = { vtn_handle_variables() local
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c969 _x11_swapchain_result(struct x11_swapchain *chain, VkResult result, in _x11_swapchain_result() argument
1013 struct x11_swapchain *chain = (struct x11_swapchain *)wsi_chain; x11_get_wsi_image() local
1021 x11_handle_dri3_present_event(struct x11_swapchain *chain, xcb_present_generic_event_t *event) x11_handle_dri3_present_event() argument
1114 x11_acquire_next_image_poll_x11(struct x11_swapchain *chain, uint32_t *image_index, uint64_t timeout) x11_acquire_next_image_poll_x11() argument
1183 x11_acquire_next_image_from_queue(struct x11_swapchain *chain, uint32_t *image_index_out, uint64_t timeout) x11_acquire_next_image_from_queue() argument
1213 x11_present_to_x11_dri3(struct x11_swapchain *chain, uint32_t image_index, uint64_t target_msc) x11_present_to_x11_dri3() argument
1293 x11_present_to_x11_sw(struct x11_swapchain *chain, uint32_t image_index, uint64_t target_msc) x11_present_to_x11_sw() argument
1344 x11_present_to_x11(struct x11_swapchain *chain, uint32_t image_index, uint64_t target_msc) x11_present_to_x11() argument
1363 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; x11_acquire_next_image() local
1416 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; x11_queue_present() local
1486 x11_driver_owned_images(const struct x11_swapchain *chain) x11_driver_owned_images() argument
1509 struct x11_swapchain *chain = state; x11_manage_fifo_queues() local
1639 x11_image_init(VkDevice device_h, struct x11_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks* pAllocator, struct x11_image *image) x11_image_init() argument
1775 x11_image_finish(struct x11_swapchain *chain, const VkAllocationCallbacks* pAllocator, struct x11_image *image) x11_image_finish() argument
1881 struct x11_swapchain *chain = (struct x11_swapchain *)anv_chain; x11_swapchain_destroy() local
1952 struct x11_swapchain *chain; x11_surface_create_swapchain() local
[all...]
H A Dwsi_common.c270 wsi_swapchain_init(const struct wsi_device *wsi, struct wsi_swapchain *chain, VkDevice _device, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks *pAllocator, bool use_buffer_blit) wsi_swapchain_init() argument
384 wsi_swapchain_finish(struct wsi_swapchain *chain) wsi_swapchain_finish() argument
413 wsi_configure_image(const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, VkExternalMemoryHandleTypeFlags handle_types, struct wsi_image_info *info) wsi_configure_image() argument
515 wsi_destroy_image_info(const struct wsi_swapchain *chain, struct wsi_image_info *info) wsi_destroy_image_info() argument
525 wsi_create_image(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_image() argument
566 wsi_destroy_image(const struct wsi_swapchain *chain, struct wsi_image *image) wsi_destroy_image() argument
887 wsi_signal_semaphore_for_image(struct vk_device *device, const struct wsi_swapchain *chain, const struct wsi_image *image, VkSemaphore _semaphore) wsi_signal_semaphore_for_image() argument
919 wsi_signal_fence_for_image(struct vk_device *device, const struct wsi_swapchain *chain, const struct wsi_image *image, VkFence _fence) wsi_signal_fence_for_image() argument
1337 wsi_create_buffer_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image, VkExternalMemoryHandleTypeFlags handle_types, bool implicit_sync) wsi_create_buffer_image_mem() argument
1447 wsi_finish_create_buffer_image(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_finish_create_buffer_image() argument
1548 wsi_configure_buffer_image(UNUSED const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, uint32_t stride_align, uint32_t size_align, struct wsi_image_info *info) wsi_configure_buffer_image() argument
1586 wsi_create_cpu_linear_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_cpu_linear_image_mem() argument
1651 wsi_create_cpu_buffer_image_mem(const struct wsi_swapchain *chain, const struct wsi_image_info *info, struct wsi_image *image) wsi_create_cpu_buffer_image_mem() argument
1671 wsi_configure_cpu_image(const struct wsi_swapchain *chain, const VkSwapchainCreateInfoKHR *pCreateInfo, uint8_t *(alloc_shm)(struct wsi_image *image, unsigned size), struct wsi_image_info *info) wsi_configure_cpu_image() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1345 int chain = GetNextEntry(entry); in SmallOrderedHashTableVerify() local
/third_party/node/deps/openssl/openssl/apps/
H A Dpkcs12.c162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
996 get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) *untrusted_certs, STACK_OF(X509) **chain) get_cert_chain() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c151 set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, STACK_OF(X509) *chain, int build_chain) set_cert_key_stuff() argument
[all...]
/third_party/openssl/apps/lib/
H A Ds_cb.c151 set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key, STACK_OF(X509) *chain, int build_chain) set_cert_key_stuff() argument
[all...]
/third_party/openssl/apps/
H A Dpkcs12.c162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
1000 get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) *untrusted_certs, STACK_OF(X509) **chain) get_cert_chain() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py30 from itertools import chain namespace
H A Dohos_gen_framework.py32 from itertools import chain namespace

Completed in 63 milliseconds

123456789