Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_stm32_priv.h31 struct crypto_stm32_session { struct
44 ((struct crypto_stm32_session *const)(ctx)->drv_sessn_state) argument
Dcrypto_stm32.c48 struct crypto_stm32_session crypto_stm32_sessions[CRYPTO_MAX_SESSION];
120 struct crypto_stm32_session *session = CRYPTO_STM32_SESSN(ctx); in do_aes()
215 struct crypto_stm32_session *session = CRYPTO_STM32_SESSN(ctx); in crypto_stm32_cbc_encrypt()
242 struct crypto_stm32_session *session = CRYPTO_STM32_SESSN(ctx); in crypto_stm32_cbc_decrypt()
267 struct crypto_stm32_session *session = CRYPTO_STM32_SESSN(ctx); in crypto_stm32_ctr_encrypt()
290 struct crypto_stm32_session *session = CRYPTO_STM32_SESSN(ctx); in crypto_stm32_ctr_decrypt()
334 struct crypto_stm32_session *session; in crypto_stm32_session_setup()
482 struct crypto_stm32_session *session = CRYPTO_STM32_SESSN(ctx); in crypto_stm32_session_free()