Searched refs:stm32_hash_ctx (Results 1 – 1 of 1) sorted by relevance
19 struct stm32_hash_ctx { struct24 static struct stm32_hash_ctx *to_stm32_hash_ctx(struct crypto_hash_ctx *ctx) in to_stm32_hash_ctx() argument28 return container_of(ctx, struct stm32_hash_ctx, ch_ctx); in to_stm32_hash_ctx()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()134 struct stm32_hash_ctx *c = NULL; in stm32_hash_allocate()