You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nrf fromlist] mbedtls: Separate psa_crypto_init in its own SYS_INIT
-This commit adds psa_init.c that contains a SYS_INIT to enforce
early initialization of PSA crypto by calling psa_crypto_init() in
PRE_KERNEL_1, before any other users (include entropy_psa_crypto).
-This is separated from CONFIG_MBEDTLS_INIT which has a SYS_INIT that
happens in POST_KERNEL and include initializing the Mbed TLS heap
if this is enabled.
-Removing unneeded doxygen @file entry for zephyr_init.c
Signed-off-by: Frank Audun Kvamtrø <[email protected]>
(Cherry-picked from commit 7b92773a7f71e17d21fe8c8f65aebe22ad2a115b)
0 commit comments