Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Decb.c25 static const struct crypto_cipher_ops ltc_ecb_ops; variable
29 assert(ctx && ctx->ops == &ltc_ecb_ops); in to_ecb_ctx()
93 static const struct crypto_cipher_ops ltc_ecb_ops = { variable
113 c->ctx.ops = &ltc_ecb_ops; in ltc_ecb_alloc_ctx()

Completed in 3 milliseconds