Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Dcmac.c20 struct mbed_cmac_ctx { struct
28 static struct mbed_cmac_ctx *to_cmac_ctx(struct crypto_mac_ctx *ctx) in to_cmac_ctx() argument
33 return container_of(ctx, struct mbed_cmac_ctx, mac_ctx); in to_cmac_ctx()
39 struct mbed_cmac_ctx *c = to_cmac_ctx(ctx); in mbed_cmac_init()
63 struct mbed_cmac_ctx *c = to_cmac_ctx(ctx); in mbed_cmac_update()
74 struct mbed_cmac_ctx *c = to_cmac_ctx(ctx); in mbed_cmac_final()
103 struct mbed_cmac_ctx *c = to_cmac_ctx(ctx); in mbed_cmac_free_ctx()
112 struct mbed_cmac_ctx *src = to_cmac_ctx(src_ctx); in mbed_cmac_copy_state()
113 struct mbed_cmac_ctx *dst = to_cmac_ctx(dst_ctx); in mbed_cmac_copy_state()
132 struct mbed_cmac_ctx *c = NULL; in crypto_cmac_alloc_ctx()