File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/tutorials/root_of_trust
encryption_service_milestone_one
encryption_service_milestone_three
encryption_service_milestone_two
suspicious_service_milestone_one Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
// plaintexts over UART and encrypts them, logging status over IPC back to the screen
5
5
// application.
6
6
7
- #include "libtock/tock.h"
8
7
#include <stdio.h>
9
8
#include <stdlib.h>
10
9
#include <string.h>
11
10
12
11
#include <libtock-sync/interface/console.h>
13
12
#include <libtock/kernel/ipc.h>
13
+ #include <libtock/tock.h>
14
14
15
15
#define LOG_WIDTH 32
16
16
Original file line number Diff line number Diff line change 4
4
// plaintexts over UART and encrypts them, logging status over IPC back to the screen
5
5
// application.
6
6
7
- #include "libtock/tock.h"
8
7
#include <stdio.h>
9
8
#include <stdlib.h>
10
9
#include <string.h>
11
10
12
11
#include <libtock-sync/interface/console.h>
13
12
#include <libtock/kernel/ipc.h>
13
+ #include <libtock/tock.h>
14
14
15
15
#include "oracle.h"
16
16
Original file line number Diff line number Diff line change 4
4
// plaintexts over UART and encrypts them, logging status over IPC back to the screen
5
5
// application.
6
6
7
- #include "libtock/tock.h"
8
7
#include <stdio.h>
9
8
#include <stdlib.h>
10
9
#include <string.h>
11
10
12
11
#include <libtock-sync/interface/console.h>
13
12
#include <libtock/kernel/ipc.h>
13
+ #include <libtock/tock.h>
14
14
15
15
#define LOG_WIDTH 32
16
16
Original file line number Diff line number Diff line change 3
3
// When selected by the main screen HWRoT Demo application, attempts to dump its
4
4
// own SRAM, followed by the SRAM of the encryption service application.
5
5
6
- #include "libtock/tock.h"
7
6
#include <stdio.h>
8
7
#include <stdlib.h>
9
8
#include <string.h>
10
9
11
10
#include <libtock/kernel/ipc.h>
11
+ #include <libtock/tock.h>
12
12
13
13
#define ENCRYPTION_SRAM_START 0x2000A000
14
14
#define ENCRYPTION_SRAM_END 0x2000BFFF
You can’t perform that action at this time.
0 commit comments