Searched refs:to_aes_cbc_ctx (Results 1 – 1 of 1) sorted by relevance
30 static struct mbed_aes_cbc_ctx *to_aes_cbc_ctx(struct crypto_cipher_ctx *ctx) in to_aes_cbc_ctx() function44 struct mbed_aes_cbc_ctx *c = to_aes_cbc_ctx(ctx); in mbed_aes_cbc_init()74 struct mbed_aes_cbc_ctx *c = to_aes_cbc_ctx(ctx); in mbed_aes_cbc_update()85 mbedtls_aes_free(&to_aes_cbc_ctx(ctx)->aes_ctx); in mbed_aes_cbc_final()90 free(to_aes_cbc_ctx(ctx)); in mbed_aes_cbc_free_ctx()96 struct mbed_aes_cbc_ctx *src = to_aes_cbc_ctx(src_ctx); in mbed_aes_cbc_copy_state()97 struct mbed_aes_cbc_ctx *dst = to_aes_cbc_ctx(dst_ctx); in mbed_aes_cbc_copy_state()