Loading...
Searching...
No Matches
ctap_transport.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2021 Freie Universität Berlin
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
9#pragma once
10
23
24#include <stdint.h>
25#include "mutex.h"
26#include "timex.h"
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
35#ifndef CTAP_TRANSPORT_PRIO
36#define CTAP_TRANSPORT_PRIO (THREAD_PRIORITY_MAIN - 5)
37#endif
42
43#ifdef __cplusplus
44}
45#endif
void fido2_ctap_transport_init(void)
Initialize ctap_transport layer and fido2_ctap.
Mutex for thread synchronization.
Utility library for comparing and computing timestamps.