Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Dintel-m10-bmc-sec-update.c111 int sha_num_bytes, i, ret, cnt = 0; in show_root_entry_hash() local
122 sha_num_bytes = FIELD_GET(REH_SHA_NUM_BYTES, magic) / 8; in show_root_entry_hash()
123 if (sha_num_bytes != REH_SHA256_SIZE && in show_root_entry_hash()
124 sha_num_bytes != REH_SHA384_SIZE) { in show_root_entry_hash()
126 sha_num_bytes); in show_root_entry_hash()
130 ret = m10bmc_sec_read(sec, hash, reh_addr, sha_num_bytes); in show_root_entry_hash()
136 for (i = 0; i < sha_num_bytes; i++) in show_root_entry_hash()