Searched defs:hashAlgo (Results 1 – 4 of 4) sorted by relevance
15 function Verifier(key, hashAlgo) { argument63 function Signer(key, hashAlgo) { argument
133 PrivateKey.prototype.createVerify = function (hashAlgo) { argument137 PrivateKey.prototype.createSign = function (hashAlgo) { argument
146 Key.prototype.createVerify = function (hashAlgo) { argument
61 def checkHash(targetfile, hashAlgo): argument