Searched refs:dh1 (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
D | test-crypto-dh.js | 11 const dh1 = crypto.createDiffieHellman(common.hasFipsCrypto ? 1024 : 256); constant 12 const p1 = dh1.getPrime('buffer'); 14 let key1 = dh1.generateKeys(); 16 let secret1 = dh1.computeSecret(key2, 'hex', 'base64'); 20 assert.strictEqual(dh1.verifyError, 0); 122 const privkey1 = dh1.getPrivateKey(); 126 assert.deepStrictEqual(dh1.getPrime(), dh3.getPrime()); 127 assert.deepStrictEqual(dh1.getGenerator(), dh3.getGenerator()); 128 assert.deepStrictEqual(dh1.getPublicKey(), dh3.getPublicKey()); 129 assert.deepStrictEqual(dh1.getPrivateKey(), dh3.getPrivateKey()); [all …]
|
D | test-crypto-binary-default.js | 586 const dh1 = crypto.createDiffieHellman(common.hasFipsCrypto ? 1024 : 256); constant 587 const p1 = dh1.getPrime('buffer'); 589 const key1 = dh1.generateKeys(); 591 const secret1 = dh1.computeSecret(key2, 'hex', 'base64'); 599 const privkey1 = dh1.getPrivateKey(); 603 assert.strictEqual(dh1.getPrime(), dh3.getPrime()); 604 assert.strictEqual(dh1.getGenerator(), dh3.getGenerator()); 605 assert.strictEqual(dh1.getPublicKey(), dh3.getPublicKey()); 606 assert.strictEqual(dh1.getPrivateKey(), dh3.getPrivateKey());
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_mosaic_info.cpp | 798 int32 dh1 = 0; in Calculate() local 801 while (!map [v1] [DeltaCol (patCol, dh1)]) in Calculate() 803 dh1--; in Calculate() 811 kernel.Add (dng_point (dv1, dh1), in Calculate() 812 LinearWeight1 (dh1, dh2) * w1); in Calculate() 815 LinearWeight2 (dh1, dh2) * w1); in Calculate() 817 dh1 = 0; in Calculate() 820 while (!map [v2] [DeltaCol (patCol, dh1)]) in Calculate() 822 dh1--; in Calculate() 830 kernel.Add (dng_point (dv2, dh1), in Calculate() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_signature.c | 173 int32_t dh1 = 1, dh2 = 1, dw1 = 1, dw2 = 1, a, b; in filter_frame() local 221 dh1 = inlink->h / 32; in filter_frame() 223 dh2 = dh1 + 1; in filter_frame() 227 denom = (sc->divide) ? dh1 * dh2 * dw1 * dw2 : 1; in filter_frame() 235 a = (a == dh1)? dh2 : dh1; in filter_frame() 253 denom = (sc->divide) ? 1 : dh1 * dh2 * dw1 * dw2; in filter_frame()
|
/third_party/openh264/test/encoder_binary_comparison/Scripts/ |
D | run_BinarySHA1Comparison.sh | 65 sw sh dw0 dh0 dw1 dh1 dw2 dh2 dw3 dh3 \
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 192478 zy>e{#z0}<K^A@=y4bGikM$hO5^fFrT?Np<dh1-2R{XNP$rtR5Pc*P1K8vQRwRqOV0
|