summaryrefslogtreecommitdiff
path: root/tests/tlcl_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tlcl_tests.c')
-rw-r--r--tests/tlcl_tests.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/tlcl_tests.c b/tests/tlcl_tests.c
index 00eae615..f9f990d9 100644
--- a/tests/tlcl_tests.c
+++ b/tests/tlcl_tests.c
@@ -273,7 +273,7 @@ static void ReadWriteTest(void)
/**
* Test DefineSpaceEx
*/
-void DefineSpaceExTest(void) {
+static void DefineSpaceExTest(void) {
uint8_t osap_response[] = {
0x00, 0xc4, 0x00, 0x00, 0x00, 0x36, 0x00, 0x00,
0x00, 0x00, 0x02, 0x41, 0x3d, 0xce, 0x20, 0xa2,
@@ -367,7 +367,7 @@ void DefineSpaceExTest(void) {
/**
* Test TlclInitNvAuthPolicy.
*/
-void InitNvAuthPolicyTest(void) {
+static void InitNvAuthPolicyTest(void) {
const uint8_t empty_selection_digest[] = {
0x79, 0xdd, 0xda, 0xfd, 0xc1, 0x97, 0xdc, 0xcc,
0xe9, 0x98, 0x9a, 0xee, 0xf5, 0x52, 0x89, 0xee,
@@ -798,7 +798,7 @@ static void IFXFieldUpgradeInfoTest(void)
/**
* Test ReadPubek
*/
-void ReadPubekTest(void) {
+static void ReadPubekTest(void) {
uint8_t response[] = {
0x00, 0xc4, 0x00, 0x00, 0x01, 0x3a, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03,
@@ -922,7 +922,7 @@ void ReadPubekTest(void) {
/**
* Test TakeOwnership
*/
-void TakeOwnershipTest(void) {
+static void TakeOwnershipTest(void) {
uint8_t oiap_response[] = {
0x00, 0xc4, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00,
0x00, 0x00, 0x00, 0x4c, 0x04, 0x1a, 0x18, 0xa9,
@@ -1071,7 +1071,7 @@ void TakeOwnershipTest(void) {
/**
* Test ReadDelegationFamilyTable
*/
-void ReadDelegationFamilyTableTest(void) {
+static void ReadDelegationFamilyTableTest(void) {
uint8_t response[] = {
0x00, 0xc4, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x1e, 0x00, 0x25,