Searched defs:hashctx (Results 1 – 3 of 3) sorted by relevance
25 struct hashctx { struct26 uint8_t key[SEC_DIGEST_MAX_KEY_SIZE];27 uint8_t iv[SEC_DIGEST_MAX_IV_SIZE];28 uint8_t out[SEC_DIGEST_MAX_MAC_SIZE];29 bool has_next;53 struct hashctx *ctx; /* Hash Context */ argument
39 struct hashctx *hashctx = NULL; in sec_hmac_do_update() local
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