Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-crypto-dh-stateless.js15 function test({ publicKey: alicePublicKey, privateKey: alicePrivateKey }, property
16 { publicKey: bobPublicKey, privateKey: bobPrivateKey }, property
20 publicKey: bobPublicKey property
24 publicKey: alicePublicKey property
98 assert.throws(() => crypto.diffieHellman({ publicKey: alicePublicKey }), { property
111 const publicKey = Buffer.from( constant
125 test({ publicKey: alicePublicKey, privateKey: alicePrivateKey }, property
126 { publicKey: bobPublicKey, privateKey: bobPrivateKey }, property
166 const publicKey = crypto.createPublicKey({ constant
183 const secret = crypto.diffieHellman({ publicKey, privateKey }); property
Dtest-crypto-dh-leak.js16 const publicKey = dh.generateKeys(); constant
Dtest-crypto-key-objects.js94 const publicKey = createPublicKey(publicPem); constant
124 const publicKey = createPublicKey(publicPem); constant
310 const publicKey = createPublicKey(publicDsa); constant
334 const publicKey = createPublicKey(publicPem); constant
380 const publicKey = createPublicKey(publicPem); constant
427 const publicKey = createPublicKey(publicPem); constant
Dtest-crypto-keygen.js34 function testEncryptDecrypt(publicKey, privateKey) { argument
45 function testSignVerify(publicKey, privateKey) { argument
154 const publicKey = { key: publicKeyDER, ...publicKeyEncoding }; variable
178 const publicKey = { key: publicKeyDER, ...publicKeyEncoding }; variable
208 const publicKey = { key: publicKeyDER, ...publicKeyEncoding }; variable
248 const publicKey = { key: publicKeyDER, ...publicKeyEncoding }; variable
Dtest-crypto-binary-default.js642 const publicKey = fixtures.readKey('rsa_public_b.pem'); constant
669 const publicKey = fixtures.readKey('dsa_public.pem'); constant
Dtest-crypto-rsa-dsa.js304 const publicKey = fixtures.readKey('rsa_public_b.pem'); constant
Dtest-crypto-sign-verify.js300 const publicKey = example.publicKey.join('\n'); constant
/third_party/node/deps/npm/node_modules/tweetnacl/
Dnacl.d.ts10 publicKey: Uint8Array; property
15 publicKey: Uint8Array; property
Dnacl-fast.js2219 nacl.box = function(msg, nonce, publicKey, secretKey) { argument
2224 nacl.box.before = function(publicKey, secretKey) { argument
2234 nacl.box.open = function(msg, nonce, publicKey, secretKey) { argument
2272 nacl.sign.open = function(signedMsg, publicKey) { argument
2293 nacl.sign.detached.verify = function(msg, sig, publicKey) { argument
Dnacl.js1006 nacl.box = function(msg, nonce, publicKey, secretKey) { argument
1011 nacl.box.before = function(publicKey, secretKey) { argument
1021 nacl.box.open = function(msg, nonce, publicKey, secretKey) { argument
1059 nacl.sign.open = function(signedMsg, publicKey) { argument
1080 nacl.sign.detached.verify = function(msg, sig, publicKey) { argument
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DKEYAgreement.java77 public byte[] keyAgreement(byte[] privateKey, byte[] publicKey) { in keyAgreement()
/third_party/node/test/fixtures/
Dpss-vectors.json3 "publicKey": [ array
45 "publicKey": [ array
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DCipherClient.java547 ClientPublicKey publicKey = new ClientPublicKey(); in judgeGetExchangeKeys() local
/third_party/openssl/crypto/ec/
Dec_asn1.c160 ASN1_BIT_STRING *publicKey; member
/third_party/openssl/crypto/cms/
Dcms_local.h180 ASN1_BIT_STRING *publicKey; member
/third_party/typescript/lib/
Dlib.dom.d.ts295 publicKey?: PublicKeyCredentialCreationOptions; property
305 publicKey?: PublicKeyCredentialRequestOptions; property
3774 publicKey: CryptoKey; property
9896 readonly publicKey: string; property
14844 readonly publicKey: CryptoKey; property
Dlib.webworker.d.ts90 publicKey?: CryptoKey; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts275 publicKey?: PublicKeyCredentialCreationOptions; property
285 publicKey?: PublicKeyCredentialRequestOptions; property
3754 publicKey: CryptoKey; property
9876 readonly publicKey: string; property
14824 readonly publicKey: CryptoKey; property
Dwebworker.generated.d.ts70 publicKey?: CryptoKey; property
/third_party/typescript/tests/lib/
Dlib.d.ts5384 publicKey: CryptoKey; property