Searched refs:decryptTextString (Results 1 – 4 of 4) sorted by relevance
| /plugin/dokucrypt3/ |
| H A D | crypto_high-level.js | 95 if(!(ptext=decryptTextString(data.substring(tagend+1,ptend),key))) { 218 function decryptTextString(ctext,akey) { function
|
| H A D | script.js | 270 if(!(ptext=decryptTextString(ctext,given_key))) { 301 if(key===false || key===undefined || key === null || !decryptTextString(ctext,key)) {
|
| /plugin/dokucrypt/ |
| D | script.js | 271 if(!(ptext=decryptTextString(ctext,key))) { 274 ptext=decryptTextString(ctext,key); 285 if(!(ptext=decryptTextString(ctext,xkey))) { 421 function decryptTextString(ctext,akey) { function
|
| /plugin/dokucrypt2/ |
| D | script.js | 341 if(!(ptext=decryptTextString(ctext,key))) { 344 ptext=decryptTextString(ctext,key); 355 if(!(ptext=decryptTextString(ctext,xkey))) { 493 function decryptTextString(ctext,akey) { function
|