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 095b6b3 commit 65ee796Copy full SHA for 65ee796
subsys/nrf_security/src/drivers/cracen/cracenpsa/src/platform_keys/platform_keys.c
@@ -610,7 +610,7 @@ psa_status_t cracen_platform_keys_provision(const psa_key_attributes_t *attribut
610
key.sicr.bits = psa_get_key_bits(attributes);
611
612
/* Generate the 4 first bytes of the nonce, the rest are padded with zeros */
613
- status = cracen_generate_random(NULL, (uint8_t *)key.sicr.nonce, sizeof(key.sicr.nonce[0]));
+ status = cracen_get_random(NULL, (uint8_t *)key.sicr.nonce, sizeof(key.sicr.nonce[0]));
614
if (status != PSA_SUCCESS) {
615
return status;
616
}
0 commit comments