Home
last modified time | relevance | path

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

/plugin/dokucrypt/
H A Dscript.js416 var ct = rijndaelEncrypt(header + plaintext, key, "CBC");
873 function rijndaelEncrypt(plaintext, key, mode) { function
1126 this.key = rijndaelEncrypt(this.itext, this.key, "ECB");
1136 this.key = rijndaelEncrypt(this.itext, this.key, "ECB");
1144 this.key = rijndaelEncrypt(this.itext, this.key, "ECB");
/plugin/dokucrypt2/
H A Dscript.js475 /* The format of the actual message passed to rijndaelEncrypt
485 encryption, which is added internally by rijndaelEncrypt.
488 var ct = rijndaelEncrypt(header + plaintext, key, "CBC");
933 // rijndaelEncrypt(plaintext, key, mode)
945 function rijndaelEncrypt(plaintext, key, mode) { function
1198 this.key = rijndaelEncrypt(this.itext, this.key, "ECB");
1208 this.key = rijndaelEncrypt(this.itext, this.key, "ECB");
1216 this.key = rijndaelEncrypt(this.itext, this.key, "ECB");