Searched refs:mbed_aes_ecb_ctx (Results 1 – 1 of 1) sorted by relevance
21 struct mbed_aes_ecb_ctx { struct29 static struct mbed_aes_ecb_ctx *to_aes_ecb_ctx(struct crypto_cipher_ctx *ctx) in to_aes_ecb_ctx() argument33 return container_of(ctx, struct mbed_aes_ecb_ctx, ctx); in to_aes_ecb_ctx()44 struct mbed_aes_ecb_ctx *c = to_aes_ecb_ctx(ctx); in mbed_aes_ecb_init()70 struct mbed_aes_ecb_ctx *c = to_aes_ecb_ctx(ctx); in mbed_aes_ecb_update()99 struct mbed_aes_ecb_ctx *src = to_aes_ecb_ctx(src_ctx); in mbed_aes_ecb_copy_state()100 struct mbed_aes_ecb_ctx *dst = to_aes_ecb_ctx(dst_ctx); in mbed_aes_ecb_copy_state()116 struct mbed_aes_ecb_ctx *c = NULL; in crypto_aes_ecb_alloc_ctx()