Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
A Daes_cbc.c21 struct mbed_aes_cbc_ctx { struct
30 static struct mbed_aes_cbc_ctx *to_aes_cbc_ctx(struct crypto_cipher_ctx *ctx) in to_aes_cbc_ctx() argument
34 return container_of(ctx, struct mbed_aes_cbc_ctx, ctx); in to_aes_cbc_ctx()
44 struct mbed_aes_cbc_ctx *c = to_aes_cbc_ctx(ctx); in mbed_aes_cbc_init()
74 struct mbed_aes_cbc_ctx *c = to_aes_cbc_ctx(ctx); in mbed_aes_cbc_update()
96 struct mbed_aes_cbc_ctx *src = to_aes_cbc_ctx(src_ctx); in mbed_aes_cbc_copy_state()
97 struct mbed_aes_cbc_ctx *dst = to_aes_cbc_ctx(dst_ctx); in mbed_aes_cbc_copy_state()
114 struct mbed_aes_cbc_ctx *c = NULL; in crypto_aes_cbc_alloc_ctx()

Completed in 2 milliseconds