Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dcbc.c25 static const struct crypto_cipher_ops ltc_cbc_ops; variable
29 assert(ctx && ctx->ops == &ltc_cbc_ops); in to_cbc_ctx()
95 static const struct crypto_cipher_ops ltc_cbc_ops = { variable
115 c->ctx.ops = &ltc_cbc_ops; in ltc_cbc_alloc_ctx()

Completed in 2 milliseconds