Searched refs:ltc_cbc_ctx (Results 1 – 1 of 1) sorted by relevance
16 struct ltc_cbc_ctx { struct27 static struct ltc_cbc_ctx *to_cbc_ctx(struct crypto_cipher_ctx *ctx) in to_cbc_ctx() argument31 return container_of(ctx, struct ltc_cbc_ctx, ctx); in to_cbc_ctx()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()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()106 struct ltc_cbc_ctx *c = NULL; in ltc_cbc_alloc_ctx()
Completed in 2 milliseconds