Lines Matching defs:decrypt
36 new Benchmark("Decrypt", decrypt)1654 // if(h) return this.decrypt(h); else return null;1664 RSAKey.prototype.decrypt = RSADecrypt;1690 function decrypt() {1694 var decrypted = RSA.decrypt(encrypted);