Home
last modified time | relevance | path

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

/optee_os/core/pta/rockchip/
H A Drk_secure_boot.c162 uint32_t old_hash[ROCKCHIP_OTP_RSA_HASH_SIZE] = {}; in burn_hash() local
188 res = rockchip_otp_read_secure(old_hash, in burn_hash()
193 if (memcmp(old_hash, new_hash, sizeof(new_hash))) { in burn_hash()
197 otp_to_string(old_hash, str, sizeof(str))); in burn_hash()