Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
A Dstm32_cryp.h37 struct stm32_cryp_context { struct
56 TEE_Result stm32_cryp_init(struct stm32_cryp_context *ctx, bool is_decrypt, argument
60 TEE_Result stm32_cryp_update(struct stm32_cryp_context *ctx, bool last_block,
63 TEE_Result stm32_cryp_update_assodata(struct stm32_cryp_context *ctx,
65 TEE_Result stm32_cryp_update_load(struct stm32_cryp_context *ctx,
68 TEE_Result stm32_cryp_final(struct stm32_cryp_context *ctx, uint8_t *tag,
A Dstm32_cryp.c349 static void cryp_write_iv(struct stm32_cryp_context *ctx) in cryp_write_iv()
361 static void cryp_save_suspend(struct stm32_cryp_context *ctx) in cryp_save_suspend()
377 static void cryp_restore_suspend(struct stm32_cryp_context *ctx) in cryp_restore_suspend()
392 static void cryp_write_key(struct stm32_cryp_context *ctx) in cryp_write_key()
410 static TEE_Result cryp_prepare_key(struct stm32_cryp_context *ctx) in cryp_prepare_key()
443 static TEE_Result save_context(struct stm32_cryp_context *ctx) in save_context()
471 static TEE_Result restore_context(struct stm32_cryp_context *ctx) in restore_context()
511 static TEE_Result ccm_first_context(struct stm32_cryp_context *ctx) in ccm_first_context()
561 static TEE_Result do_from_init_to_phase(struct stm32_cryp_context *ctx, in do_from_init_to_phase()
778 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 5 milliseconds