/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ |
D | pbkdf2_vectors.js | 50 "short": new Uint8Array([80, 64, 115, 115, 119, 48, 114, 100]), 51 …"long": new Uint8Array([85, 115, 101, 114, 115, 32, 115, 104, 111, 117, 108, 100, 32, 112, 105, 99… 52 "empty": new Uint8Array([]) 56 "short": new Uint8Array([78, 97, 67, 108]), 57 …"long": new Uint8Array([83, 111, 100, 105, 117, 109, 32, 67, 104, 108, 111, 114, 105, 100, 101, 32… 58 "empty": new Uint8Array([]) 65 …"1000": new Uint8Array([170, 236, 90, 151, 109, 77, 53, 203, 32, 36, 72, 111, 201, 249, 187, 154, … 66 …"1": new Uint8Array([128, 205, 15, 21, 54, 67, 102, 167, 37, 81, 195, 121, 117, 247, 182, 55, 186,… 67 …"100000": new Uint8Array([111, 94, 163, 198, 198, 245, 228, 131, 52, 103, 180, 124, 58, 103, 30, 1… 70 …"1000": new Uint8Array([134, 92, 89, 69, 225, 31, 91, 243, 221, 240, 2, 231, 203, 23, 72, 246, 34,… [all …]
|
D | hkdf_vectors.js | 51 "short": new Uint8Array([80, 64, 115, 115, 119, 48, 114, 100]), 52 …"long": new Uint8Array([85, 115, 101, 114, 115, 32, 115, 104, 111, 117, 108, 100, 32, 112, 105, 99… 53 "empty": new Uint8Array([]) 57 …"normal": new Uint8Array([83, 111, 100, 105, 117, 109, 32, 67, 104, 108, 111, 114, 105, 100, 101, … 58 "empty": new Uint8Array([]) 62 … "normal": new Uint8Array([72, 75, 68, 70, 32, 101, 120, 116, 114, 97, 32, 105, 110, 102, 111]), 63 "empty": new Uint8Array([]) 70 …"normal": new Uint8Array([25, 186, 116, 54, 142, 107, 153, 51, 144, 242, 127, 233, 167, 208, 43, 1… 71 …"empty": new Uint8Array([151, 96, 31, 78, 12, 83, 165, 211, 243, 162, 129, 0, 153, 188, 104, 32, 2… 74 …"normal": new Uint8Array([75, 189, 109, 178, 67, 95, 182, 150, 21, 127, 96, 137, 201, 119, 195, 19… [all …]
|
D | cfrg_curves_bits_fixtures.js | 2 …"X25519": new Uint8Array([48, 46, 2, 1, 0, 48, 5, 6, 3, 43, 101, 110, 4, 34, 4, 32, 200, 131, 142,… 3 …"X448": new Uint8Array([48, 70, 2, 1, 0, 48, 5, 6, 3, 43, 101, 111, 4, 58, 4, 56, 88, 199, 210, 15… 7 …"X25519": new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0, 28, 242, 177, 230, 2, 46, 1… 8 …"X448": new Uint8Array([48, 66, 48, 5, 6, 3, 43, 101, 111, 3, 57, 0, 182, 4, 161, 209, 165, 205, 2… 17 …"X25519": new Uint8Array([39, 104, 64, 157, 250, 185, 158, 194, 59, 140, 137, 185, 63, 245, 136, 2… 18 …"X448": new Uint8Array([240, 246, 197, 241, 127, 148, 244, 41, 30, 171, 113, 120, 134, 109, 55, 23… 23 …{ order: "0", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… 24 …{ order: "1", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… 25 …{ order: "8", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… 26 …{ order: "p-1 (order 2)", vector : new Uint8Array([48, 42, 48, 5, 6, 3, 43, 101, 110, 3, 33, 0,… [all …]
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | typed_arrays_test.js | 32 const array1 = new Uint8Array(4); 34 const array2 = new Uint8Array(4); 40 const array1 = new Uint8Array(4); 42 const array2 = new Uint8Array(4); 48 const array1 = new Uint8Array(4); 56 const array1 = new Uint8Array(0); 57 const array2 = new Uint8Array(0); 62 const array = new Uint8Array(0); 70 const array = new Uint8Array(0); 78 const buffer1 = new Uint8Array([0, 1, 2, 3]).buffer; [all …]
|
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/ |
D | tee.any.js | 25 c.enqueue(new Uint8Array([0x01])); 26 c.enqueue(new Uint8Array([0x02])); 38 const result = await reader1.read(new Uint8Array(1)); 40 assert_typed_array_equals(result.value, new Uint8Array([0x01]), 'value'); 44 const result = await reader1.read(new Uint8Array(1)); 46 assert_typed_array_equals(result.value, new Uint8Array([0x02]), 'value'); 50 const result = await reader1.read(new Uint8Array(1)); 52 assert_typed_array_equals(result.value, new Uint8Array([0]).subarray(0, 0), 'value'); 56 const result = await reader2.read(new Uint8Array(1)); 58 assert_typed_array_equals(result.value, new Uint8Array([0x01]), 'value'); [all …]
|
D | bad-buffers-and-views.any.js | 13 const view = new Uint8Array([1, 2, 3]); 16 assert_true(value instanceof Uint8Array, 'The value read must be a Uint8Array'); 30 c.enqueue(new Uint8Array([1, 2, 3])); 36 const view = new Uint8Array([4, 5, 6]); 39 assert_true(value instanceof Uint8Array, 'The value read must be a Uint8Array'); 53 const view = new Uint8Array([1, 2, 3]); 64 const view = new Uint8Array([]); 74 const view = new Uint8Array(new ArrayBuffer(10), 0, 0); 84 c.enqueue(new Uint8Array([1, 2, 3])); 90 const view = new Uint8Array([4, 5, 6]); [all …]
|
D | general.any.js | 256 const read = reader.read(new Uint8Array(1)); 360 assert_equals(viewInfo.constructor, Uint8Array, 'first view.constructor should be Uint8Array'); 370 assert_equals(value.constructor, Uint8Array, 'first value should be a Uint8Array'); 379 assert_equals(viewInfo.constructor, Uint8Array, 'second view.constructor should be Uint8Array'); 389 assert_equals(value.constructor, Uint8Array, 'second value should be a Uint8Array'); 436 assert_equals(value.constructor, Uint8Array, 'first value should be a Uint8Array'); 445 assert_equals(viewInfo.constructor, Uint8Array, 'first view.constructor should be Uint8Array'); 452 return byobReader.read(new Uint8Array(32)); 456 assert_equals(value.constructor, Uint8Array, 'second value should be a Uint8Array'); 466 assert_equals(viewInfo.constructor, Uint8Array, 'second view.constructor should be Uint8Array'); [all …]
|
/third_party/protobuf/js/experimental/runtime/ |
D | bytestring_test.js | 7 const /** !ArrayBuffer */ TEST_BYTES = new Uint8Array([1, 2, 3, 4]).buffer; 10 new Uint8Array([0, 1, 2, 3, 4]).buffer; 13 const /** !ArrayBufferView */ BYTES_WITH_HALLO = new Uint8Array([ 26 expect(byteString.toUint8ArrayUnsafe()).toEqual(new Uint8Array(TEST_BYTES)); 31 ByteString.fromArrayBufferView(new Uint8Array(TEST_BYTES)); 33 expect(byteString.toUint8ArrayUnsafe()).toEqual(new Uint8Array(TEST_BYTES)); 38 new Uint8Array(TEST_BYTES, /* offset */ 1, /* length */ 2)); 39 const expected = new Uint8Array([2, 3]); 40 expect(new Uint8Array(byteString.toArrayBuffer())).toEqual(expected); 45 const array = new Uint8Array(TEST_BYTES); [all …]
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/ |
D | ecdsa_vectors.js | 24 …"P-256": new Uint8Array([48, 129, 135, 2, 1, 0, 48, 19, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 8, 42… 25 …"P-384": new Uint8Array([48, 129, 182, 2, 1, 0, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43… 26 …"P-521": new Uint8Array([48, 129, 238, 2, 1, 0, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43… 30 …"P-256": new Uint8Array([48, 89, 48, 19, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 8, 42, 134, 72, 206,… 31 …"P-384": new Uint8Array([48, 118, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43, 129, 4, 0, 3… 32 …"P-521": new Uint8Array([48, 129, 155, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43, 129, 4,… 36 …var plaintext = new Uint8Array([95, 77, 186, 79, 50, 12, 12, 232, 118, 114, 90, 252, 229, 251, 210… 41 …"SHA-1": new Uint8Array([172, 224, 125, 170, 52, 83, 158, 179, 85, 149, 130, 217, 59, 201, 0, 251,… 42 …"SHA-256": new Uint8Array([83, 223, 63, 226, 42, 29, 106, 105, 225, 145, 197, 180, 118, 154, 109, … 43 …"SHA-384": new Uint8Array([235, 111, 173, 249, 151, 252, 218, 129, 123, 117, 136, 26, 162, 115, 24… [all …]
|
D | hmac_vectors.js | 3 …var plaintext = new Uint8Array([95, 77, 186, 79, 50, 12, 12, 232, 118, 114, 90, 252, 229, 251, 210… 6 …"SHA-1": new Uint8Array([71, 162, 7, 70, 209, 113, 121, 219, 101, 224, 167, 157, 237, 255, 199, 25… 7 …"SHA-256": new Uint8Array([229, 136, 236, 8, 17, 70, 61, 118, 114, 65, 223, 16, 116, 180, 122, 228… 8 …"SHA-384": new Uint8Array([107, 29, 162, 142, 171, 31, 88, 42, 217, 113, 142, 255, 224, 94, 35, 21… 9 …"SHA-512": new Uint8Array([93, 204, 53, 148, 67, 170, 246, 82, 250, 19, 117, 214, 179, 230, 31, 22… 13 …"SHA-1": new Uint8Array([5, 51, 144, 42, 153, 248, 82, 78, 229, 10, 240, 29, 56, 222, 220, 225, 51… 14 …"SHA-256": new Uint8Array([133, 164, 12, 234, 46, 7, 140, 40, 39, 163, 149, 63, 251, 102, 194, 123… 15 …"SHA-384": new Uint8Array([33, 124, 61, 80, 240, 186, 154, 109, 110, 174, 30, 253, 215, 165, 24, 2… 16 …"SHA-512": new Uint8Array([97, 251, 39, 140, 63, 251, 12, 206, 43, 241, 207, 114, 61, 223, 216, 23…
|
D | rsa_pss_vectors.js | 21 …var pkcs8 = new Uint8Array([48, 130, 4, 191, 2, 1, 0, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, … 22 …var spki = new Uint8Array([48, 130, 1, 34, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 1, 5, 0,… 25 …var plaintext = new Uint8Array([95, 77, 186, 79, 50, 12, 12, 232, 118, 114, 90, 252, 229, 251, 210… 29 …"sha-1, no salt": new Uint8Array([31, 28, 216, 30, 203, 59, 179, 29, 242, 229, 240, 246, 76, 92, 1… 30 …"sha-256, no salt": new Uint8Array([97, 87, 214, 104, 237, 101, 93, 151, 139, 76, 21, 140, 132, 25… 31 …"sha-384, no salt": new Uint8Array([123, 149, 170, 182, 179, 76, 9, 98, 210, 40, 64, 158, 48, 223,… 32 …"sha-512, no salt": new Uint8Array([175, 27, 192, 127, 167, 10, 221, 25, 243, 206, 31, 27, 239, 14… 33 …"sha-1, salted": new Uint8Array([31, 96, 138, 113, 209, 136, 76, 254, 33, 131, 180, 144, 55, 170, … 34 …"sha-256, salted": new Uint8Array([140, 61, 3, 189, 232, 196, 45, 148, 83, 99, 27, 11, 170, 200, 1… 35 …"sha-384, salted": new Uint8Array([121, 247, 40, 75, 180, 33, 109, 230, 132, 41, 133, 78, 219, 66,… [all …]
|
/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-eof.any.js | 3 assert_equals(new TextDecoder().decode(new Uint8Array([0xF0])), "\uFFFD"); 4 assert_equals(new TextDecoder().decode(new Uint8Array([0xF0, 0x9F])), "\uFFFD"); 5 assert_equals(new TextDecoder().decode(new Uint8Array([0xF0, 0x9F, 0x92])), "\uFFFD"); 8 assert_equals(new TextDecoder().decode(new Uint8Array([0xF0, 0x9F, 0x41])), "\uFFFDA"); 9 assert_equals(new TextDecoder().decode(new Uint8Array([0xF0, 0x41, 0x42])), "\uFFFDAB"); 10 assert_equals(new TextDecoder().decode(new Uint8Array([0xF0, 0x41, 0xF0])), "\uFFFDA\uFFFD"); 11 assert_equals(new TextDecoder().decode(new Uint8Array([0xF0, 0x8F, 0x92])), "\uFFFD\uFFFD\uFFFD"); 16 decoder.decode(new Uint8Array([0xF0]), { stream: true }); 19 decoder.decode(new Uint8Array([0xF0]), { stream: true }); 20 decoder.decode(new Uint8Array([0x9F]), { stream: true }); [all …]
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ |
D | aes_gcm_256_iv_fixtures.js | 3 var plaintext = new Uint8Array([ 39 128: new Uint8Array([ 42 192: new Uint8Array([ 46 256: new Uint8Array([ 53 var iv = new Uint8Array([ 61 var additionalData = new Uint8Array([ 70 128: new Uint8Array([ 74 192: new Uint8Array([ 77 256: new Uint8Array([ 83 128: new Uint8Array([ [all …]
|
D | aes_gcm_96_iv_fixtures.js | 3 var plaintext = new Uint8Array([ 39 128: new Uint8Array([ 42 192: new Uint8Array([ 46 256: new Uint8Array([ 53 var iv = new Uint8Array([ 60 var additionalData = new Uint8Array([ 69 128: new Uint8Array([ 73 192: new Uint8Array([ 76 256: new Uint8Array([ 82 128: new Uint8Array([ [all …]
|
D | aes_cbc_vectors.js | 16 var plaintext = new Uint8Array([84, 104, 105, 115, 32, 115, 60 128: new Uint8Array([222, 192, 212, 252, 191, 60, 71, 62 192: new Uint8Array([208, 238, 131, 65, 63, 68, 196, 63, 186, 208, 64 256: new Uint8Array([103, 105, 56, 35, 251, 29, 88, 7, 63, 145, 236, 70 var iv = new Uint8Array([85, 170, 248, 155, 168, 148, 19, 213, 78, 167, 39, 78 128: new Uint8Array([35, 127, 3, 254, 231, 8, 114, 231, 143, 174, 193, 112 192: new Uint8Array([131, 160, 2, 14, 214, 229, 41, 230, 47, 99, 83, 146 256: new Uint8Array([41, 213, 121, 140, 181, 227, 200, 97, 100, 133, 58, 184 …"zeroPadChar": new Uint8Array([238, 27, 248, 169, 218, 138, 164, 86, 207, 102, 36, 223, 6, 166, 77… 185 …"bigPadChar": new Uint8Array([91, 67, 119, 104, 252, 238, 175, 144, 17, 75, 12, 163, 212, 52, 46, … [all …]
|
D | rsa_vectors.js | 21 …var pkcs8 = new Uint8Array([48, 130, 4, 191, 2, 1, 0, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, … 22 …var spki = new Uint8Array([48, 130, 1, 34, 48, 13, 6, 9, 42, 134, 72, 134, 247, 13, 1, 1, 1, 5, 0,… 26 …var label = new Uint8Array([84, 104, 101, 114, 101, 32, 97, 114, 101, 32, 55, 32, 102, 117, 114, 1… 29 …var plaintext = new Uint8Array([95, 77, 186, 79, 50, 12, 12, 232, 118, 114, 90, 252, 229, 251, 210… 32 …"sha-1, no label": new Uint8Array([144, 30, 240, 156, 187, 254, 154, 73, 57, 185, 169, 196, 60, 20… 33 …"sha-256, no label": new Uint8Array([5, 49, 234, 235, 75, 140, 239, 142, 183, 125, 215, 54, 208, 1… 34 …"sha-384, no label": new Uint8Array([12, 35, 146, 227, 15, 146, 241, 244, 228, 172, 209, 180, 166,… 35 …"sha-512, no label": new Uint8Array([6, 38, 211, 70, 213, 37, 49, 19, 221, 192, 248, 206, 209, 145… 36 …"sha-1, with label": new Uint8Array([69, 12, 147, 43, 219, 95, 34, 61, 29, 64, 218, 190, 133, 69, … 37 …"sha-256, with label": new Uint8Array([180, 212, 109, 8, 118, 130, 24, 5, 96, 121, 113, 102, 114, … [all …]
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/digest/ |
D | digest.https.any.js | 7 empty: new Uint8Array(0), 8 … short: new Uint8Array([21, 110, 234, 124, 193, 76, 86, 203, 148, 219, 3, 10, 74, 157, 149, 255]), 9 …medium: new Uint8Array([182, 200, 249, 223, 100, 140, 208, 136, 183, 15, 56, 231, 65, 151, 177, 14… 12 sourceData.long = new Uint8Array(1024 * sourceData.medium.byteLength); 19 …empty: new Uint8Array([218, 57, 163, 238, 94, 107, 75, 13, 50, 85, 191, 239, 149, 96, 24, 144, 175… 20 …short: new Uint8Array([201, 19, 24, 205, 242, 57, 106, 1, 94, 63, 78, 106, 134, 160, 186, 101, 184… 21 …medium: new Uint8Array([229, 65, 6, 8, 112, 235, 22, 191, 51, 182, 142, 81, 245, 19, 82, 104, 147,… 22 …long: new Uint8Array([48, 152, 181, 0, 55, 236, 208, 46, 189, 101, 118, 83, 178, 191, 160, 30, 238… 25 …empty: new Uint8Array([227, 176, 196, 66, 152, 252, 28, 20, 154, 251, 244, 200, 153, 111, 185, 36,… 26 …short: new Uint8Array([162, 131, 17, 134, 152, 71, 146, 199, 211, 45, 89, 200, 151, 64, 104, 127, … [all …]
|
/third_party/node/test/parallel/ |
D | test-assert-typedarray-deepequal.js | 14 [new Uint8Array(1e5), new Uint8Array(1e5)], 24 [new Uint8Array([1, 2, 3, 4]).subarray(1), new Uint8Array([2, 3, 4])], 41 [new Uint8Array(2), new Uint8Array(3)], 42 [new Uint8Array([1, 2, 3]), new Uint8Array([4, 5, 6])], 43 [new Uint8ClampedArray([300, 2, 3]), new Uint8Array([300, 2, 3])], 52 [new Uint8Array([1, 2, 3]).buffer, new Uint8Array([4, 5, 6]).buffer], 54 new Uint8Array(new SharedArrayBuffer(3)).fill(1).buffer, 55 new Uint8Array(new SharedArrayBuffer(3)).fill(2).buffer, 61 new Uint8Array(new ArrayBuffer(3)).fill(1).buffer, 62 new Uint8Array(new SharedArrayBuffer(3)).fill(2).buffer,
|
D | test-buffer-writeuint.js | 41 assert.ok(data.equals(new Uint8Array([23, 23, 23, 23]))); 47 assert.ok(data.equals(new Uint8Array([23, 23, 23, 23]))); 62 assert.ok(data.equals(new Uint8Array([0x23, 0x43, 0, 0]))); 65 assert.ok(data.equals(new Uint8Array([0x23, 0x23, 0x43, 0]))); 68 assert.ok(data.equals(new Uint8Array([0x23, 0x23, 0x23, 0x43]))); 71 assert.ok(data.equals(new Uint8Array([0x43, 0x23, 0x23, 0x43]))); 74 assert.ok(data.equals(new Uint8Array([0x43, 0x43, 0x23, 0x43]))); 77 assert.ok(data.equals(new Uint8Array([0x43, 0x43, 0x43, 0x23]))); 81 assert.ok(data.equals(new Uint8Array([0x80, 0xff, 0x43, 0x23]))); 84 assert.ok(data.equals(new Uint8Array([0xff, 0x80, 0x43, 0x23]))); [all …]
|
D | test-buffer-writeint.js | 20 assert.ok(buffer.equals(new Uint8Array([ 0x23, 0xfb ]))); 25 assert.ok(buffer.equals(new Uint8Array([ 0x7f, 0x80 ]))); 57 assert.ok(buffer.equals(new Uint8Array([ 0x00, 0x23, 0x23, 0x00 ]))); 61 assert.ok(buffer.equals(new Uint8Array([ 0xff, 0xfb, 0xfb, 0xff ]))); 65 assert.ok(buffer.equals(new Uint8Array([ 0xf9, 0x71, 0x71, 0xf9 ]))); 70 assert.ok(buffer.equals(new Uint8Array([ 0x7f, 0xff, 0x80, 0x00 ]))); 74 assert.ok(buffer.equals(new Uint8Array([ 0xff, 0x7f, 0x00, 0x80 ]))); 109 assert.ok(buffer.equals(new Uint8Array([ 115 assert.ok(buffer.equals(new Uint8Array([ 121 assert.ok(buffer.equals(new Uint8Array([ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typedArraysCrossAssignability01.types | 11 let arr_Uint8Array = new Uint8Array(1); 12 >arr_Uint8Array : Uint8Array 13 >new Uint8Array(1) : Uint8Array 14 >Uint8Array : Uint8ArrayConstructor 65 >arr_Int8Array = arr_Uint8Array : Uint8Array 67 >arr_Uint8Array : Uint8Array 106 >arr_Uint8Array : Uint8Array 110 >arr_Uint8Array = arr_Uint8Array : Uint8Array 111 >arr_Uint8Array : Uint8Array 112 >arr_Uint8Array : Uint8Array [all …]
|
D | valueOfTypedArray.types | 12 const typedArray1: Uint8Array = (new Uint8Array()).valueOf(); 13 >typedArray1 : Uint8Array 14 >(new Uint8Array()).valueOf() : Uint8Array 15 >(new Uint8Array()).valueOf : () => Uint8Array 16 >(new Uint8Array()) : Uint8Array 17 >new Uint8Array() : Uint8Array 18 >Uint8Array : Uint8ArrayConstructor 19 >valueOf : () => Uint8Array
|
D | unionWithIndexSignature.types | 30 export type TypedArray = Int32Array | Uint8Array; 31 >TypedArray : Int32Array | Uint8Array 33 export function isTypedArray(a: {}): a is Int32Array | Uint8Array { 34 >isTypedArray : (a: {}) => a is Int32Array | Uint8Array 37 return a instanceof Int32Array || a instanceof Uint8Array; 38 >a instanceof Int32Array || a instanceof Uint8Array : boolean 42 >a instanceof Uint8Array : boolean 44 >Uint8Array : Uint8ArrayConstructor 53 >isTypedArray : (a: {}) => a is Int32Array | Uint8Array 58 >arr : Int32Array | Uint8Array
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
D | wrapKey_unwrapKey.https.any.js | 36 …arameters: {name: "RSA-OAEP", modulusLength: 4096, publicExponent: new Uint8Array([1,0,1]), hash: … 37 wrapParameters: {name: "RSA-OAEP", label: new Uint8Array(8)} 42 wrapParameters: {name: "AES-CTR", counter: new Uint8Array(16), length: 64} 47 wrapParameters: {name: "AES-CBC", iv: new Uint8Array(16)} 52 …wrapParameters: {name: "AES-GCM", iv: new Uint8Array(16), additionalData: new Uint8Array(16), tagL… 80 …: {name: "RSASSA-PKCS1-v1_5", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash: … 81 …{algorithm: {name: "RSA-PSS", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash: … 82 …{algorithm: {name: "RSA-OAEP", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash:… 283 var aBytes = new Uint8Array(a); 284 var bBytes = new Uint8Array(b); [all …]
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
D | ec_importKey.https.any.js | 14 …spki: new Uint8Array([48, 129, 155, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43, 129, 4, 0,… 15 …spki_compressed: new Uint8Array([48, 88, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43, 129, … 16 …raw: new Uint8Array([4, 1, 86, 244, 121, 248, 223, 30, 32, 167, 255, 192, 76, 228, 32, 195, 225, 8… 17 …raw_compressed: new Uint8Array([3, 1, 86, 244, 121, 248, 223, 30, 32, 167, 255, 192, 76, 228, 32, … 18 …pkcs8: new Uint8Array([48, 129, 238, 2, 1, 0, 48, 16, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 5, 43, … 29 …spki: new Uint8Array([48, 89, 48, 19, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 8, 42, 134, 72, 206, 61… 30 …spki_compressed: new Uint8Array([48, 57, 48, 19, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 8, 42, 134, … 31 …raw: new Uint8Array([4, 210, 16, 176, 166, 249, 217, 240, 18, 134, 128, 88, 180, 63, 164, 244, 113… 32 …raw_compressed: new Uint8Array([2, 210, 16, 176, 166, 249, 217, 240, 18, 134, 128, 88, 180, 63, 16… 33 …pkcs8: new Uint8Array([48, 129, 135, 2, 1, 0, 48, 19, 6, 7, 42, 134, 72, 206, 61, 2, 1, 6, 8, 42, … [all …]
|