blob: 62c8575b3532895582b2ee4648cd8347cdf1a1e0 [file] [log] [blame]
/* Copyright 2019 NXP
* SPDX-License-Identifier: Apache-2.0
*/
/* ************************************************************************** */
/* Includes */
/* ************************************************************************** */
#include <nxEnsure.h>
#include <string.h>
#include "ex_sss_boot.h"
#include "se05x_APDU.h"
/* ************************************************************************** */
/* Defines */
/* ************************************************************************** */
#define AES_KEY_LEN_nBYTE 0x10
#define PUT_KEYS_KEY_TYPE_CODING_AES 0x88
#define CRYPTO_KEY_CHECK_LEN 0x03
#define GP_CLA_BYTE 0x80
#define GP_INS_PUTKEY 0xD8
#define GP_P2_MULTIPLEKEYS 0x81