dettanym преди 5 години
родител
ревизия
1e495ca5e4
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      Include/DecryptorWrapper.h

+ 6 - 0
Include/DecryptorWrapper.h

@@ -0,0 +1,6 @@
+#include <stdint.h> 
+uint32_t process_apache_message_generate_response_wrapper(uint8_t* input_ciphertext, uint32_t input_ciphertext_plus_tag_length, uint8_t* output_ciphertext, uint32_t* output_ciphertext_plus_tag_length); 
+uint32_t decrypt_verifiers_message_set_apache_mrsigner_wrapper(uint8_t* ciphertext_plus_tag);
+uint32_t unseal_and_restore_long_term_signing_key_pair_wrapper(uint8_t* sealed_data, uint32_t* sgx_sealed_data_length);
+uint32_t create_and_encrypt_mitigator_header_H_wrapper(uint8_t* ciphertext_token_H_plus_tag); 
+uint32_t create_and_seal_long_term_signing_key_pair_wrapper(uint32_t* sealed_data_length, uint8_t* sealed_data);