Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c786 uint32_t previous_phase = 0; in stm32_cryp_update_assodata() local
794 previous_phase = (ctx->cr & _CRYP_CR_GCM_CCMPH_MSK) >> in stm32_cryp_update_assodata()
797 switch (previous_phase) { in stm32_cryp_update_assodata()
882 uint32_t previous_phase = 0; in stm32_cryp_update_load() local
889 previous_phase = (ctx->cr & _CRYP_CR_GCM_CCMPH_MSK) >> in stm32_cryp_update_load()
892 switch (previous_phase) { in stm32_cryp_update_load()
1012 uint32_t previous_phase = 0; in stm32_cryp_final() local
1016 previous_phase = (ctx->cr & _CRYP_CR_GCM_CCMPH_MSK) >> in stm32_cryp_final()
1019 switch (previous_phase) { in stm32_cryp_final()
H A Dstm32_saes.c705 uint32_t previous_phase = 0; in stm32_saes_update_assodata() local
716 previous_phase = (ctx->cr & _SAES_CR_GCMPH_MASK) >> in stm32_saes_update_assodata()
719 switch (previous_phase) { in stm32_saes_update_assodata()
814 uint32_t previous_phase = 0; in stm32_saes_update_load() local
825 previous_phase = ((ctx->cr & _SAES_CR_GCMPH_MASK) >> in stm32_saes_update_load()
828 switch (previous_phase) { in stm32_saes_update_load()
918 uint32_t previous_phase = 0; in stm32_saes_final() local
925 previous_phase = (ctx->cr & _SAES_CR_GCMPH_MASK) >> in stm32_saes_final()
928 switch (previous_phase) { in stm32_saes_final()