Hi.In the sample code RemoteAttestation directory, I couldn't find the source code about creating the quote.
I think some api ,such as sgx_init_quote,sgx_create_report, sgx_get_quote etc should be used , but I can't find it in the file .
who can tell me the file name including those codes?
the url of the code :https://github.com/01org/linux-sgx/blob/master/SampleCode/RemoteAttestation
Thanks a lot.
Hi yu b:
When you call "sgx_ra_proc_msg2", what's happened?You can find what you want I "[-] ukey_exchange.cpp" and "[-] tkey_exchange.cpp".
Regards
you
链接已复制
Hi yu b:
Actually in hardware mode, PSW's QE(quoting enclave) helps to generate the "quote". The file "linux-sgx\psw\ae\qe\quoting_enclave.cpp" shows the implement. You can look into it.
Regards
you
