Searched refs:otp_len (Results 1 – 6 of 6) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/st/common/ |
A D | stm32mp_trusted_boot.c | 33 uint32_t otp_len; in copy_hash_from_otp() local 39 if (stm32_get_otp_index(otp_name, &otp_idx, &otp_len) != 0) { in copy_hash_from_otp() 43 if (otp_len != (len * CHAR_BIT)) { in copy_hash_from_otp()
|
A D | stm32mp_dt.c | 326 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len) in dt_find_otp_name() argument 362 if (otp_len != NULL) { in dt_find_otp_name() 364 *otp_len = fdt32_to_cpu(*cuint) * CHAR_BIT; in dt_find_otp_name()
|
A D | stm32mp_common.c | 102 uint32_t *otp_len) in stm32_get_otp_index() argument 107 return dt_find_otp_name(otp_name, otp_idx, otp_len); in stm32_get_otp_index()
|
A D | stm32mp_crypto_lib.c | 505 uint32_t otp_len; in plat_get_enc_key_info() local 513 if (stm32_get_otp_index(ENCKEY_OTP, &otp_idx, &otp_len) != 0) { in plat_get_enc_key_info() 518 if (otp_len > (*key_len * CHAR_BIT)) { in plat_get_enc_key_info() 520 otp_len, *key_len * CHAR_BIT); in plat_get_enc_key_info() 524 read_len = otp_len / CHAR_BIT; in plat_get_enc_key_info()
|
/arm-trusted-firmware-2.8.0/plat/st/common/include/ |
A D | stm32mp_dt.h | 43 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len);
|
A D | stm32mp_common.h | 42 uint32_t *otp_len);
|
Completed in 13 milliseconds