Home
last modified time | relevance | path

Searched refs:mrenclave (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsgx.h157 * @mrenclave: SHA256-hash of the enclave contents
178 u32 mrenclave[8]; member
364 * @mrenclave: SHA256-hash of the enclave contents
376 u8 mrenclave[32]; member
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H A Dsigstruct.c196 static bool mrenclave_commit(EVP_MD_CTX *ctx, uint8_t *mrenclave) in mrenclave_commit() argument
200 if (!EVP_DigestFinal_ex(ctx, (unsigned char *)mrenclave, &size)) { in mrenclave_commit()
362 if (!mrenclave_commit(ctx, sigstruct->body.mrenclave)) in encl_measure()

Completed in 2 milliseconds