Home
last modified time | relevance | path

Searched defs:crypto_hash (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.h51 struct crypto_hash { struct
52 struct crypto_hash_ctx hash_ctx; /* Crypto Hash API context */ argument
53 struct hashctx *ctx; /* Hash Context */
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c88 struct crypto_hash { struct
89 struct crypto_hash_ctx hash_ctx; /* Crypto Hash API context */ argument
105 static struct crypto_hash *to_hash_ctx(struct crypto_hash_ctx *ctx) in to_hash_ctx() argument