Home
last modified time | relevance | path

Searched defs:publicKey (Results 1 – 25 of 50) sorted by relevance

12

/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/witness/tlog/
Dentry.js21 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
Dindex.js31 async testify(content, publicKey) { argument
/third_party/node/test/common/
Dcrypto.js36 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/
Dtest-crypto-dh-stateless.js29 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
Dtest-crypto-dh-leak.js17 const publicKey = dh.generateKeys(); constant
Dtest-crypto-async-sign-verify.js39 publicKey = { ...options, key: publicKey }; variable
115 const publicKey = { variable
Dtest-crypto-keygen-async-encrypted-private-key-der.js36 const publicKey = { variable
Dtest-crypto-keygen-async-rsa.js41 const publicKey = { variable
Dtest-crypto-keygen-async-encrypted-private-key.js39 const publicKey = { variable
Dtest-crypto-key-objects.js97 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
Dtest-crypto-sign-verify.js302 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/wpt/WebCryptoAPI/encrypt_decrypt/
Drsa_vectors.js50 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/crypto/
Drsa.js176 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/sign_verify/
Drsa_pss_vectors.js47 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
Drsa_pkcs_vectors.js43 publicKey: null, property
56 publicKey: null, property
69 publicKey: null, property
82 publicKey: null, property
Deddsa_vectors.js45 publicKey: null, property
Decdsa_vectors.js67 publicKey: null, property
/third_party/node/benchmark/crypto/
Doneshot-verify.js45 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
124publicKey = { key: keyObjects[0].export({ format: 'der', type: 'spki' }), format: 'der', type: 'sp… variable
Dcreate-keyobject.js42 publicKey: crypto.createPublicKey(keyFixtures[keyType].publicKey), property
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/signer/fulcio/
Dca.js29 async createSigningCertificate(identityToken, publicKey, challenge) { argument
47 function toCertificateRequest(identityToken, publicKey, challenge) { argument
/third_party/node/deps/npm/node_modules/sigstore/dist/tlog/
Dformat.js86 signatures: [{ sig, publicKey }], field
120 publicKey: toPublicKey(signature), property
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/
Dbase.js43 function publicKey(key) { function
/third_party/node/test/fixtures/
Dpss-vectors.json3 "publicKey": [ array
45 "publicKey": [ array
/third_party/node/lib/internal/crypto/
Dx509.js277 get publicKey() { getter in X509Certificate
/third_party/node/deps/npm/test/lib/fixtures/sigstore/
Dvalid-sigstore-attestations.json58 "publicKey": { object

12