Searched refs:stm32_ae_ctx (Results 1 – 1 of 1) sorted by relevance
29 struct stm32_ae_ctx { struct48 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