Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dcbc.c27 static struct ltc_cbc_ctx *to_cbc_ctx(struct crypto_cipher_ctx *ctx) in to_cbc_ctx() function
40 struct ltc_cbc_ctx *c = to_cbc_ctx(ctx); in ltc_cbc_init()
66 struct ltc_cbc_ctx *c = to_cbc_ctx(ctx); in ltc_cbc_update()
76 cbc_done(&to_cbc_ctx(ctx)->state); in ltc_cbc_final()
81 free(to_cbc_ctx(ctx)); in ltc_cbc_free_ctx()
87 struct ltc_cbc_ctx *src = to_cbc_ctx(src_ctx); in ltc_cbc_copy_state()
88 struct ltc_cbc_ctx *dst = to_cbc_ctx(dst_ctx); in ltc_cbc_copy_state()

Completed in 2 milliseconds