AM62x MCU+ SDK  11.00.00
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tisci_dsmek.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2023-2025 Texas Instruments Incorporated
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  *
8  * Redistributions of source code must retain the above copyright
9  * notice, this list of conditions and the following disclaimer.
10  *
11  * Redistributions in binary form must reproduce the above copyright
12  * notice, this list of conditions and the following disclaimer in the
13  * documentation and/or other materials provided with the
14  * distribution.
15  *
16  * Neither the name of Texas Instruments Incorporated nor the names of
17  * its contributors may be used to endorse or promote products derived
18  * from this software without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31  *
32  */
53 #ifndef TISCI_DSMEK_H_
54 #define TISCI_DSMEK_H_
55 
56 #ifdef __cplusplus
57 extern "C"
58 {
59 #endif
60 
61 
62 
66 #define CRYPTO_DSMEK_KEY_LEN (32U)
67 
71 #define SA2UL_DSMEK_KEY_LEN CRYPTO_DSMEK_KEY_LEN
72 
76 #define KDF_LABEL_AND_CONTEXT_LEN_MAX 41U
77 
90  struct tisci_header hdr;
91  uint8_t instance;
92  uint8_t kdf_label_len;
93  uint8_t kdf_context_len;
95 } __attribute__((__packed__));
96 
110  struct tisci_header hdr;
111  uint8_t sa2ul_instance;
112  uint8_t kdf_label_len;
115 } __attribute__((__packed__));
116 
122  struct tisci_header hdr;
123 } __attribute__((__packed__));
124 
125 /* Alias to prevent user code build issues */
126 #define tisci_msg_sa2ul_set_dsmek_resp tisci_msg_crypto_set_dsmek_resp
127 
135  struct tisci_header hdr;
136  uint8_t instance;
137 } __attribute__((__packed__));
138 
146  struct tisci_header hdr;
147  uint8_t sa2ul_instance;
148 } __attribute__((__packed__));
149 
155  struct tisci_header hdr;
156 } __attribute__((__packed__));
157 
158 /* Alias to prevent user code build issues */
159 #define tisci_msg_sa2ul_release_dsmek_resp tisci_msg_crypto_release_dsmek_resp
160 
173  struct tisci_header hdr;
174  uint8_t instance;
175  uint8_t kdf_label_len;
178 } __attribute__((__packed__));
179 
193  struct tisci_header hdr;
194  uint8_t sa2ul_instance;
195  uint8_t kdf_label_len;
198 } __attribute__((__packed__));
199 
206  struct tisci_header hdr;
208 } __attribute__((__packed__));
209 
210 /* Alias to prevent user code build issues */
211 #define tisci_msg_sa2ul_get_dsmek_resp tisci_msg_crypto_get_dsmek_resp
212 
213 
214 #ifdef __cplusplus
215 }
216 #endif
217 
218 #endif
219 
tisci_msg_sa2ul_release_dsmek_req::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:146
tisci_msg_crypto_release_dsmek_req::instance
uint8_t instance
Definition: tisci_dsmek.h:136
tisci_msg_crypto_set_dsmek_req::instance
uint8_t instance
Definition: tisci_dsmek.h:91
KDF_LABEL_AND_CONTEXT_LEN_MAX
#define KDF_LABEL_AND_CONTEXT_LEN_MAX
key derivation label and context length
Definition: tisci_dsmek.h:76
tisci_msg_crypto_release_dsmek_resp
TISCI Response for Releasing DSMEK.
Definition: tisci_dsmek.h:154
tisci_msg_sa2ul_set_dsmek_req
TISCI Request for setting DSMEK in SA2UL registers.
Definition: tisci_dsmek.h:109
tisci_msg_sa2ul_release_dsmek_req
TISCI Request for releasing DSMEK.
Definition: tisci_dsmek.h:145
tisci_msg_crypto_get_dsmek_resp::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:206
tisci_msg_sa2ul_get_dsmek_req
TISCI Request for getting DSMEK via TISCI.
Definition: tisci_dsmek.h:192
tisci_msg_sa2ul_get_dsmek_req::sa2ul_instance
uint8_t sa2ul_instance
Definition: tisci_dsmek.h:194
tisci_msg_crypto_release_dsmek_req::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:135
tisci_msg_crypto_get_dsmek_req
TISCI Request for getting DSMEK via TISCI.
Definition: tisci_dsmek.h:172
tisci_msg_crypto_set_dsmek_req
TISCI Request for setting DSMEK in SA2UL registers.
Definition: tisci_dsmek.h:89
tisci_msg_crypto_release_dsmek_resp::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:155
tisci_msg_crypto_release_dsmek_req
TISCI Request for releasing DSMEK.
Definition: tisci_dsmek.h:134
tisci_header
Header that prefixes all TISCI messages.
Definition: tisci_protocol.h:94
tisci_msg_crypto_get_dsmek_req::instance
uint8_t instance
Definition: tisci_dsmek.h:174
tisci_msg_crypto_set_dsmek_req::kdf_label_and_context
uint8_t kdf_label_and_context[KDF_LABEL_AND_CONTEXT_LEN_MAX]
Definition: tisci_dsmek.h:94
tisci_msg_crypto_get_dsmek_resp
TISCI Response for requesting DSMEK.
Definition: tisci_dsmek.h:205
tisci_msg_crypto_set_dsmek_resp::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:122
tisci_msg_crypto_get_dsmek_req::kdf_label_len
uint8_t kdf_label_len
Definition: tisci_dsmek.h:175
tisci_msg_sa2ul_get_dsmek_req::kdf_label_and_context
uint8_t kdf_label_and_context[KDF_LABEL_AND_CONTEXT_LEN_MAX]
Definition: tisci_dsmek.h:197
tisci_msg_crypto_set_dsmek_resp
TISCI Response for setting DSMEK in SA2UL registers.
Definition: tisci_dsmek.h:121
tisci_msg_crypto_get_dsmek_req::kdf_label_and_context
uint8_t kdf_label_and_context[KDF_LABEL_AND_CONTEXT_LEN_MAX]
Definition: tisci_dsmek.h:177
tisci_msg_crypto_get_dsmek_req::kdf_context_len
uint8_t kdf_context_len
Definition: tisci_dsmek.h:176
tisci_msg_sa2ul_set_dsmek_req::kdf_context_len
uint8_t kdf_context_len
Definition: tisci_dsmek.h:113
tisci_msg_crypto_get_dsmek_req::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:173
tisci_msg_sa2ul_set_dsmek_req::kdf_label_and_context
uint8_t kdf_label_and_context[KDF_LABEL_AND_CONTEXT_LEN_MAX]
Definition: tisci_dsmek.h:114
tisci_msg_sa2ul_set_dsmek_req::kdf_label_len
uint8_t kdf_label_len
Definition: tisci_dsmek.h:112
tisci_msg_crypto_set_dsmek_req::kdf_context_len
uint8_t kdf_context_len
Definition: tisci_dsmek.h:93
CRYPTO_DSMEK_KEY_LEN
#define CRYPTO_DSMEK_KEY_LEN
This file contains:
Definition: tisci_dsmek.h:66
tisci_msg_sa2ul_set_dsmek_req::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:110
tisci_msg_crypto_set_dsmek_req::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:90
tisci_msg_sa2ul_get_dsmek_req::kdf_context_len
uint8_t kdf_context_len
Definition: tisci_dsmek.h:196
tisci_msg_crypto_get_dsmek_resp::dsmek
uint8_t dsmek[CRYPTO_DSMEK_KEY_LEN]
Definition: tisci_dsmek.h:207
tisci_msg_crypto_set_dsmek_req::kdf_label_len
uint8_t kdf_label_len
Definition: tisci_dsmek.h:92
tisci_msg_sa2ul_get_dsmek_req::kdf_label_len
uint8_t kdf_label_len
Definition: tisci_dsmek.h:195
tisci_msg_sa2ul_release_dsmek_req::sa2ul_instance
uint8_t sa2ul_instance
Definition: tisci_dsmek.h:147
tisci_msg_sa2ul_get_dsmek_req::hdr
struct tisci_header hdr
Definition: tisci_dsmek.h:193
tisci_msg_sa2ul_set_dsmek_req::sa2ul_instance
uint8_t sa2ul_instance
Definition: tisci_dsmek.h:111
__attribute__
struct tisci_msg_crypto_set_dsmek_req __attribute__((__packed__))