Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_trusted_boot.c31 static int copy_hash_from_otp(const char *otp_name, uint8_t *hash, size_t len) in copy_hash_from_otp() function
91 return copy_hash_from_otp(PKH_OTP, hash, len); in get_rotpk_hash()
126 ret = copy_hash_from_otp(PKH_OTP, otp_hash, len); in get_rotpk_hash()