Searched refs:pHashUserCtx (Results 1 – 3 of 3) sorted by relevance
35 static psa_status_t hash_update(cc3xx_hash_operation_t *pHashUserCtx, in hash_update() argument41 HashContext_t *ctx_ptr = &(pHashUserCtx->ctx); in hash_update()80 rc = ProcessHashDrv(pHashUserCtx, &inBuffInfo, in hash_update()101 rc = ProcessHashDrv(pHashUserCtx, &inBuffInfo, bytesToAdd); in hash_update()
15 uint32_t mbedtls_hashUpdate(void *pHashUserCtx,
22 static uint32_t mbedtls_hashUpdate(void *pHashUserCtx, in mbedtls_hashUpdate() argument32 pHashCtx = (HashContext_t *)pHashUserCtx; in mbedtls_hashUpdate()