Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/aspeed/
H A Dhace_ast2600.c42 struct ast2600_hace_ctx { struct
91 struct ast2600_hace_ctx *hctx = NULL; in ast2600_hace_process()
95 hctx = container_of(ctx, struct ast2600_hace_ctx, hash_ctx); in ast2600_hace_process()
137 struct ast2600_hace_ctx *hctx = NULL; in ast2600_hace_init()
139 hctx = container_of(ctx, struct ast2600_hace_ctx, hash_ctx); in ast2600_hace_init()
173 struct ast2600_hace_ctx *hctx = NULL; in ast2600_hace_update()
178 hctx = container_of(ctx, struct ast2600_hace_ctx, hash_ctx); in ast2600_hace_update()
225 struct ast2600_hace_ctx *hctx = NULL; in ast2600_hace_final()
228 hctx = container_of(ctx, struct ast2600_hace_ctx, hash_ctx); in ast2600_hace_final()
293 struct ast2600_hace_ctx *hctx = NULL; in ast2600_hace_free()
[all …]