crypto_extra.h
Go to the documentation of this file.
1 
11 /*
12  * Copyright The Mbed TLS Contributors
13  * Copyright 2024, Texas Instruments Incorporated
14  * SPDX-License-Identifier: Apache-2.0
15  *
16  * Licensed under the Apache License, Version 2.0 (the "License"); you may
17  * not use this file except in compliance with the License.
18  * You may obtain a copy of the License at
19  *
20  * http://www.apache.org/licenses/LICENSE-2.0
21  *
22  * Unless required by applicable law or agreed to in writing, software
23  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
24  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25  * See the License for the specific language governing permissions and
26  * limitations under the License.
27  *
28  * Modified for Texas Instruments vendor-specific definitions.
29  */
30 
31 #ifndef PSA_CRYPTO_EXTRA_H
32 #define PSA_CRYPTO_EXTRA_H
33 
34 /* clang-format off */
35 
36 #include "crypto_types.h"
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
49 #define PSA_KEY_TYPE_DSA_PUBLIC_KEY ((psa_key_type_t)0x4002U)
50 
67 #define PSA_KEY_TYPE_DSA_KEY_PAIR ((psa_key_type_t)0x7002U)
68 
69 #ifdef __cplusplus
70 }
71 #endif
72 
73 #endif /* PSA_CRYPTO_EXTRA_H */
PSA cryptography module: type aliases.
© Copyright 1995-2026, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale