Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Dhmac.c19 struct mbed_hmac_ctx { struct
26 static struct mbed_hmac_ctx *to_hmac_ctx(struct crypto_mac_ctx *ctx) in to_hmac_ctx() argument
30 return container_of(ctx, struct mbed_hmac_ctx, mac_ctx); in to_hmac_ctx()
54 struct mbed_hmac_ctx *c = to_hmac_ctx(ctx); in mbed_hmac_final()
82 struct mbed_hmac_ctx *c = to_hmac_ctx(ctx); in mbed_hmac_free_ctx()
91 struct mbed_hmac_ctx *src = to_hmac_ctx(src_ctx); in mbed_hmac_copy_state()
92 struct mbed_hmac_ctx *dst = to_hmac_ctx(dst_ctx); in mbed_hmac_copy_state()
110 struct mbed_hmac_ctx *c = NULL; in mbed_hmac_alloc_ctx()