File tree 4 files changed +412
-0
lines changed
4 files changed +412
-0
lines changed Original file line number Diff line number Diff line change 43
43
#endif
44
44
#endif
45
45
46
+ #if defined(PSA_CRYPTO_DRIVER_SILABS_VSE )
47
+ #include "sli_cryptoacc_transparent_types.h"
48
+ #endif
49
+
46
50
#if defined(MBEDTLS_TEST_LIBTESTDRIVER1 )
47
51
#include <libtestdriver1/include/psa/crypto.h>
48
52
#endif
@@ -140,6 +144,9 @@ typedef union {
140
144
sli_se_opaque_mac_operation_t sli_se_opaque_ctx ;
141
145
#endif /* PSA_CRYPTO_DRIVER_SILABS_HSE && SLI_PSA_DRIVER_FEATURE_OPAQUE_KEYS */
142
146
#endif /* PSA_CRYPTO_DRIVER_SILABS_HSE */
147
+ #if defined(PSA_CRYPTO_DRIVER_SILABS_VSE )
148
+ sli_cryptoacc_transparent_mac_operation_t sli_cryptoacc_transparent_ctx ;
149
+ #endif /* PSA_CRYPTO_DRIVER_SILABS_VSE */
143
150
} psa_driver_mac_context_t ;
144
151
145
152
typedef union {
@@ -157,6 +164,9 @@ typedef union {
157
164
sli_se_opaque_aead_operation_t sli_se_opaque_ctx ;
158
165
#endif /* PSA_CRYPTO_DRIVER_SILABS_HSE && SLI_PSA_DRIVER_FEATURE_OPAQUE_KEYS */
159
166
#endif /* PSA_CRYPTO_DRIVER_SILABS_HSE */
167
+ #if defined(PSA_CRYPTO_DRIVER_SILABS_VSE )
168
+ sli_cryptoacc_transparent_aead_operation_t sli_cryptoacc_transparent_ctx ;
169
+ #endif /* PSA_CRYPTO_DRIVER_SILABS_VSE */
160
170
} psa_driver_aead_context_t ;
161
171
162
172
typedef union {
Original file line number Diff line number Diff line change 42
42
#endif
43
43
#endif
44
44
45
+ #if defined(PSA_CRYPTO_DRIVER_SILABS_VSE )
46
+ #include "sli_cryptoacc_transparent_types.h"
47
+ #endif
48
+
45
49
#if defined(MBEDTLS_TEST_LIBTESTDRIVER1 )
46
50
#include <libtestdriver1/include/psa/crypto.h>
47
51
#endif
@@ -109,6 +113,9 @@ typedef union {
109
113
#if defined(PSA_CRYPTO_DRIVER_SILABS_HSE )
110
114
sli_se_transparent_hash_operation_t sli_se_transparent_ctx ;
111
115
#endif /* PSA_CRYPTO_DRIVER_SILABS_HSE */
116
+ #if defined(PSA_CRYPTO_DRIVER_SILABS_VSE )
117
+ sli_cryptoacc_transparent_hash_operation_t sli_cryptoacc_transparent_ctx ;
118
+ #endif /* PSA_CRYPTO_DRIVER_SILABS_VSE */
112
119
} psa_driver_hash_context_t ;
113
120
114
121
typedef union {
@@ -127,6 +134,9 @@ typedef union {
127
134
sli_se_opaque_cipher_operation_t sli_se_opaque_ctx ;
128
135
#endif /* PSA_CRYPTO_DRIVER_SILABS_HSE && SLI_PSA_DRIVER_FEATURE_OPAQUE_KEYS */
129
136
#endif /* PSA_CRYPTO_DRIVER_SILABS_HSE */
137
+ #if defined(PSA_CRYPTO_DRIVER_SILABS_VSE )
138
+ sli_cryptoacc_transparent_cipher_operation_t sli_cryptoacc_transparent_ctx ;
139
+ #endif /* PSA_CRYPTO_DRIVER_SILABS_VSE */
130
140
} psa_driver_cipher_context_t ;
131
141
132
142
#endif /* PSA_CRYPTO_DRIVER_CONTEXTS_PRIMITIVES_H */
You can’t perform that action at this time.
0 commit comments