Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
A Dauthenc.c44 static struct stm32_ae_ctx *to_stm32_ae_ctx(struct crypto_authenc_ctx *ctx) in to_stm32_ae_ctx() function
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()

Completed in 3 milliseconds