Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_stm32.c48 struct crypto_stm32_session crypto_stm32_sessions[CRYPTO_MAX_SESSION]; variable
315 if (!crypto_stm32_sessions[i].in_use) { in crypto_stm32_get_unused_session_index()
316 crypto_stm32_sessions[i].in_use = true; in crypto_stm32_get_unused_session_index()
379 session = &crypto_stm32_sessions[ctx_idx]; in crypto_stm32_session_setup()
490 if (crypto_stm32_sessions[i].in_use) { in crypto_stm32_session_free()