|
@@ -3,7 +3,7 @@ enclave {
|
|
include "sgx_tcrypto.h"
|
|
include "sgx_tcrypto.h"
|
|
#define SIZEOF_UINT32_T_ARRAY
|
|
#define SIZEOF_UINT32_T_ARRAY
|
|
from "../LocalAttestationCode/LocalAttestationCode.edl" import *;
|
|
from "../LocalAttestationCode/LocalAttestationCode.edl" import *;
|
|
- from "/home/m2mazmud/mitigator/testing/intel-sgx-ssl/Linux/package/include/sgx_tsgxssl.edl" import * ;
|
|
+ from "/opt/intel/sgxssl/include/sgx_tsgxssl.edl" import * ;
|
|
trusted {
|
|
trusted {
|
|
public void calculate_sealed_keypair_size_wrapper([out, size=4] uint32_t* output_length);
|
|
public void calculate_sealed_keypair_size_wrapper([out, size=4] uint32_t* output_length);
|
|
#define SEALED_SIZE 656 // =0x300 (0x290 is the size of the sealed message when both the public(0x40) and private key(0x20) are included)
|
|
#define SEALED_SIZE 656 // =0x300 (0x290 is the size of the sealed message when both the public(0x40) and private key(0x20) are included)
|