Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Dhash.c25 struct mbed_hash_ctx { struct
32 static struct mbed_hash_ctx *to_hash_ctx(struct crypto_hash_ctx *ctx) in to_hash_ctx() argument
36 return container_of(ctx, struct mbed_hash_ctx, hash_ctx); in to_hash_ctx()
59 struct mbed_hash_ctx *hc = to_hash_ctx(ctx); in mbed_hash_final()
86 struct mbed_hash_ctx *hc = to_hash_ctx(ctx); in mbed_hash_free_ctx()
95 struct mbed_hash_ctx *src = to_hash_ctx(src_ctx); in mbed_hash_copy_state()
96 struct mbed_hash_ctx *dst = to_hash_ctx(dst_ctx); in mbed_hash_copy_state()
114 struct mbed_hash_ctx *hc = NULL; in mbed_hash_alloc_ctx()

Completed in 2 milliseconds