Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/node/doc/api/
Desm.md1208 ### Features
1229 ### Resolution algorithm
1278 ### Resolution Algorithm Specification
1542 ### Customizing ESM specifier resolution algorithm
1580 [HTTPS and HTTP imports]: #https-and-http-imports
1581 [Import Assertions]: #import-assertions
1583 [JSON modules]: #json-modules
1584 [Loaders API]: #loaders
1585 [Node.js Module Resolution And Loading Algorithm]: #resolution-algorithm-specification
1586 [Terminology]: #terminology
[all …]
/third_party/node/test/parallel/
Dtest-crypto-aes-wrap.js11 algorithm: 'aes128-wrap', property
17 algorithm: 'id-aes128-wrap-pad', property
23 algorithm: 'aes192-wrap', property
29 algorithm: 'id-aes192-wrap-pad', property
35 algorithm: 'aes256-wrap', property
41 algorithm: 'id-aes256-wrap-pad', property
Dtest-webcrypto-wrap-unwrap.js66 algorithm: { property
77 algorithm: { property
88 algorithm: { property
99 algorithm: { property
108 algorithm: { property
117 algorithm: { property
125 algorithm: { property
133 algorithm: { property
141 algorithm: { property
149 algorithm: { property
[all …]
Dtest-webcrypto-encrypt-decrypt-rsa.js33 algorithm, property
72 algorithm, property
110 async function testEncryptionLongPlaintext({ algorithm, property
134 async function testEncryptionWrongKey({ algorithm, property
154 async function testEncryptionBadUsage({ algorithm, property
175 algorithm, property
199 algorithm, property
Dtest-webcrypto-encrypt-decrypt-aes.js12 async function testEncrypt({ keyBuffer, algorithm, plaintext, result }) { property
40 async function testEncryptNoEncrypt({ keyBuffer, algorithm, plaintext }) { property
53 async function testEncryptNoDecrypt({ keyBuffer, algorithm, plaintext }) { property
68 async function testEncryptWrongAlg({ keyBuffer, algorithm, plaintext }, alg) { property
82 async function testDecrypt({ keyBuffer, algorithm, result }) { property
Dtest-webcrypto-keygen.js31 algorithm: { length: 256 }, property
41 algorithm: { length: 256 }, property
51 algorithm: { length: 256 }, property
61 algorithm: { length: 256 }, property
69 algorithm: { length: 256, hash: 'SHA-256' }, property
77 algorithm: { property
89 algorithm: { property
101 algorithm: { property
115 algorithm: { namedCurve: 'P-521' }, property
123 algorithm: { namedCurve: 'P-521' }, property
[all …]
/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/
Dhkdf_vectors.js32 {algorithm: {name: "AES-CBC", length: 128}, usages: ["encrypt", "decrypt"]}, property
33 {algorithm: {name: "AES-CBC", length: 192}, usages: ["encrypt", "decrypt"]}, property
34 {algorithm: {name: "AES-CBC", length: 256}, usages: ["encrypt", "decrypt"]}, property
35 {algorithm: {name: "AES-CTR", length: 128}, usages: ["encrypt", "decrypt"]}, property
36 {algorithm: {name: "AES-CTR", length: 192}, usages: ["encrypt", "decrypt"]}, property
37 {algorithm: {name: "AES-CTR", length: 256}, usages: ["encrypt", "decrypt"]}, property
38 {algorithm: {name: "AES-GCM", length: 128}, usages: ["encrypt", "decrypt"]}, property
39 {algorithm: {name: "AES-GCM", length: 192}, usages: ["encrypt", "decrypt"]}, property
40 {algorithm: {name: "AES-GCM", length: 256}, usages: ["encrypt", "decrypt"]}, property
41 {algorithm: {name: "AES-KW", length: 128}, usages: ["wrapKey", "unwrapKey"]}, property
[all …]
Dpbkdf2_vectors.js31 {algorithm: {name: "AES-CBC", length: 128}, usages: ["encrypt", "decrypt"]}, property
32 {algorithm: {name: "AES-CBC", length: 192}, usages: ["encrypt", "decrypt"]}, property
33 {algorithm: {name: "AES-CBC", length: 256}, usages: ["encrypt", "decrypt"]}, property
34 {algorithm: {name: "AES-CTR", length: 128}, usages: ["encrypt", "decrypt"]}, property
35 {algorithm: {name: "AES-CTR", length: 192}, usages: ["encrypt", "decrypt"]}, property
36 {algorithm: {name: "AES-CTR", length: 256}, usages: ["encrypt", "decrypt"]}, property
37 {algorithm: {name: "AES-GCM", length: 128}, usages: ["encrypt", "decrypt"]}, property
38 {algorithm: {name: "AES-GCM", length: 192}, usages: ["encrypt", "decrypt"]}, property
39 {algorithm: {name: "AES-GCM", length: 256}, usages: ["encrypt", "decrypt"]}, property
40 {algorithm: {name: "AES-KW", length: 128}, usages: ["wrapKey", "unwrapKey"]}, property
[all …]
/third_party/node/test/fixtures/crypto/
Drsa_pss.js85 algorithm: { name: 'RSA-PSS', saltLength: 0 }, property
93 algorithm: { name: 'RSA-PSS', saltLength: 0 }, property
101 algorithm: { name: 'RSA-PSS', saltLength: 0 }, property
109 algorithm: { name: 'RSA-PSS', saltLength: 0 }, property
117 algorithm: { name: 'RSA-PSS', saltLength: 20 }, property
125 algorithm: { name: 'RSA-PSS', saltLength: 32 }, property
133 algorithm: { name: 'RSA-PSS', saltLength: 48 }, property
141 algorithm: { name: 'RSA-PSS', saltLength: 64 }, property
Drsa.js177 algorithm: { name: 'RSA-OAEP' }, property
190 algorithm: { name: 'RSA-OAEP' }, property
203 algorithm: { name: 'RSA-OAEP' }, property
216 algorithm: { name: 'RSA-OAEP' }, property
229 algorithm: { name: 'RSA-OAEP', label: new Uint8Array([]) }, property
242 algorithm: { name: 'RSA-OAEP', label: new Uint8Array([]) }, property
255 algorithm: { name: 'RSA-OAEP', label: new Uint8Array([]) }, property
268 algorithm: { name: 'RSA-OAEP', label: new Uint8Array([]) }, property
281 algorithm: { name: 'RSA-OAEP', label }, property
294 algorithm: { name: 'RSA-OAEP', label }, property
[all …]
Drsa_pkcs.js106 algorithm: { name: 'RSASSA-PKCS1-v1_5' }, property
114 algorithm: { name: 'RSASSA-PKCS1-v1_5' }, property
122 algorithm: { name: 'RSASSA-PKCS1-v1_5' }, property
130 algorithm: { name: 'RSASSA-PKCS1-v1_5' }, property
Daes_cbc.js90 algorithm: { name: 'AES-CBC', iv }, property
100 algorithm: { property
113 algorithm: { name: 'AES-CBC', iv: longIv }, property
136 algorithm: { name: 'AES-CBC', iv }, property
Daes_ctr.js75 algorithm: {name: 'AES-CTR', counter, length: 64}, property
85 algorithm: {name: 'AES-CTR', counter, length: 0}, property
92 algorithm: {name: 'AES-CTR', counter, length: 129}, property
Daes_gcm.js97 algorithm: { name: 'AES-GCM', iv, additionalData, tagLength }, property
109 algorithm: { name: 'AES-GCM', iv, tagLength }, property
121 algorithm: { property
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
Drsa_vectors.js51 algorithm: {name: "RSA-OAEP"}, property
64 algorithm: {name: "RSA-OAEP"}, property
77 algorithm: {name: "RSA-OAEP"}, property
90 algorithm: {name: "RSA-OAEP"}, property
103 algorithm: {name: "RSA-OAEP", label: new Uint8Array([])}, property
116 algorithm: {name: "RSA-OAEP", label: new Uint8Array([])}, property
129 algorithm: {name: "RSA-OAEP", label: new Uint8Array([])}, property
142 algorithm: {name: "RSA-OAEP", label: new Uint8Array([])}, property
155 algorithm: {name: "RSA-OAEP", label: label}, property
168 algorithm: {name: "RSA-OAEP", label: label}, property
[all …]
Daes_gcm_vectors.js40algorithm: {name: "AES-GCM", iv: iv, additionalData: additionalData, tagLength: tagLength}, property
52 algorithm: {name: "AES-GCM", iv: iv, tagLength: tagLength}, property
68algorithm: {name: "AES-GCM", iv: iv, additionalData: additionalData, tagLength: badTagLength}, property
Daes_cbc_vectors.js209 algorithm: {name: "AES-CBC", iv: iv}, property
223 algorithm: {name: "AES-CBC", iv: shortIv}, property
235 algorithm: {name: "AES-CBC", iv: longIv}, property
253 algorithm: {name: "AES-CBC", iv: iv}, property
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
Dokp_importKey_failures.js37 function parameterString(format, algorithm, extractable, usages, data) { argument
61 …function testError(format, algorithm, keyData, keySize, usages, extractable, expectedError, testTa… argument
125 allAlgorithmSpecifiersFor(name).forEach(function(algorithm) { argument
140 allAlgorithmSpecifiersFor(name).forEach(function(algorithm) { argument
152 allAlgorithmSpecifiersFor(name).forEach(function(algorithm) { argument
166 allAlgorithmSpecifiersFor(name).forEach(function(algorithm) { argument
180 allAlgorithmSpecifiersFor(name).forEach(function(algorithm) { argument
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
Drsa_pss_vectors.js48 algorithm: {name: "RSA-PSS", saltLength: 0}, property
61 algorithm: {name: "RSA-PSS", saltLength: 0}, property
74 algorithm: {name: "RSA-PSS", saltLength: 0}, property
87 algorithm: {name: "RSA-PSS", saltLength: 0}, property
100 algorithm: {name: "RSA-PSS", saltLength: 20}, property
113 algorithm: {name: "RSA-PSS", saltLength: 32}, property
126 algorithm: {name: "RSA-PSS", saltLength: 48}, property
139 algorithm: {name: "RSA-PSS", saltLength: 64}, property
Deddsa.js18 var algorithm = {name: vector.algorithmName}; variable
45 var algorithm = {name: vector.algorithmName}; variable
71 var algorithm = {name: vector.algorithmName}; variable
97 var algorithm = {name: vector.algorithmName}; variable
120 var algorithm = {name: vector.algorithmName}; variable
144 var algorithm = {name: vector.algorithmName}; variable
166 var algorithm = {name: vector.algorithmName}; variable
199 var algorithm = {name: vector.algorithmName}; variable
236 var algorithm = {name: vector.algorithmName}; variable
268 var algorithm = {name: vector.algorithmName}; variable
[all …]
Decdsa.js19 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
46 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
72 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
98 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
121 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
145 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
167 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
200 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
237 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
269 var algorithm = {name: vector.algorithmName, hash: vector.hashName}; variable
[all …]
Drsa_pkcs_vectors.js44 algorithm: {name: "RSASSA-PKCS1-v1_5"}, property
57 algorithm: {name: "RSASSA-PKCS1-v1_5"}, property
70 algorithm: {name: "RSASSA-PKCS1-v1_5"}, property
83 algorithm: {name: "RSASSA-PKCS1-v1_5"}, property
/third_party/node/lib/internal/crypto/
Dsig.js54 function Sign(algorithm, options) { argument
141 function signOneShot(algorithm, data, key, callback) { argument
195 function Verify(algorithm, options) { argument
234 function verifyOneShot(algorithm, data, key, signature, callback) { argument
Dmac.js44 async function hmacGenerateKey(algorithm, extractable, keyUsages) { argument
88 algorithm, argument
168 function hmacSignVerify(key, data, algorithm, signature) { argument
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
DwrapKey_unwrapKey.https.any.js80 …{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
83 …{algorithm: {name: "ECDSA", namedCurve: "P-256"}, privateUsages: ["sign"], publicUsages: ["verify"… property
84 … {algorithm: {name: "ECDH", namedCurve: "P-256"}, privateUsages: ["deriveBits"], publicUsages: []}, property
85 {algorithm: {name: "Ed25519" }, privateUsages: ["sign"], publicUsages: ["verify"]}, property
86 {algorithm: {name: "Ed448" }, privateUsages: ["sign"], publicUsages: ["verify"]}, property
87 {algorithm: {name: "X25519" }, privateUsages: ["deriveBits"], publicUsages: []}, property
88 {algorithm: {name: "X448" }, privateUsages: ["deriveBits"], publicUsages: []}, property
89 {algorithm: {name: "AES-CTR", length: 128}, usages: ["encrypt", "decrypt"]}, property
[all …]

12345678910