Home
last modified time | relevance | path

Searched refs:rsaSignature (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-rsa-dsa.js328 let rsaSignature = rsaSign.sign(rsaKeyPem, 'hex'); variable
329 assert.strictEqual(rsaSignature, expectedSignature);
332 assert.strictEqual(rsaVerify.verify(rsaPubPem, rsaSignature, 'hex'), true);
337 rsaSignature = rsaSign.sign(rsaPkcs8KeyPem, 'hex');
338 assert.strictEqual(rsaSignature, expectedSignature);
342 assert.strictEqual(rsaVerify.verify(rsaPubPem, rsaSignature, 'hex'), true);
348 rsaSignature = rsaSign.sign(signOptions, 'hex');
349 assert.strictEqual(rsaSignature, expectedSignature);
353 assert.strictEqual(rsaVerify.verify(rsaPubPem, rsaSignature, 'hex'), true);
Dtest-crypto-binary-default.js627 const rsaSignature = rsaSign.sign(rsaKeyPem, 'hex'); constant
632 assert.strictEqual(rsaSignature, expectedSignature);
635 assert.strictEqual(rsaVerify.verify(rsaPubPem, rsaSignature, 'hex'), true);
/third_party/node/deps/openssl/openssl/providers/common/der/
DRSA.asn184 …iso(1) identified-organization(3) teletrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1)…
/third_party/openssl/providers/common/der/
DRSA.asn184 …iso(1) identified-organization(3) teletrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1)…
/third_party/openssl/crypto/objects/
Dobj_mac.num377 rsaSignature 377
Dobjects.txt706 algorithm 11 : rsaSignature
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobj_mac.num377 rsaSignature 377
Dobjects.txt706 algorithm 11 : rsaSignature