Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Daes_ecb.c29 static struct mbed_aes_ecb_ctx *to_aes_ecb_ctx(struct crypto_cipher_ctx *ctx) in to_aes_ecb_ctx() function
44 struct mbed_aes_ecb_ctx *c = to_aes_ecb_ctx(ctx); in mbed_aes_ecb_init()
70 struct mbed_aes_ecb_ctx *c = to_aes_ecb_ctx(ctx); in mbed_aes_ecb_update()
88 mbedtls_aes_free(&to_aes_ecb_ctx(ctx)->aes_ctx); in mbed_aes_ecb_final()
93 free(to_aes_ecb_ctx(ctx)); in mbed_aes_ecb_free_ctx()
99 struct mbed_aes_ecb_ctx *src = to_aes_ecb_ctx(src_ctx); in mbed_aes_ecb_copy_state()
100 struct mbed_aes_ecb_ctx *dst = to_aes_ecb_ctx(dst_ctx); in mbed_aes_ecb_copy_state()

Completed in 2 milliseconds