| /third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/ |
| D | entry.js | 21 function toProposedEntry(content, publicKey, argument 38 function toProposedHashedRekordEntry(messageSignature, publicKey) { argument 63 function toProposedDSSEEntry(envelope, publicKey) { argument 79 function toProposedIntotoEntry(envelope, publicKey) { argument 96 signatures: [{ sig, publicKey: encodedKey }], property 123 function calculateDSSEHash(envelope, publicKey) { argument 128 { sig: envelope.signatures[0].sig.toString('base64'), publicKey }, field
|
| D | index.js | 31 async testify(content, publicKey) { argument
|
| /third_party/node/test/common/ |
| D | crypto.js | 36 function testDH({ publicKey: alicePublicKey, privateKey: alicePrivateKey }, property 37 { publicKey: bobPublicKey, privateKey: bobPrivateKey }, property 41 publicKey: bobPublicKey, property 45 publicKey: alicePublicKey, property 66 function testEncryptDecrypt(publicKey, privateKey) { argument 77 function testSignVerify(publicKey, privateKey) { argument
|
| /third_party/node/test/parallel/ |
| D | test-crypto-dh-stateless.js | 29 function test({ publicKey: alicePublicKey, privateKey: alicePrivateKey }, property 30 { publicKey: bobPublicKey, privateKey: bobPrivateKey }, property 34 publicKey: bobPublicKey property 38 publicKey: alicePublicKey property 111 assert.throws(() => crypto.diffieHellman({ publicKey: alicePublicKey }), { property 124 const publicKey = Buffer.from( constant 137 test({ publicKey: alicePublicKey, privateKey: alicePrivateKey }, property 138 { publicKey: bobPublicKey, privateKey: bobPrivateKey }, property 186 const publicKey = crypto.createPublicKey({ constant 203 const secret = crypto.diffieHellman({ publicKey, privateKey }); property
|
| D | test-crypto-dh-leak.js | 17 const publicKey = dh.generateKeys(); constant
|
| D | test-crypto-async-sign-verify.js | 39 publicKey = { ...options, key: publicKey }; variable 115 const publicKey = { variable
|
| D | test-crypto-keygen-async-encrypted-private-key-der.js | 36 const publicKey = { variable
|
| D | test-crypto-keygen-async-rsa.js | 41 const publicKey = { variable
|
| D | test-crypto-keygen-async-encrypted-private-key.js | 39 const publicKey = { variable
|
| D | test-crypto-key-objects.js | 97 const publicKey = createPublicKey(publicPem); constant 152 const publicKey = createPublicKey(publicPem); constant 544 const publicKey = createPublicKey(publicDsa); constant 573 const publicKey = createPublicKey(publicPem); constant 636 const publicKey = createPublicKey(publicPem); constant 668 const publicKey = createPublicKey(publicPem); constant 715 const publicKey = createPublicKey(publicPem); constant
|
| D | test-crypto-sign-verify.js | 302 const publicKey = example.publicKey.join('\n'); constant 643 const publicKey = crypto.createPublicKey(publicPem); constant 676 const publicKey = crypto.createPublicKey(publicPem); constant 718 const publicKey = crypto.createPublicKey(publicPem); constant
|
| /third_party/node/test/fixtures/crypto/ |
| D | rsa.js | 176 publicKey: null, property 189 publicKey: null, property 202 publicKey: null, property 215 publicKey: null, property 228 publicKey: null, property 241 publicKey: null, property 254 publicKey: null, property 267 publicKey: null, property 280 publicKey: null, property 293 publicKey: null, property [all …]
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ |
| D | rsa_vectors.js | 50 publicKey: null, property 63 publicKey: null, property 76 publicKey: null, property 89 publicKey: null, property 102 publicKey: null, property 115 publicKey: null, property 128 publicKey: null, property 141 publicKey: null, property 154 publicKey: null, property 167 publicKey: null, property [all …]
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/ |
| D | rsa_pss_vectors.js | 47 publicKey: null, property 60 publicKey: null, property 73 publicKey: null, property 86 publicKey: null, property 99 publicKey: null, property 112 publicKey: null, property 125 publicKey: null, property 138 publicKey: null, property
|
| D | rsa_pkcs_vectors.js | 43 publicKey: null, property 56 publicKey: null, property 69 publicKey: null, property 82 publicKey: null, property
|
| D | eddsa_vectors.js | 45 publicKey: null, property
|
| D | ecdsa_vectors.js | 67 publicKey: null, property
|
| /third_party/node/benchmark/crypto/ |
| D | oneshot-verify.js | 45 function measureSync(n, digest, signature, publicKey, keys) { argument 57 function measureAsync(n, digest, signature, publicKey, keys) { argument 78 function measureAsyncParallel(n, digest, signature, publicKey, keys) { argument 120 publicKey = { key: keyObjects[0].export({ format: 'jwk' }), format: 'jwk' }; variable 124 …publicKey = { key: keyObjects[0].export({ format: 'der', type: 'spki' }), format: 'der', type: 'sp… variable
|
| D | create-keyobject.js | 42 publicKey: crypto.createPublicKey(keyFixtures[keyType].publicKey), property
|
| /third_party/node/deps/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ |
| D | ca.js | 29 async createSigningCertificate(identityToken, publicKey, challenge) { argument 47 function toCertificateRequest(identityToken, publicKey, challenge) { argument
|
| /third_party/node/deps/npm/node_modules/sigstore/dist/tlog/ |
| D | format.js | 86 signatures: [{ sig, publicKey }], field 120 publicKey: toPublicKey(signature), property
|
| /third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/ |
| D | base.js | 43 function publicKey(key) { function
|
| /third_party/node/test/fixtures/ |
| D | pss-vectors.json | 3 "publicKey": [ array 45 "publicKey": [ array
|
| /third_party/node/lib/internal/crypto/ |
| D | x509.js | 277 get publicKey() { getter in X509Certificate
|
| /third_party/node/deps/npm/test/lib/fixtures/sigstore/ |
| D | valid-sigstore-attestations.json | 58 "publicKey": { object
|