Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Decb.c16 struct ltc_ecb_ctx { struct
27 static struct ltc_ecb_ctx *to_ecb_ctx(struct crypto_cipher_ctx *ctx) in to_ecb_ctx() argument
31 return container_of(ctx, struct ltc_ecb_ctx, ctx); in to_ecb_ctx()
41 struct ltc_ecb_ctx *c = to_ecb_ctx(ctx); in ltc_ecb_init()
64 struct ltc_ecb_ctx *c = to_ecb_ctx(ctx); in ltc_ecb_update()
85 struct ltc_ecb_ctx *src = to_ecb_ctx(src_ctx); in ltc_ecb_copy_state()
86 struct ltc_ecb_ctx *dst = to_ecb_ctx(dst_ctx); in ltc_ecb_copy_state()
104 struct ltc_ecb_ctx *c = NULL; in ltc_ecb_alloc_ctx()

Completed in 2 milliseconds