Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Ddes_cbc.c26 static struct mbed_des_cbc_ctx *to_des_cbc_ctx(struct crypto_cipher_ctx *ctx) in to_des_cbc_ctx() function
41 struct mbed_des_cbc_ctx *c = to_des_cbc_ctx(ctx); in mbed_des_cbc_init()
71 struct mbed_des_cbc_ctx *c = to_des_cbc_ctx(ctx); in mbed_des_cbc_update()
82 mbedtls_des_free(&to_des_cbc_ctx(ctx)->des_ctx); in mbed_des_cbc_final()
87 free(to_des_cbc_ctx(ctx)); in mbed_des_cbc_free_ctx()
93 struct mbed_des_cbc_ctx *src = to_des_cbc_ctx(src_ctx); in mbed_des_cbc_copy_state()
94 struct mbed_des_cbc_ctx *dst = to_des_cbc_ctx(dst_ctx); in mbed_des_cbc_copy_state()

Completed in 2 milliseconds