SMP main module. More...
#include "sec_api.h"
#include "wsf_timer.h"
#include "l2c_api.h"
#include "dm_api.h"
#include "smp_api.h"
Go to the source code of this file.
Data Structures | |
union | smpScratch_t |
struct | smpDataMsg_t |
union | smpMsg_t |
struct | smpScLtk_t |
struct | smpScPubKey_t |
struct | smpScScratch_t |
struct | smpScCcb_t |
struct | smpCcb_t |
struct | smpSmIf_t |
struct | smpCb_t |
Enumerations |
SMP main module.
Copyright (c) 2010-2019 Arm Ltd. All Rights Reserved.
Copyright (c) 2019-2020 Packetcraft, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file smp_main.h.
anonymous enum |
smpi_sm state machine states
Definition at line 68 of file smp_main.h.
anonymous enum |
smpr_sm state machine states
Definition at line 87 of file smp_main.h.
anonymous enum |
smpi_sc_sm state machine states
Definition at line 107 of file smp_main.h.
anonymous enum |
smpr_sc_sm state machine states
Definition at line 155 of file smp_main.h.