-
Notifications
You must be signed in to change notification settings - Fork 1.4k
nrf_security: CRACEN: Convert all buffers types to uint8_t #25088
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: aa62dcd680c6541e90c997ba217aedbfc0693ab4 more detailssdk-nrf:
Github labels
List of changed files detected by CI (67)
Outputs:ToolchainVersion: 46667c6630 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
All char arrays and pointers changed to uint8_t to make CRACEN compliant to the PSA Crypto API which uses uint8_t for all input and output operations. Ref: NCSDK-32018 Signed-off-by: Anton Zyma <[email protected]>
3b1d331
to
aa62dcd
Compare
All char arrays and pointers changed to uint8_t to make CRACEN compliant to the PSA Crypto API which uses uint8_t for all input and output operations.