Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/asu_driver/
H A Dasu_hash.c75 static const struct crypto_hash_ops asu_hash_ops; variable
343 static const struct crypto_hash_ops asu_hash_ops = { variable
361 assert(ctx && ctx->ops == &asu_hash_ops); in to_hash_ctx()
413 asu_hashctx->hash_ctx.ops = &asu_hash_ops; in asu_hash_ctx_allocate()