/* * * Copyright 2018-2020 NXP * SPDX-License-Identifier: Apache-2.0 */ #ifndef SSS_EX_INC_EX_A71CH_SCP03_H_ #define SSS_EX_INC_EX_A71CH_SCP03_H_ #include #include #include "a71ch_util.h" #include "ex_sss_boot.h" #include "sm_types.h" /* ************************************************************************** */ /* Includes */ /* ************************************************************************** */ /* ************************************************************************** */ /* Defines */ /* ************************************************************************** */ /* clang-format off */ /* clang-format on */ /* ************************************************************************** */ /* Structures and Typedefs */ /* ************************************************************************** */ /* ************************************************************************** */ /* Global Variables */ /* ************************************************************************** */ /* ************************************************************************** */ /* Functions */ /* ************************************************************************** */ sss_status_t ex_a71ch_FetchRandomScp03Keys(U8 *keyEnc, U8 *keyMac, U8 *keyDek); sss_status_t ex_a71ch_SetSeScp03Keys(U8 *keyEnc, U8 *keyMac, U8 *keyDek); #endif /* SSS_EX_INC_EX_SSS_AUTH_H_ */