Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dauthenc.c29 struct stm32_ae_ctx { struct
48 return container_of(ctx, struct stm32_ae_ctx, a_ctx); in to_stm32_ae_ctx()
215 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dinit->ctx); in stm32_ae_initialize()
240 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dupdate->ctx); in stm32_ae_update_aad()
249 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dupdate->ctx); in stm32_ae_update_payload()
274 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dfinal->ctx); in stm32_ae_enc_final()
288 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dfinal->ctx); in stm32_ae_dec_final()
313 struct stm32_ae_ctx *c = to_stm32_ae_ctx(ctx); in stm32_ae_free()
320 struct stm32_ae_ctx *src = to_stm32_ae_ctx(src_ctx); in stm32_ae_copy_state()
321 struct stm32_ae_ctx *dst = to_stm32_ae_ctx(dst_ctx); in stm32_ae_copy_state()
[all …]

Completed in 3 milliseconds