Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.h45 struct stm32_cryp_context { struct
64 TEE_Result stm32_cryp_init(struct stm32_cryp_context *ctx, bool is_decrypt, argument
68 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block,
71 TEE_Result stm32_cryp_update_assodata(struct stm32_cryp_context *ctx,
73 TEE_Result stm32_cryp_update_load(struct stm32_cryp_context *ctx,
76 TEE_Result stm32_cryp_final(struct stm32_cryp_context *ctx, uint8_t *tag,
A Dstm32_cryp.c354 static void cryp_write_iv(struct stm32_cryp_context *ctx) in cryp_write_iv()
366 static void cryp_save_suspend(struct stm32_cryp_context *ctx) in cryp_save_suspend()
382 static void cryp_restore_suspend(struct stm32_cryp_context *ctx) in cryp_restore_suspend()
397 static void cryp_write_key(struct stm32_cryp_context *ctx) in cryp_write_key()
415 static TEE_Result cryp_prepare_key(struct stm32_cryp_context *ctx) in cryp_prepare_key()
448 static TEE_Result save_context(struct stm32_cryp_context *ctx) in save_context()
476 static TEE_Result restore_context(struct stm32_cryp_context *ctx) in restore_context()
516 static TEE_Result ccm_first_context(struct stm32_cryp_context *ctx) in ccm_first_context()
566 static TEE_Result do_from_init_to_phase(struct stm32_cryp_context *ctx, in do_from_init_to_phase()
783 TEE_Result stm32_cryp_update_assodata(struct stm32_cryp_context *ctx, in stm32_cryp_update_assodata()
[all …]
A Dcipher.c24 struct stm32_cryp_context cryp;
A Dauthenc.c31 struct stm32_cryp_context cryp;
60 struct stm32_cryp_context ctx = { }; in stm32_ae_gcm_generate_iv()

Completed in 7 milliseconds