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/
H A Dauthenc.c40 static struct stm32_ae_ctx *to_stm32_ae_ctx(struct crypto_authenc_ctx *ctx) in to_stm32_ae_ctx() function
211 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dinit->ctx); in stm32_ae_initialize()
236 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dupdate->ctx); in stm32_ae_update_aad()
245 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dupdate->ctx); in stm32_ae_update_payload()
270 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dfinal->ctx); in stm32_ae_enc_final()
284 struct stm32_ae_ctx *c = to_stm32_ae_ctx(dfinal->ctx); in stm32_ae_dec_final()
309 struct stm32_ae_ctx *c = to_stm32_ae_ctx(ctx); in stm32_ae_free()
316 struct stm32_ae_ctx *src = to_stm32_ae_ctx(src_ctx); in stm32_ae_copy_state()
317 struct stm32_ae_ctx *dst = to_stm32_ae_ctx(dst_ctx); in stm32_ae_copy_state()