Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsm3-hmac.c25 static const struct crypto_mac_ops sm3_hmac_ops; variable
29 assert(ctx && ctx->ops == &sm3_hmac_ops); in to_hmac_ctx()
91 static const struct crypto_mac_ops sm3_hmac_ops = { variable
107 c->mac_ctx.ops = &sm3_hmac_ops; in crypto_hmac_sm3_alloc_ctx()