Home
last modified time | relevance | path

Searched refs:profile_definition (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-m-3.6.0/platform/ext/common/
Dprovisioning.c40 uint8_t profile_definition[32]; variable
237 sizeof(psa_rot_prov_data.profile_definition), in provision_psa_rot()
238 psa_rot_prov_data.profile_definition); in provision_psa_rot()
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/provisioning/bundle_dm/
Ddm_provisioning_code.c91 sizeof(data.profile_definition), in do_provision()
92 data.profile_definition); in do_provision()
/trusted-firmware-m-3.6.0/platform/ext/target/arm/mps3/common/provisioning/
Dprovisioning_code.c131 sizeof(data.psa_rot_prov_data.profile_definition), in do_provision()
132 data.psa_rot_prov_data.profile_definition); in do_provision()
Dprovisioning_bundle.h37 uint8_t profile_definition[32]; variable
/trusted-firmware-m-3.6.0/platform/ext/accelerator/cc312/
Dotp_cc312.c227 uint8_t profile_definition[32]; variable
503 err = verify_zero_bits_count(otp->profile_definition, in check_keys_for_tampering()
504 sizeof(otp->profile_definition), in check_keys_for_tampering()
691 return otp_read(otp->profile_definition, in tfm_plat_otp_read()
692 sizeof(otp->profile_definition), out_len, out); in tfm_plat_otp_read()
925 return otp_write(otp->profile_definition, in tfm_plat_otp_write()
926 sizeof(otp->profile_definition), in_len, in tfm_plat_otp_write()
1060 *size = sizeof(otp->profile_definition); in tfm_plat_otp_get_size()
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/hal/provision/
Dotp_provision.c107 .profile_definition ="PSA_IOT_PROFILE_1",
/trusted-firmware-m-3.6.0/platform/ext/common/template/
Dflash_otp_nv_counters_backend.h37 uint8_t profile_definition[32]; variable
Dotp_flash.c75 …rite_to_output(id, offsetof(struct flash_otp_nv_counters_region_t, profile_definition), out_len, o… in tfm_plat_otp_read()
198 …ead_from_input(id, offsetof(struct flash_otp_nv_counters_region_t, profile_definition), in_len, in… in tfm_plat_otp_write()
298 *size = sizeof(((struct flash_otp_nv_counters_region_t*)0)->profile_definition); in tfm_plat_otp_get_size()
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/provisioning/bundle_common/
Drss_provisioning_bundle.h69 uint8_t profile_definition[32]; member
/trusted-firmware-m-3.6.0/platform/ext/target/arm/rss/common/
Dotp_lcm.c67 uint32_t profile_definition[8]; variable
124 [PLAT_OTP_ID_PROFILE_DEFINITION] = USER_AREA_OFFSET(dm_locked.profile_definition),
228 [PLAT_OTP_ID_PROFILE_DEFINITION] = USER_AREA_SIZE(dm_locked.profile_definition),