Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/caam/hash/
A Dlocal.h15 struct hashctx { struct
16 uint32_t *descriptor; /* Job descriptor */
17 struct caamblock blockbuf; /* Temporary block buffer */
18 struct caambuf ctx; /* Hash context used by the CAAM */
19 const struct hashalg *alg; /* Reference to the algo constants */
43 TEE_Result caam_hash_hmac_init(struct hashctx *ctx); argument

Completed in 2 milliseconds