Lines Matching defs:pDataIntegrityCrcs
579 dc_integrity_crc_fw_t *pDataIntegrityCrcs = NULL;
828 pDataIntegrityCrcs = &pSessionDesc->dataIntegrityCrcs;
829 pDataIntegrityCrcs->crc32 = 0;
830 pDataIntegrityCrcs->adler32 = 1;
833 pDataIntegrityCrcs->oCrc32Cpr = DC_INVALID_CRC;
834 pDataIntegrityCrcs->iCrc32Cpr = DC_INVALID_CRC;
835 pDataIntegrityCrcs->oCrc32Xlt = DC_INVALID_CRC;
836 pDataIntegrityCrcs->iCrc32Xlt = DC_INVALID_CRC;
837 pDataIntegrityCrcs->xorFlags = DC_XOR_FLAGS_DEFAULT;
838 pDataIntegrityCrcs->crcPoly = DC_CRC_POLY_DEFAULT;
839 pDataIntegrityCrcs->xorOut = DC_XOR_OUT_DEFAULT;
841 pDataIntegrityCrcs->iCrc64Cpr = DC_INVALID_CRC;
842 pDataIntegrityCrcs->oCrc64Cpr = DC_INVALID_CRC;
843 pDataIntegrityCrcs->iCrc64Xlt = DC_INVALID_CRC;
844 pDataIntegrityCrcs->oCrc64Xlt = DC_INVALID_CRC;
845 pDataIntegrityCrcs->crc64Poly = DC_CRC64_POLY_DEFAULT;
846 pDataIntegrityCrcs->xor64Out = DC_XOR64_OUT_DEFAULT;
992 dc_integrity_crc_fw_t *pDataIntegrityCrcs = NULL;
1062 pDataIntegrityCrcs = &pSessionDesc->dataIntegrityCrcs;
1063 memset(pDataIntegrityCrcs, 0, sizeof(dc_integrity_crc_fw_t));
1064 pDataIntegrityCrcs->adler32 = 1;
1068 pDataIntegrityCrcs->xorFlags = DC_XOR_FLAGS_DEFAULT;
1069 pDataIntegrityCrcs->crcPoly = DC_CRC_POLY_DEFAULT;
1070 pDataIntegrityCrcs->xorOut = DC_XOR_OUT_DEFAULT;
1072 pDataIntegrityCrcs->crc64Poly = DC_CRC64_POLY_DEFAULT;
1073 pDataIntegrityCrcs->xor64Out = DC_XOR64_OUT_DEFAULT;