Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dhash.c20 struct crypto_hash_ctx ch_ctx; member
28 return container_of(ctx, struct stm32_hash_ctx, ch_ctx); in to_stm32_hash_ctx()
109 memcpy(&dst->ch_ctx, &src->ch_ctx, sizeof(dst->ch_ctx)); in do_hash_copy_state()
172 c->ch_ctx.ops = &hash_ops; in stm32_hash_allocate()
173 *ctx = &c->ch_ctx; in stm32_hash_allocate()