Searched refs:ROCKCHIP_OTP_RSA_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
33 static_assert(ROCKCHIP_OTP_RSA_HASH_SIZE == 8);84 uint32_t tmp[ROCKCHIP_OTP_RSA_HASH_SIZE] = {}; in write_hash()87 if (size != ROCKCHIP_OTP_RSA_HASH_SIZE) in write_hash()94 ROCKCHIP_OTP_RSA_HASH_SIZE); in write_hash()100 ROCKCHIP_OTP_RSA_HASH_SIZE); in write_hash()115 uint32_t hash[ROCKCHIP_OTP_RSA_HASH_SIZE] = {}; in get_info()144 ROCKCHIP_OTP_RSA_HASH_SIZE); in get_info()161 uint32_t new_hash[ROCKCHIP_OTP_RSA_HASH_SIZE] = {}; in burn_hash()162 uint32_t old_hash[ROCKCHIP_OTP_RSA_HASH_SIZE] = {}; in burn_hash()190 ROCKCHIP_OTP_RSA_HASH_SIZE); in burn_hash()[all …]
128 #define ROCKCHIP_OTP_RSA_HASH_SIZE 0x8 macro