Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dhash.c27 static const struct crypto_hash_ops ltc_hash_ops; variable
31 assert(ctx && ctx->ops == &ltc_hash_ops); in to_hash_ctx()
101 static const struct crypto_hash_ops ltc_hash_ops = { variable
121 ctx->ctx.ops = &ltc_hash_ops; in ltc_hash_alloc_ctx()