Home
last modified time | relevance | path

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

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