Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Dhmac.c24 static const struct crypto_mac_ops mbed_hmac_ops; variable
28 assert(ctx && ctx->ops == &mbed_hmac_ops); in to_hmac_ctx()
98 static const struct crypto_mac_ops mbed_hmac_ops = { variable
120 c->mac_ctx.ops = &mbed_hmac_ops; in mbed_hmac_alloc_ctx()