/third_party/node/deps/npm/node_modules/ecc-jsbn/ |
D | test.js | 1 var ecc = require("./index.js"); variable 2 var key1 = new ecc.ECKey(ecc.ECCurves.secp160r1); 3 var key2 = new ecc.ECKey(ecc.ECCurves.secp160r1); 5 var key3 = new ecc.ECKey(ecc.ECCurves.secp160r1,key1.PrivateKey); 6 var key4 = new ecc.ECKey(ecc.ECCurves.secp160r1,key2.PublicKey,true); 9 var key1 = new ecc.ECKey(ecc.ECCurves.secp256r1); 10 var key2 = new ecc.ECKey(ecc.ECCurves.secp256r1); 12 var key3 = new ecc.ECKey(ecc.ECCurves.secp256r1,key1.PrivateKey); 13 var key4 = new ecc.ECKey(ecc.ECCurves.secp256r1,key2.PublicKey,true);
|
D | README.md | 1 ecc-jsbn 6 … same interface as the [node compiled module](https://github.com/quartzjer/ecc), but works in the …
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
D | QrCode.java | 344 byte[] ecc = new byte[blockEccLen]; // Temporary storage per iteration in addEccAndInterleave() 347 rs.getRemainder(data, k, datLen, ecc); in addEccAndInterleave() 354 result[l] = ecc[j]; in addEccAndInterleave()
|
/third_party/python/Lib/test/ |
D | keycertecc.pem | 17 Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost-ecc 33 DNS:localhost-ecc
|
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/ |
D | QrCode.java | 447 byte[] ecc = reedSolomonComputeRemainder(dat, rsDiv); in addEccAndInterleave() 448 System.arraycopy(ecc, 0, block, block.length - blockEccLen, ecc.length); in addEccAndInterleave()
|
/third_party/qrcodegen/cpp/ |
D | qrcodegen.cpp | 515 const vector<uint8_t> ecc = reedSolomonComputeRemainder(dat, rsDiv); in addEccAndInterleave() local 518 dat.insert(dat.end(), ecc.cbegin(), ecc.cend()); in addEccAndInterleave()
|
/third_party/qrcodegen/c/ |
D | qrcodegen.c | 311 uint8_t *ecc = &data[dataLen]; // Temporary storage in addEccAndInterleave() local 312 reedSolomonComputeRemainder(dat, datLen, rsdiv, blockEccLen, ecc); in addEccAndInterleave() 319 result[k] = ecc[j]; in addEccAndInterleave()
|
/third_party/qrcodegen/rust-no-heap/src/ |
D | lib.rs | 458 let ecc: &mut [u8] = &mut temp[ .. blockecclen]; // Temporary storage in add_ecc_and_interleave() localVariable 461 rs.compute_remainder(&dat[ .. datlen], ecc); in add_ecc_and_interleave() 472 result[k] = ecc[j]; in add_ecc_and_interleave()
|
/third_party/qrcodegen/typescript-javascript/ |
D | qrcodegen.ts | 381 const ecc: Array<byte> = QrCode.reedSolomonComputeRemainder(dat, rsDiv); constant 384 blocks.push(dat.concat(ecc));
|
/third_party/qrcodegen/python/ |
D | qrcodegen.py | 359 ecc: bytes = QrCode._reed_solomon_compute_remainder(dat, rsdiv) 362 blocks.append(dat + ecc)
|
/third_party/qrcodegen/rust/src/ |
D | lib.rs | 536 let ecc: Vec<u8> = QrCode::reed_solomon_compute_remainder(&dat, &rsdiv); in add_ecc_and_interleave() localVariable 540 dat.extend_from_slice(&ecc); in add_ecc_and_interleave()
|
/third_party/skia/third_party/externals/icu/source/ |
D | runConfigureICU | 206 CC=ecc; export CC
|
D | acinclude.m4 | 307 # check for ecc/ecpc compiler support
|
/third_party/icu/icu4c/source/ |
D | runConfigureICU | 206 CC=ecc; export CC
|
D | acinclude.m4 | 307 # check for ecc/ecpc compiler support
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | runConfigureICU | 206 CC=ecc; export CC
|
D | acinclude.m4 | 307 # check for ecc/ecpc compiler support
|
/third_party/ejdb/src/bindings/ejdb2_node/ |
D | yarn.lock | 518 ecc-jsbn@~0.1.1: 520 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549… 1369 ecc-jsbn "~0.1.1"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 445 def FeatureDoesNotSupportSRAMECC : SubtargetFeature<"no-sram-ecc-support", 451 def FeatureSRAMECC : SubtargetFeature<"sram-ecc",
|
/third_party/node/deps/npm/node_modules/uri-js/ |
D | yarn.lock | 805 ecc-jsbn@~0.1.1: 807 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef… 1764 ecc-jsbn "~0.1.1"
|
/third_party/node/deps/npm/node_modules/psl/ |
D | yarn.lock | 1200 ecc-jsbn@~0.1.1: 1202 …resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef… 4054 ecc-jsbn "~0.1.1"
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1249 SSL_R_BAD_ECC_CERT:304:bad ecc cert 1326 SSL_R_ECC_CERT_NOT_FOR_SIGNING:318:ecc cert not for signing
|
/third_party/littlefs/ |
D | DESIGN.md | 1185 [error-correction-codes (ECC)][wikipedia-ecc]. 2123 [wikipedia-ecc]: https://en.wikipedia.org/wiki/Error_correction_code
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | es2gears-a320.log | 985 11842910: 0000: 0000057d 00002ecc 1013 !+ 00002ecc CP_SCRATCH_REG5: 11980 6505 11844ecc: 0000: 0000057d 00003025 8742 11845ecc: 0000: 0000057f 000030ad 11051 11846ecc: 0060: 3f67ec4c 3d96a98c bf37a732 3f000000 be97a747 3f50550b 41823527 00000000 13343 11847ecc: 0000: 0000057d 000031c9
|
/third_party/openssl/ |
D | NEWS.md | 1144 * Support for new platforms: linux-ia64-ecc.
|