Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c595 static TEE_Result do_from_header_to_phase(struct stm32_cryp_context *ctx, in do_from_header_to_phase() function
897 res = do_from_header_to_phase(ctx, _CRYP_CR_GCM_CCMPH_PAYLOAD); in stm32_cryp_update_load()
1024 res = do_from_header_to_phase(ctx, _CRYP_CR_GCM_CCMPH_FINAL); in stm32_cryp_final()
H A Dstm32_saes.c484 static TEE_Result do_from_header_to_phase(struct stm32_saes_context *ctx, in do_from_header_to_phase() function
833 res = do_from_header_to_phase(ctx, _SAES_CR_GCMPH_PAYLOAD); in stm32_saes_update_load()
933 res = do_from_header_to_phase(ctx, _SAES_CR_GCMPH_FINAL); in stm32_saes_final()