We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5204e99 commit 7309b55Copy full SHA for 7309b55
subsys/nrf_security/src/drivers/cracen/silexpk/include/silexpk/ik.h
@@ -102,7 +102,7 @@ struct sx_pk_inops_ik_ptmult {
102
103
struct sx_pk_config_ik {
104
/** Key Bundle name */
105
- uint32_t *key_bundle;
+ const uint32_t *key_bundle;
106
107
/** Key Bundle size in 32 bit words
108
*
@@ -112,7 +112,7 @@ struct sx_pk_config_ik {
112
int key_bundle_sz;
113
114
/** Device Secret */
115
- uint32_t *device_secret;
+ const uint32_t *device_secret;
116
117
/** Device Secret size in 32 bit words
118
0 commit comments