/third_party/node/test/parallel/ |
D | test-webcrypto-keygen.js | 79 publicExponent: new Uint8Array([1, 0, 1]), property 91 publicExponent: new Uint8Array([1, 0, 1]), property 103 publicExponent: new Uint8Array([1, 0, 1]), property 182 publicExponent: new Uint8Array([1, 0, 1]) property 188 publicExponent: new Uint8Array([1, 0, 1]) property 257 publicExponent, 267 publicExponent, property 289 assert.deepStrictEqual(publicKey.algorithm.publicExponent, publicExponent); 291 KeyObject.from(publicKey).asymmetricKeyDetails.publicExponent, 292 bigIntArrayToUnsignedBigInt(publicExponent)); [all …]
|
D | test-crypto-keygen.js | 308 for (const publicExponent of ['a', true, {}, []]) { 311 publicExponent field 317 common.invalidArgTypeHelper(publicExponent) 322 for (const publicExponent of [3.5, 1.1, 50.5, 510.5]) { 325 publicExponent field 332 `Received ${inspect(publicExponent)}` 337 for (const publicExponent of [-5, -3, 4294967297]) { 340 publicExponent field 348 for (const publicExponent of [1, 1 + 0x10001]) { 351 publicExponent field
|
D | test-crypto-keygen-non-standard-public-exponent.js | 16 publicExponent: 3, property 25 publicExponent: 3n property 33 publicExponent: 3n property
|
D | test-webcrypto-wrap-unwrap.js | 15 publicExponent: new Uint8Array([1, 0, 1]), property 69 publicExponent: new Uint8Array([1, 0, 1]), property 80 publicExponent: new Uint8Array([1, 0, 1]), property 91 publicExponent: new Uint8Array([1, 0, 1]), property
|
D | test-webcrypto-export-import-rsa.js | 315 assert.deepStrictEqual(key.algorithm.publicExponent, 349 assert.deepStrictEqual(key.algorithm.publicExponent, 414 assert.deepStrictEqual(publicKey.algorithm.publicExponent, 416 assert.deepStrictEqual(publicKey.algorithm.publicExponent, 417 privateKey.algorithm.publicExponent);
|
D | test-crypto-keygen-key-objects.js | 23 publicExponent: 65537n property 31 publicExponent: 65537n property
|
D | test-crypto-keygen-duplicate-deprecated-option.js | 27 publicExponent: 65537n, property 37 publicExponent: 65537n, property
|
D | test-crypto-keygen-rfc8017-a-2-3.js | 21 publicExponent: 65537n, property 38 publicExponent: 65537n, property
|
D | test-crypto-keygen-deprecation.js | 35 publicExponent: 65537n, property 45 publicExponent: 65537n, property
|
D | test-crypto-keygen-rsa-pss.js | 29 publicExponent: 65537n, property 39 publicExponent: 65537n, property
|
D | test-webcrypto-sign-verify.js | 21 publicExponent: new Uint8Array([1, 0, 1]), property 44 publicExponent: new Uint8Array([1, 0, 1]), property
|
D | test-webcrypto-sign-verify-hmac.js | 39 publicExponent: new Uint8Array([1, 0, 1]), property 130 publicExponent: new Uint8Array([1, 0, 1]), property
|
D | test-webcrypto-sign-verify-ecdsa.js | 54 publicExponent: new Uint8Array([1, 0, 1]), property 177 publicExponent: new Uint8Array([1, 0, 1]), property
|
D | test-webcrypto-sign-verify-eddsa.js | 52 publicExponent: new Uint8Array([1, 0, 1]), property 159 publicExponent: new Uint8Array([1, 0, 1]), property
|
D | test-crypto-keygen-rfc8017-9-1.js | 24 publicExponent: 65537n, property
|
D | test-crypto-keygen-no-rsassa-pss-params.js | 20 publicExponent: 65537n property
|
D | test-crypto-keygen-async-encrypted-private-key-der.js | 20 publicExponent: 0x10001, property
|
D | test-crypto-keygen-promisify.js | 23 publicExponent: 0x10001,
|
D | test-crypto-keygen-sync.js | 23 publicExponent: 3, property
|
/third_party/node/lib/internal/crypto/ |
D | rsa.js | 115 publicExponent, 121 const publicExponentConverted = bigIntArrayToUnsignedInt(publicExponent); 147 publicExponent: publicExponentConverted, property 157 publicExponent, property 298 publicExponent, 304 publicExponent: new Uint8Array(publicExponent), property
|
D | keygen.js | 187 let { publicExponent } = options; 188 if (publicExponent == null) { 189 publicExponent = 0x10001; 191 validateUint32(publicExponent, 'options.publicExponent'); 199 publicExponent, 242 publicExponent,
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/generateKey/ |
D | failures.js | 97 [new Uint8Array([1]), new Uint8Array([1,0,0])].forEach(function(publicExponent) { argument 98 ….push({name: algorithmName, hash: "SHA-256", modulusLength: 1024, publicExponent: publicExponent}); property 151 … {name: "RSA", hash: "SHA-256", modulusLength: 2048, publicExponent: new Uint8Array([1,0,1])}, property 152 … {name: "RSA-PSS", hash: "SHA", modulusLength: 2048, publicExponent: new Uint8Array([1,0,1])}, property
|
/third_party/node/benchmark/crypto/ |
D | keygen.js | 21 publicExponent: 0x10001, property 38 publicExponent: 0x10001, property
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
D | wrapKey_unwrapKey.https.any.js | 36 …generateParameters: {name: "RSA-OAEP", modulusLength: 4096, publicExponent: new Uint8Array([1,0,1]… property 80 …{algorithm: {name: "RSASSA-PKCS1-v1_5", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1… property 81 …{algorithm: {name: "RSA-PSS", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash: … property 82 …{algorithm: {name: "RSA-OAEP", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash:… property 220 params.publicExponent = undefined;
|
/third_party/openssl/test/recipes/30-test_evp_pkey_provided/ |
D | RSA.priv.txt | 3 publicExponent: 65537 (0x10001)
|