Home
last modified time | relevance | path

Searched refs:raw_data (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_common.c1111 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 Dhi_comm_hdmi_adapt.h72 hi_cec_raw_data raw_data; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_edid.h495 hi_s32 drv_hdmi_edid_raw_get(hdmi_edid_info *edid_info, hi_u8 *raw_data, hi_u32 len);
H A Ddrv_hdmi_common.h743 hdmi_cec_raw_data raw_data; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dvideodev2.h1570 __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 Dvideodev2.h1570 __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 Ddhd_config.c566 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 Ddhd_pcie.c2451 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