Unverified Commit d3223ca5 authored by kladko's avatar kladko

SKALE-3067-cleanup-sgx

parent 7ec62e3c
...@@ -90,7 +90,7 @@ enclave { ...@@ -90,7 +90,7 @@ enclave {
[in, string] unsigned char* hash, [in, string] unsigned char* hash,
[out, count = SMALL_BUF_SIZE] char* sig_r, [out, count = SMALL_BUF_SIZE] char* sig_r,
[out, count = SMALL_BUF_SIZE] char* sig_s, [out, count = SMALL_BUF_SIZE] char* sig_s,
[user_check] uint8_t* sig_v, [out] uint8_t* sig_v,
int base); int base);
public void trustedSetEncryptedDkgPoly( [out] int *errStatus, public void trustedSetEncryptedDkgPoly( [out] int *errStatus,
...@@ -118,7 +118,7 @@ enclave { ...@@ -118,7 +118,7 @@ enclave {
uint64_t key_len, uint64_t key_len,
unsigned _t, unsigned _t,
int _ind, int _ind,
[user_check] int* result); [out] int* result);
public void trustedCreateBlsKey( public void trustedCreateBlsKey(
[out]int *errStatus, [out]int *errStatus,
...@@ -192,7 +192,7 @@ enclave { ...@@ -192,7 +192,7 @@ enclave {
[in, count = SMALL_BUF_SIZE] unsigned char* hash, [in, count = SMALL_BUF_SIZE] unsigned char* hash,
[out, count = SMALL_BUF_SIZE] char* sig_r, [out, count = SMALL_BUF_SIZE] char* sig_r,
[out, count = SMALL_BUF_SIZE] char* sig_s, [out, count = SMALL_BUF_SIZE] char* sig_s,
[user_check] uint8_t* sig_v, [out] uint8_t* sig_v,
int base); int base);
public void trustedEncryptKeyAES ( public void trustedEncryptKeyAES (
...@@ -258,7 +258,7 @@ enclave { ...@@ -258,7 +258,7 @@ enclave {
uint64_t key_len, uint64_t key_len,
unsigned _t, unsigned _t,
int _ind, int _ind,
[user_check] int* result); [out] int* result);
public void trustedCreateBlsKeyAES( public void trustedCreateBlsKeyAES(
[out]int *errStatus, [out]int *errStatus,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment