Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.c788 uint32_t previous_phase = 0; in stm32_cryp_update_assodata() local
796 previous_phase = (ctx->cr & _CRYP_CR_GCM_CCMPH_MSK) >> in stm32_cryp_update_assodata()
799 switch (previous_phase) { in stm32_cryp_update_assodata()
884 uint32_t previous_phase = 0; in stm32_cryp_update_load() local
891 previous_phase = (ctx->cr & _CRYP_CR_GCM_CCMPH_MSK) >> in stm32_cryp_update_load()
894 switch (previous_phase) { in stm32_cryp_update_load()
1014 uint32_t previous_phase = 0; in stm32_cryp_final() local
1018 previous_phase = (ctx->cr & _CRYP_CR_GCM_CCMPH_MSK) >> in stm32_cryp_final()
1021 switch (previous_phase) { in stm32_cryp_final()

Completed in 4 milliseconds