Home
last modified time | relevance | path

Searched refs:psa_crypto_init (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/
Dpsa_crypto_init_stub.c14 int psa_crypto_init() in psa_crypto_init() function
/mcuboot-latest/sim/mcuboot-sys/src/
Dc.rs194 pub fn psa_crypto_init() -> u32; in psa_crypto_init() function
210 assert_eq!(unsafe { raw::psa_crypto_init() }, 0); in init_crypto()