MCPcopy Create free account
hub / github.com/conflow-dev/ConFlow / decrypt

Function decrypt

sgx_tf_ops/App/App.cpp:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void decrypt(unsigned long int eid,float *input, int N, float *output){
183 sgx_status_t ret = ecall_decrypt(eid, input,N,output);
184 if (ret != SGX_SUCCESS) {
185 print_error_message(ret);
186 throw ret;
187 }
188}
189
190void relu(unsigned long int eid,float *input, int N, float *output){
191

Callers

nothing calls this directly

Calls 2

ecall_decryptFunction · 0.85
print_error_messageFunction · 0.85

Tested by

no test coverage detected