Home
last modified time | relevance | path

Searched refs:otp_len (Results 1 – 6 of 6) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/st/common/
A Dstm32mp_trusted_boot.c33 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 Dstm32mp_dt.c326 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 Dstm32mp_common.c102 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 Dstm32mp_crypto_lib.c505 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 Dstm32mp_dt.h43 int dt_find_otp_name(const char *name, uint32_t *otp, uint32_t *otp_len);
A Dstm32mp_common.h42 uint32_t *otp_len);

Completed in 9 milliseconds