Searched refs:ltc_hash_ctx (Results 1 – 1 of 1) sorted by relevance
21 struct ltc_hash_ctx { struct29 static struct ltc_hash_ctx *to_hash_ctx(struct crypto_hash_ctx *ctx) in to_hash_ctx() argument33 return container_of(ctx, struct ltc_hash_ctx, ctx); in to_hash_ctx()38 struct ltc_hash_ctx *hc = to_hash_ctx(ctx); in ltc_hash_init()49 struct ltc_hash_ctx *hc = to_hash_ctx(ctx); in ltc_hash_update()60 struct ltc_hash_ctx *hc = to_hash_ctx(ctx); in ltc_hash_final()94 struct ltc_hash_ctx *src = to_hash_ctx(src_ctx); in ltc_hash_copy_state()95 struct ltc_hash_ctx *dst = to_hash_ctx(dst_ctx); in ltc_hash_copy_state()112 struct ltc_hash_ctx *ctx = NULL; in ltc_hash_alloc_ctx()
Completed in 2 milliseconds