Searched refs:sha (Results 1 – 2 of 2) sorted by relevance
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | probeutils.c | 135 SHA256_CTX sha; in compute_key() local 136 SHA256_Init(&sha); in compute_key() 137 SHA256_Update(&sha, (unsigned char *)buf, strnlen(buf, VERSION_SIZE)); in compute_key() 138 SHA256_Update(&sha, (unsigned char *)seed, strnlen(seed, slen)); in compute_key() 139 SHA256_Final(results, &sha); in compute_key()
|
| /misc/config_tools/board_inspector/cpuparser/ |
| A D | cpuids.py | 409 …sha = cpuidfield(EBX, 29, 29, doc="Supports Intel® Secure Hash Algorithm Extensions (Intel® SHA Ex… variable in LEAF_7
|
Completed in 7 milliseconds