BOLOS TEE
bolos.h
Go to the documentation of this file.
1 /*
2 *******************************************************************************
3 * BOLOS TEE
4 * (c) 2016 Ledger
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 ********************************************************************************/
18 
53 #include <stddef.h>
54 #include <stdbool.h>
55 
56 #define WIDE const
57 
58 #include "bolos_core.h"
59 #include "bolos_crypto_common.h"
61 #include "bolos_crypto.h"
62 #include "bolos_wrapping.h"
63 #include "bolos_attestation.h"
64 #include "bolos_endorsement.h"
65 #include "bolos_utils.h"
66 #include "bolos_wallet.h"
67 #include "bolos_ui.h"
68 
69 #include "bolos_sodium.h"
70 
71 
User Interface functions for Bolos TEE.
Common constants and structures used by the Cryptographic API.
Interface to the main Bitcoin wallet provided to third party applications.
Legacy attestation logic compatible with Ledger Wallet.
Generic Cryptographic API.
TEE HAL of the Cryptographic API.
BOLOS Input/Output for the TEE.
Bind data to a specific device, device session, and running application.
misc BOLOS utilities functions
Endorsement API used to prove code execution on a secure device.
Limited libsodium/NaCl implementation.