Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.c474 static TEE_Result restore_context(struct stm32_cryp_context *ctx) in restore_context() function
576 res = restore_context(ctx); in do_from_init_to_phase()
600 res = restore_context(ctx); in do_from_header_to_phase()
806 res = restore_context(ctx); in stm32_cryp_update_assodata()
901 res = restore_context(ctx); in stm32_cryp_update_load()
1027 res = restore_context(ctx); in stm32_cryp_final()
1175 res = restore_context(ctx); in stm32_cryp_update()
H A Dstm32_saes.c427 static TEE_Result restore_context(struct stm32_saes_context *ctx) in restore_context() function
464 res = restore_context(ctx); in do_from_init_to_phase()
490 res = restore_context(ctx); in do_from_header_to_phase()
729 res = restore_context(ctx); in stm32_saes_update_assodata()
838 res = restore_context(ctx); in stm32_saes_update_load()
937 res = restore_context(ctx); in stm32_saes_final()
1053 res = restore_context(ctx); in stm32_saes_update()
H A Dstm32_hash.c297 static TEE_Result restore_context(struct stm32_hash_context *c) in restore_context() function
598 res = restore_context(c); in stm32_hash_update()
717 res = restore_context(c); in stm32_hash_final()