Home
last modified time | relevance | path

Searched defs:publicExponent (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-crypto-keygen-non-standard-public-exponent.js16 publicExponent: 3, property
25 publicExponent: 3n property
33 publicExponent: 3n property
Dtest-webcrypto-keygen.js79 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
267 publicExponent, property
304 subtle.generateKey({ name, publicExponent, hash }, true, usages), { property
322 publicExponent, property
340 { name, modulusLength, publicExponent, hash }, true, usages), property
348 publicExponent, property
[all …]
Dtest-crypto-keygen-key-objects.js23 publicExponent: 65537n property
31 publicExponent: 65537n property
Dtest-crypto-keygen-rfc8017-a-2-3.js21 publicExponent: 65537n, property
38 publicExponent: 65537n, property
Dtest-crypto-keygen-duplicate-deprecated-option.js27 publicExponent: 65537n, property
37 publicExponent: 65537n, property
Dtest-crypto-keygen-deprecation.js35 publicExponent: 65537n, property
45 publicExponent: 65537n, property
Dtest-crypto-keygen-rsa-pss.js29 publicExponent: 65537n, property
39 publicExponent: 65537n, property
Dtest-crypto-keygen-no-rsassa-pss-params.js20 publicExponent: 65537n property
Dtest-webcrypto-sign-verify.js21 publicExponent: new Uint8Array([1, 0, 1]), property
44 publicExponent: new Uint8Array([1, 0, 1]), property
Dtest-crypto-keygen-sync.js23 publicExponent: 3, property
Dtest-crypto-keygen-rfc8017-9-1.js24 publicExponent: 65537n, property
Dtest-webcrypto-wrap-unwrap.js15 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
Dtest-crypto-keygen-async-encrypted-private-key-der.js20 publicExponent: 0x10001, property
Dtest-crypto-keygen-async-rsa.js21 publicExponent: 0x10001, property
Dtest-webcrypto-sign-verify-hmac.js39 publicExponent: new Uint8Array([1, 0, 1]), property
130 publicExponent: new Uint8Array([1, 0, 1]), property
Dtest-crypto-keygen-async-encrypted-private-key.js20 publicExponent: 0x10001, property
Dtest-webcrypto-sign-verify-eddsa.js52 publicExponent: new Uint8Array([1, 0, 1]), property
159 publicExponent: new Uint8Array([1, 0, 1]), property
Dtest-webcrypto-sign-verify-ecdsa.js54 publicExponent: new Uint8Array([1, 0, 1]), property
177 publicExponent: new Uint8Array([1, 0, 1]), property
Dtest-webcrypto-encrypt-decrypt.js24 publicExponent: new Uint8Array([1, 0, 1]), property
Dtest-crypto-keygen.js311 publicExponent field
325 publicExponent field
340 publicExponent field
351 publicExponent field
/third_party/node/benchmark/crypto/
Dkeygen.js21 publicExponent: 0x10001, property
38 publicExponent: 0x10001, property
/third_party/node/lib/internal/crypto/
Drsa.js147 publicExponent: publicExponentConverted, property
157 publicExponent, property
304 publicExponent: new Uint8Array(publicExponent), property
/third_party/node/test/fixtures/wpt/WebCryptoAPI/generateKey/
Dfailures.js97 [new Uint8Array([1]), new Uint8Array([1,0,0])].forEach(function(publicExponent) { argument
98 …lts.push({name: algorithmName, hash: "SHA-256", modulusLength: 1024, publicExponent: publicExponen… 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/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
DwrapKey_unwrapKey.https.any.js36 …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
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
Dhelpers.js199 …results.push({name: algorithmName, hash: hashName, modulusLength: 2048, publicExponent: new Uint8A… property

12