Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/fpga/
Dintel-m10-bmc-sec-update.c39 int sha_num_bytes, i, ret, cnt = 0; in show_root_entry_hash() local
52 sha_num_bytes = FIELD_GET(REH_SHA_NUM_BYTES, magic) / 8; in show_root_entry_hash()
53 if ((sha_num_bytes % stride) || in show_root_entry_hash()
54 (sha_num_bytes != REH_SHA256_SIZE && in show_root_entry_hash()
55 sha_num_bytes != REH_SHA384_SIZE)) { in show_root_entry_hash()
57 sha_num_bytes); in show_root_entry_hash()
62 hash, sha_num_bytes / stride); in show_root_entry_hash()
65 reh_addr, sha_num_bytes / stride, ret); in show_root_entry_hash()
69 for (i = 0; i < sha_num_bytes; i++) in show_root_entry_hash()