mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-12 00:20:17 -04:00
WIP auth app
This commit is contained in:
parent
af7df7c9e8
commit
b52e57d4ea
3 changed files with 86 additions and 3 deletions
14
hw/application_fpga/fw/tk1/auth_app.h
Normal file
14
hw/application_fpga/fw/tk1/auth_app.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright (C) 2024 - Tillitis AB
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
#ifndef AUTH_APP_H
|
||||
#define AUTH_APP_H
|
||||
|
||||
#include "partition_table.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void auth_app_create(auth_metadata_t *auth_table);
|
||||
bool auth_app_authenticate(auth_metadata_t *auth_table);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue