Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hmac.c15 return container_of(ctx, struct crypto_hmac, hmac_op); in to_hmac_ctx()
146 hash->hmac_op.ops = &hash_ops; in sec_hmac_ctx_allocate()
148 *ctx = &hash->hmac_op; in sec_hmac_ctx_allocate()
H A Dsec_hash.h61 struct crypto_mac_ctx hmac_op; /* Crypto Hash API context */ member