| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <remarks>All the other <c>Update</c> methods are implemented in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| ChecksumImpl.cs | 58 /// <param name="data">The data to update the checksum with</param>
64 /// <remarks>All the other <c>Update</c> methods are implemented in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count);
71 /// <param name="data">The data to update the checksum with</param>
72 public void Update(byte[] data)
74 Update(data, 0, data.Length);
80 /// <param name="data">The string to update the checksum with</param>
82 public void Update(string data)
84 Update(Encoding.UTF8.GetBytes(data));
90 /// <param name="data">The string to update the checksum with</param> [all...] |
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| DotZLib.cs | 129 /// <param name="data">The data to update the checksum with</param>
130 void Update(byte[] data);
135 /// <param name="data">The data to update the checksum with</param>
141 void Update(byte[] data, int offset, int count);
146 /// <param name="data">The string to update the checksum with</param>
148 void Update(string data);
153 /// <param name="data">The string to update the checksum with</param>
155 void Update(string data, Encoding encoding);
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| UnitTests.cs | 102 crc32.Update(data);
106 crc32.Update("penguin");
110 crc32.Update("penguin");
136 adler.Update(data);
140 adler.Update("penguin");
144 adler.Update("penguin");
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utstate.c | 215 /* Update the list head */ 289 /* Init fields specific to the update struct */ 311 * Action - Update action to be performed 315 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used 316 * to update reference counts and delete complex objects such 340 /* Init fields specific to the update struct */ 343 State->Update.Object = Object; 344 State->Update.Value = Action; 354 * Action - Update action to be performed 382 /* Init fields specific to the update struct * [all...] |
| utstate.c | 215 /* Update the list head */ 289 /* Init fields specific to the update struct */ 311 * Action - Update action to be performed 315 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used 316 * to update reference counts and delete complex objects such 340 /* Init fields specific to the update struct */ 343 State->Update.Object = Object; 344 State->Update.Value = Action; 354 * Action - Update action to be performed 382 /* Init fields specific to the update struct * [all...] |
| /src/lib/libc/md/ |
| mdXhl.c | 87 MDNAME(Update)(&ctx, buffer, (unsigned int)i); 107 MDNAME(Update)(&ctx, data, len);
|
| mdXhl.c | 87 MDNAME(Update)(&ctx, buffer, (unsigned int)i); 107 MDNAME(Update)(&ctx, data, len);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| ast2500-facebook-netbmc-common.dtsi | 13 * Update reset type to "system" (full chip) to fix warm reboot hang issue
|
| ast2500-facebook-netbmc-common.dtsi | 13 * Update reset type to "system" (full chip) to fix warm reboot hang issue
|
| /src/lib/libc/hash/ |
| hashhl.c | 115 FNPREFIX(Update)(&ctx, buffer, (unsigned int)nr); 140 FNPREFIX(Update)(&ctx, data, (unsigned int)len);
|
| hashhl.c | 115 FNPREFIX(Update)(&ctx, buffer, (unsigned int)nr); 140 FNPREFIX(Update)(&ctx, data, (unsigned int)len);
|
| /src/sys/opencrypto/ |
| cryptosoft.c | 482 axf->Update(&ctx, (char *)buf + crd->crd_skip, crd->crd_len); 486 (int (*)(void*, void *, unsigned int))(void *)axf->Update, 494 (int (*)(void *, void *, unsigned int))(void *)axf->Update, 519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize); 528 axf->Update(&ctx, sw->sw_octx, sw->sw_klen); 650 axf->Update(&ctx, blk, len); 661 axf->Update(&ctx, blk, len); 663 axf->Update(&ctx, blk, len); 680 axf->Update(&ctx, blk, blksz); 906 axf->Update((*swd)->sw_ictx, cri->cri_key [all...] |
| cryptosoft.c | 482 axf->Update(&ctx, (char *)buf + crd->crd_skip, crd->crd_len); 486 (int (*)(void*, void *, unsigned int))(void *)axf->Update, 494 (int (*)(void *, void *, unsigned int))(void *)axf->Update, 519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize); 528 axf->Update(&ctx, sw->sw_octx, sw->sw_klen); 650 axf->Update(&ctx, blk, len); 661 axf->Update(&ctx, blk, len); 663 axf->Update(&ctx, blk, len); 680 axf->Update(&ctx, blk, blksz); 906 axf->Update((*swd)->sw_ictx, cri->cri_key [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
| meson-gxl-s905d-mecool-kii-pro.dts | 25 label = "Update";
|
| meson-gxl-s905d-p230.dts | 25 label = "Update";
|
| meson-gxm-mecool-kiii-pro.dts | 30 label = "Update";
|
| meson-gxm-q200.dts | 25 label = "Update";
|
| meson-gxl-s905d-mecool-kii-pro.dts | 25 label = "Update";
|
| meson-gxl-s905d-p230.dts | 25 label = "Update";
|
| meson-gxm-mecool-kiii-pro.dts | 30 label = "Update";
|
| meson-gxm-q200.dts | 25 label = "Update";
|
| /src/sys/arch/x86/x86/ |
| via_padlock.c | 272 axf->Update(swd->sw_ictx, c->cri_key, c->cri_klen / 8); 273 axf->Update(swd->sw_ictx, hmac_ipad_buffer, 281 axf->Update(swd->sw_octx, c->cri_key, c->cri_klen / 8); 282 axf->Update(swd->sw_octx, hmac_opad_buffer,
|