Skip to content

Commit 71ca697

Browse files
tomi-fontendre-nordic
authored andcommitted
nrf_security: drivers: cracen: rename blkcipher.c to cipher.c
It makes more sense this way as this is how the functions in this file are prefixed and they also support the stream cipher ChaCha20. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 78f59ce commit 71ca697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/nrf_security/src/drivers/cracen/cracenpsa/cracenpsa.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ list(APPEND cracen_driver_sources
1919
${CMAKE_CURRENT_LIST_DIR}/src/rndinrange.c
2020
${CMAKE_CURRENT_LIST_DIR}/src/ikg_signature.c
2121

22-
# Note: We always need to have blkcipher.c and ctr_drbg.c since it
22+
# Note: We always need to have cipher.c and ctr_drbg.c since it
2323
# is used directly by many Cracen drivers.
24-
${CMAKE_CURRENT_LIST_DIR}/src/blkcipher.c
24+
${CMAKE_CURRENT_LIST_DIR}/src/cipher.c
2525
${CMAKE_CURRENT_LIST_DIR}/src/ctr_drbg.c
2626
${CMAKE_CURRENT_LIST_DIR}/src/prng_pool.c
2727
)

0 commit comments

Comments
 (0)