Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dxts.c26 static const struct crypto_cipher_ops ltc_xts_ops; variable
30 assert(ctx && ctx->ops == &ltc_xts_ops); in to_xts_ctx()
105 static const struct crypto_cipher_ops ltc_xts_ops = { variable
125 c->ctx.ops = &ltc_xts_ops; in crypto_aes_xts_alloc_ctx()