Home
last modified time | relevance | path

Searched refs:keys (Results 1 - 25 of 27) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_utils.py189 if option in options.keys():
198 if option in options.keys():
204 if option in options.keys():
220 if option in usr_config.keys():
222 elif option in sys_config.keys():
H A Dscons_env_cfg.py174 module_names = list(module_dir.keys())
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_utils.py189 if option in options.keys():
198 if option in options.keys():
204 if option in options.keys():
220 if option in usr_config.keys():
222 elif option in sys_config.keys():
H A Dcommon_env.py382 macro_val = list(macro_cfg.keys())
389 macro_val = list(macro_cfg.keys())
396 macro_val = list(macro_cfg.keys())
430 macro_val = list(macro_cfg.keys())
437 macro_val = list(macro_cfg.keys())
495 if module in proj_environment[env_name].keys():
H A Dhi_config_parser.py43 if key in self.marco_table.keys():
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.c280 hdcp->keys = kmalloc(HDCP_KEY_SIZE, GFP_KERNEL); in hdcp_load_keys_cb()
281 if (!hdcp->keys) { in hdcp_load_keys_cb()
287 kfree(hdcp->keys); in hdcp_load_keys_cb()
294 memset(hdcp->keys, 0, HDCP_KEY_SIZE); in hdcp_load_keys_cb()
297 memcpy(hdcp->keys, hdcp_vendor_data, HDCP_KEY_SIZE); in hdcp_load_keys_cb()
311 if (!hdcp->keys) { in dw_hdmi_hdcp_load_key()
317 hdcp_keys = hdcp->keys; in dw_hdmi_hdcp_load_key()
717 kfree(hdcp->keys); in dw_hdmi_hdcp_remove()
H A Ddw-hdmi-hdcp.h42 struct hdcp_keys *keys; member
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.c271 hdcp->keys = kmalloc(HDCP_KEY_SIZE, GFP_KERNEL); in hdcp_load_keys_cb()
272 if (!hdcp->keys) in hdcp_load_keys_cb()
277 kfree(hdcp->keys); in hdcp_load_keys_cb()
284 memset(hdcp->keys, 0, HDCP_KEY_SIZE); in hdcp_load_keys_cb()
287 memcpy(hdcp->keys, hdcp_vendor_data, HDCP_KEY_SIZE); in hdcp_load_keys_cb()
302 if (!hdcp->keys) { in dw_hdmi_hdcp_load_key()
307 hdcp_keys = hdcp->keys; in dw_hdmi_hdcp_load_key()
732 kfree(hdcp->keys); in dw_hdmi_hdcp_remove()
H A Ddw-hdmi-hdcp.h42 struct hdcp_keys *keys; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTPersistenceDefault.h31 int pstkeys(void* handle, char*** keys, int* nkeys);
H A DMQTTClientPersistence.h172 * @brief Returns the keys in this persistent data store.
176 * @param keys The address of a pointer to pointers to strings. Assuming
178 * keys (strings used to store the data with Persistence_put()). It also
179 * allocates memory to hold an array of pointers to these strings. <i>keys</i>
181 * @param nkeys A pointer to the number of keys in this persistent data store.
182 * This function sets the number of keys, if successful.
186 typedef int (*Persistence_keys)(void* handle, char*** keys, int* nkeys);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dssl_ticket.h35 * management, rotating the keys periodically in order to preserve forward
66 mbedtls_ssl_ticket_key keys[2]; /*!< ticket protection keys */ member
105 * \note The lifetime of the keys is twice the lifetime of tickets.
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.h42 struct hdcp_keys *keys; member
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Ddw-hdmi-hdcp.h42 struct hdcp_keys *keys; member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Diniparser.h147 @brief Get the number of keys in a section of a dictionary.
150 @return Number of keys in section
157 @brief Get the number of keys in a section of a dictionary.
160 @param keys Already allocated array to store the keys in
161 @return The pointer passed as `keys` argument or NULL in case of error
163 This function queries a dictionary and finds all keys in a given section.
164 The keys argument should be an array of pointers which size has been
171 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys);
334 are stored as keys wit
[all...]
H A Dmpp_list.h78 static RK_U32 keys; member in mpp_list
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Ddisplay_buffer_vdi_impl.cpp102 int32_t DisplayBufferVdiImpl::ListMetadataKeys(const BufferHandle& handle, std::vector<uint32_t>& keys) in ListMetadataKeys() argument
H A Ddisplay_buffer_vdi_impl.h45 virtual int32_t ListMetadataKeys(const BufferHandle& handle, std::vector<uint32_t>& keys) override;
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_list.h69 static unsigned int keys; member in mpp_list
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_list.h69 static RK_U32 keys; member in mpp_list
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_list.h69 static RK_U32 keys; member in mpp_list
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py316 if 'ID' in nv.attrib.keys():
359 if not grp_name in group_dics.keys():
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py316 if 'ID' in nv.attrib.keys():
359 if not grp_name in group_dics.keys():
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c1276 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_delete_batch() local
1301 if (copy_from_user(key, keys + cp * map->key_size, map->key_size)) { in generic_map_delete_batch()
1331 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_update_batch() local
1367 if (copy_from_user(key, keys + cp * map->key_size, map->key_size) || in generic_map_update_batch()
1397 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_lookup_batch() local
1465 if (copy_to_user(keys + cp * map->key_size, key, map->key_size)) { in generic_map_lookup_batch()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dprepare.py107 libs = list(lib_cfg[module_name].keys())

Completed in 17 milliseconds

12