Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dhash.c24 static struct stm32_hash_ctx *to_stm32_hash_ctx(struct crypto_hash_ctx *ctx) in to_stm32_hash_ctx() function
38 struct stm32_hash_ctx *c = to_stm32_hash_ctx(ctx); in do_hash_init()
53 struct stm32_hash_ctx *c = to_stm32_hash_ctx(ctx); in do_hash_update()
68 struct stm32_hash_ctx *c = to_stm32_hash_ctx(ctx); in do_hash_final()
91 struct stm32_hash_ctx *c = to_stm32_hash_ctx(ctx); in do_hash_free()
106 struct stm32_hash_ctx *src = to_stm32_hash_ctx(src_ctx); in do_hash_copy_state()
107 struct stm32_hash_ctx *dst = to_stm32_hash_ctx(dst_ctx); in do_hash_copy_state()