Searched refs:to_des_cbc_ctx (Results 1 – 1 of 1) sorted by relevance
26 static struct mbed_des_cbc_ctx *to_des_cbc_ctx(struct crypto_cipher_ctx *ctx) in to_des_cbc_ctx() function41 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