Home
last modified time | relevance | path

Searched refs:verifyDecrypt (Results 1 – 2 of 2) sorted by relevance

/plugin/dokucrypt/
H A Dscript.js185 if((ptext=verifyDecrypt(ctext,lock,false))===false) {
265 function verifyDecrypt(ctext,lock,key) { function
308 if(!(ptext=verifyDecrypt(data.substring(tagend+1,ptend),lock,key))) {
/plugin/dokucrypt2/
H A Dscript.js241 if((ptext=verifyDecrypt(ctext,lock,false))===false) {
335 function verifyDecrypt(ctext,lock,key) { function
378 if(!(ptext=verifyDecrypt(data.substring(tagend+1,ptend),lock,key))) {