Unverified Commit 8745642f authored by kladko's avatar kladko

SKALE-3067-cleanup-sgx

parent 4ec1ab86
......@@ -200,7 +200,7 @@ enclave {
[out, count = SMALL_BUF_SIZE] char* err_string,
[in, count = SMALL_BUF_SIZE] const char* key,
[out, count = SMALL_BUF_SIZE] uint8_t* encrypted_key,
[user_check] uint32_t *enc_len);
[out] uint32_t *enc_len);
public void trustedDecryptKeyAES (
[out] int *errStatus,
......@@ -213,7 +213,7 @@ enclave {
[out] int *errStatus,
[out, count = SMALL_BUF_SIZE] char* err_string,
[out, count = 3050] uint8_t* encrypted_dkg_secret,
[user_check] uint32_t * enc_len, size_t _t);
[out] uint32_t * enc_len, size_t _t);
public void trustedDecryptDkgSecretAES (
[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