MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
mccibootloader_checkstorageimage.c File Reference
#include "mcci_bootloader.h"
#include "mcci_bootloader_appinfo.h"
#include "mcci_bootloader_platform.h"
#include "mcci_tweetnacl_hash.h"
#include "mcci_tweetnacl_sign.h"
#include <string.h>

Go to the source code of this file.

Functions

bool McciBootloader_checkStorageImage (McciBootloaderStorageAddress_t address, McciBootloader_AppInfo_t *pIncomingAppInfo, const mcci_tweetnacl_sign_publickey_t *pPublicKey)
 

Variables

uint8_t g_McciBootloader_imageBlock [4096]
 

Function Documentation

◆ McciBootloader_checkStorageImage()

bool McciBootloader_checkStorageImage ( McciBootloaderStorageAddress_t  address,
McciBootloader_AppInfo_t *  pIncomingAppInfo,
const mcci_tweetnacl_sign_publickey_t *  pPublicKey 
)

Variable Documentation

◆ g_McciBootloader_imageBlock

uint8_t g_McciBootloader_imageBlock[4096]