Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c564 static TEE_Result do_from_init_to_phase(struct stm32_cryp_context *ctx, in do_from_init_to_phase() function
799 res = do_from_init_to_phase(ctx, _CRYP_CR_GCM_CCMPH_HEADER); in stm32_cryp_update_assodata()
894 res = do_from_init_to_phase(ctx, _CRYP_CR_GCM_CCMPH_PAYLOAD); in stm32_cryp_update_load()
1021 res = do_from_init_to_phase(ctx, _CRYP_CR_GCM_CCMPH_FINAL); in stm32_cryp_final()
H A Dstm32_saes.c458 static TEE_Result do_from_init_to_phase(struct stm32_saes_context *ctx, in do_from_init_to_phase() function
721 res = do_from_init_to_phase(ctx, _SAES_CR_GCMPH_HEADER); in stm32_saes_update_assodata()
830 res = do_from_init_to_phase(ctx, _SAES_CR_GCMPH_PAYLOAD); in stm32_saes_update_load()
930 res = do_from_init_to_phase(ctx, _SAES_CR_GCMPH_FINAL); in stm32_saes_final()