Skip to content

Conversation

AntonZma
Copy link
Contributor

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.

@NordicBuilder NordicBuilder added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 16, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 16, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 5

Inputs:

Sources:

sdk-nrf: PR head: aa62dcd680c6541e90c997ba217aedbfc0693ab4

more details

sdk-nrf:

PR head: aa62dcd680c6541e90c997ba217aedbfc0693ab4
merge base: d8d268bb10f2e326460e1e08f9847abbf7985455
target head (main): a260683cb5829790aa5a3c0955095b4deee9ce35
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (67)
subsys
│  ├── nrf_security
│  │  ├── src
│  │  │  ├── drivers
│  │  │  │  ├── cracen
│  │  │  │  │  ├── cracen_sw
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── cracen_sw_aes_ctr.h
│  │  │  │  │  │  │  │ cracen_sw_mac_cmac.h
│  │  │  │  │  ├── cracenpsa
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── cracen_psa.h
│  │  │  │  │  │  │  ├── cracen_psa_ecdsa.h
│  │  │  │  │  │  │  │ cracen_psa_primitives.h
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── asymmetric.c
│  │  │  │  │  │  │  ├── common.c
│  │  │  │  │  │  │  ├── common.h
│  │  │  │  │  │  │  ├── coprime_check.c
│  │  │  │  │  │  │  ├── coprime_check.h
│  │  │  │  │  │  │  ├── ctr_drbg.c
│  │  │  │  │  │  │  ├── ecc.h
│  │  │  │  │  │  │  ├── hash.c
│  │  │  │  │  │  │  ├── hmac.h
│  │  │  │  │  │  │  ├── jpake.c
│  │  │  │  │  │  │  ├── key_derivation.c
│  │  │  │  │  │  │  ├── mem_helpers.c
│  │  │  │  │  │  │  ├── platform_keys
│  │  │  │  │  │  │  │  │ platform_keys.c
│  │  │  │  │  │  │  ├── rsa_key.h
│  │  │  │  │  │  │  ├── sign.c
│  │  │  │  │  │  │  ├── spake2p.c
│  │  │  │  │  │  │  │ srp.c
│  │  │  │  │  ├── silexpk
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── silexpk
│  │  │  │  │  │  │  │  ├── core.h
│  │  │  │  │  │  │  │  ├── ec_curves.h
│  │  │  │  │  │  │  │  ├── ed25519.h
│  │  │  │  │  │  │  │  ├── ed448.h
│  │  │  │  │  │  │  │  ├── iomem.h
│  │  │  │  │  │  │  │  ├── montgomery.h
│  │  │  │  │  │  │  │  ├── sxbuf
│  │  │  │  │  │  │  │  │  │ sxbufop.h
│  │  │  │  │  │  │  │  ├── sxops
│  │  │  │  │  │  │  │  │  ├── adapter.h
│  │  │  │  │  │  │  │  │  ├── ecjpake.h
│  │  │  │  │  │  │  │  │  ├── impl.h
│  │  │  │  │  │  │  │  │  ├── rsa.h
│  │  │  │  │  │  │  │  │  │ srp.h
│  │  │  │  │  │  ├── interface
│  │  │  │  │  │  │  ├── sxbuf
│  │  │  │  │  │  │  │  │ sxbufops.c
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── ed25519.c
│  │  │  │  │  │  │  ├── ed448.c
│  │  │  │  │  │  │  ├── iomem.c
│  │  │  │  │  │  │  │ montgomery.c
│  │  │  │  │  │  ├── target
│  │  │  │  │  │  │  ├── baremetal_ba414e_with_ik
│  │  │  │  │  │  │  │  ├── internal.h
│  │  │  │  │  │  │  │  │ pk_baremetal.c
│  │  │  │  │  │  │  ├── hw
│  │  │  │  │  │  │  │  ├── ba414
│  │  │  │  │  │  │  │  │  ├── ec_curves.c
│  │  │  │  │  │  │  │  │  │ pkhardware_ba414e.c
│  │  │  │  │  │  │  │  ├── ik
│  │  │  │  │  │  │  │  │  │ ikhardware.c
│  │  │  │  │  ├── sxsymcrypt
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── sxsymcrypt
│  │  │  │  │  │  │  │  ├── aead.h
│  │  │  │  │  │  │  │  ├── aes.h
│  │  │  │  │  │  │  │  ├── blkcipher.h
│  │  │  │  │  │  │  │  ├── chachapoly.h
│  │  │  │  │  │  │  │  ├── hash.h
│  │  │  │  │  │  │  │  ├── hashdefs.h
│  │  │  │  │  │  │  │  ├── internal.h
│  │  │  │  │  │  │  │  ├── keyref.h
│  │  │  │  │  │  │  │  ├── mac.h
│  │  │  │  │  │  │  │  ├── memdiff.h
│  │  │  │  │  │  │  │  │ trng.h
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── aead.c
│  │  │  │  │  │  │  ├── aeaddefs.h
│  │  │  │  │  │  │  ├── blkcipher.c
│  │  │  │  │  │  │  ├── blkcipherdefs.h
│  │  │  │  │  │  │  ├── chachapoly.c
│  │  │  │  │  │  │  ├── cmdma.c
│  │  │  │  │  │  │  ├── cmdma.h
│  │  │  │  │  │  │  ├── hash.c
│  │  │  │  │  │  │  ├── keyref.c
│  │  │  │  │  │  │  ├── mac.c
│  │  │  │  │  │  │  ├── sha3.c
│  │  │  │  │  │  │  │ trng.c

Outputs:

Toolchain

Version: 46667c6630
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:46667c6630_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 31
  • ❌ Integration tests
    • ❌ test_ble_nrf_config
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-tfm
    • ✅ test-sdk-find-my
    • ✅ test-sdk-mcuboot
    • ✅ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

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]>
@AntonZma AntonZma force-pushed the cracen-conv-buffer-types branch from 3b1d331 to aa62dcd Compare October 17, 2025 08:21
@AntonZma AntonZma marked this pull request as ready for review October 17, 2025 11:20
@AntonZma AntonZma requested a review from a team as a code owner October 17, 2025 11:20
@AntonZma AntonZma removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants