Searched refs:raw_data (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
H A D | upg_common.c | 1111 hi_u8 *raw_data = HI_NULL; in upg_get_decrpt_rsa_key() local 1126 raw_data = hi_malloc(HI_MOD_ID_UPG, data_len); in upg_get_decrpt_rsa_key() 1127 if (raw_data == HI_NULL) { in upg_get_decrpt_rsa_key() 1130 ret = hi_flash_read(boot_addr + head->code_section_offset, data_len, raw_data); in upg_get_decrpt_rsa_key() 1141 ret = upg_boot_key_decrypt(raw_data, data_len, aes_iv, IV_BYTE_LEN); in upg_get_decrpt_rsa_key() 1142 if (memcpy_s(key, RSA_2048_LEN, raw_data + (ctx->rsa_key_addr - head->code_section_offset), RSA_2048_LEN) != EOK) { in upg_get_decrpt_rsa_key() 1149 upg_clear_contset(raw_data, data_len); in upg_get_decrpt_rsa_key() 1150 upg_mem_free(raw_data); in upg_get_decrpt_rsa_key() 1161 hi_u8 *raw_data = HI_NULL; in upg_get_decrpt_ecc_key() local 1176 raw_data in upg_get_decrpt_ecc_key() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/include/ |
H A D | hi_comm_hdmi_adapt.h | 72 hi_cec_raw_data raw_data;
member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_edid.h | 495 hi_s32 drv_hdmi_edid_raw_get(hdmi_edid_info *edid_info, hi_u8 *raw_data, hi_u32 len);
|
H A D | drv_hdmi_common.h | 743 hdmi_cec_raw_data raw_data; member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | videodev2.h | 1570 __u32 raw_data[32];
member 2219 * @raw_data: placeholder for future extensions and custom formats
2231 __u8 raw_data[200]; /* user-defined */
member 2242 __u8 raw_data[200]; /* user-defined */
member
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | videodev2.h | 1570 __u32 raw_data[32];
member 2219 * @raw_data: placeholder for future extensions and custom formats
2231 __u8 raw_data[200]; /* user-defined */
member 2242 __u8 raw_data[200]; /* user-defined */
member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_config.c | 566 uint32 *raw_data = NULL; in dhd_conf_get_otp() local 589 raw_data = kmalloc(cis_max_cnt, GFP_KERNEL); in dhd_conf_get_otp() 590 if (raw_data == NULL) { in dhd_conf_get_otp() 595 totlen = dhd_conf_read_otp_from_bp(sih, raw_data, cis_start_addr, cis_max_cnt); in dhd_conf_get_otp() 602 tuple = (cis_tuple_format_t *)raw_data; in dhd_conf_get_otp() 633 if(raw_data) in dhd_conf_get_otp() 634 kfree(raw_data); in dhd_conf_get_otp()
|
H A D | dhd_pcie.c | 2451 uint32 raw_data[CIS_TUPLE_MAX_COUNT]; in dhd_parse_board_information_bcm() local 2474 sizeof(uint32), &raw_data[i], TRUE) != BCME_OK) { in dhd_parse_board_information_bcm() 2480 tuple = (cis_tuple_format_t *)raw_data; in dhd_parse_board_information_bcm()
|
Completed in 38 milliseconds