Searched refs:read_from_input (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/common/template/ |
D | otp_flash.c | 131 static enum tfm_plat_err_t read_from_input(enum tfm_otp_element_id_t id, in read_from_input() function 177 … return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, huk), in_len, in); in tfm_plat_otp_write() 179 … return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, iak), in_len, in); in tfm_plat_otp_write() 181 … return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, iak_len), in_len, in); in tfm_plat_otp_write() 183 … return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, iak_type), in_len, in); in tfm_plat_otp_write() 185 … return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, iak_id), in_len, in); in tfm_plat_otp_write() 188 …return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, boot_seed), in_len, in); in tfm_plat_otp_write() 190 … return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, lcs), in_len, in); in tfm_plat_otp_write() 192 …return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, implementation_id), in_… in tfm_plat_otp_write() 194 … return read_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, cert_ref), in_len, in); in tfm_plat_otp_write() [all …]
|