Move source files to src/, add Makefile, fix all build and linkage errors, etc.
This commit is contained in:
13
exosphere/src/titlekey.h
Normal file
13
exosphere/src/titlekey.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef EXOSPHERE_TITLEKEY_H
|
||||
#define EXOSPHERE_TITLEKEY_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void tkey_set_expected_label_hash(uint64_t *label_hash);
|
||||
void tkey_set_master_key_rev(unsigned int master_key_rev);
|
||||
|
||||
size_t tkey_rsa_oaep_unwrap(void *dst, size_t dst_size, void *src, size_t src_size);
|
||||
|
||||
void tkey_aes_unwrap(void *dst, size_t dst_size, const void *src, size_t src_size);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user