Searched defs:hashctx (Results 1 – 1 of 1) sorted by relevance
15 struct hashctx { struct16 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