Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dhmac.c17 static const struct crypto_mac_ops hmac_ops; variable
28 assert(ctx && ctx->ops == &hmac_ops); in to_stm32_hmac_ctx()
157 static const struct crypto_mac_ops hmac_ops = { variable
212 c->mac_ctx.ops = &hmac_ops; in stm32_hmac_allocate()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash_mac.c30 static const struct crypto_mac_ops hmac_ops; variable
54 assert(ctx && ctx->ops == &hmac_ops); in to_mac_ctx()
275 static const struct crypto_mac_ops hmac_ops = { variable
315 mac->mac_ctx.ops = &hmac_ops; in caam_hmac_allocate()