Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/core/
A Ddes_cbc.c17 struct mbed_des_cbc_ctx { struct
26 static struct mbed_des_cbc_ctx *to_des_cbc_ctx(struct crypto_cipher_ctx *ctx) in to_des_cbc_ctx() argument
30 return container_of(ctx, struct mbed_des_cbc_ctx, ctx); in to_des_cbc_ctx()
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()
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()
111 struct mbed_des_cbc_ctx *c = NULL; in crypto_des_cbc_alloc_ctx()

Completed in 2 milliseconds