Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Dcmac.c28 static struct mbed_cmac_ctx *to_cmac_ctx(struct crypto_mac_ctx *ctx) in to_cmac_ctx() function
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()

Completed in 9 milliseconds