Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:ctext

1641 // Return the PKCS#1 RSA decryption of "ctext".
1642 // "ctext" is an even-length hex string and the output is a plain string.
1643 function RSADecrypt(ctext) {
1644 var c = parseBigInt(ctext, 16);
1650 // Return the PKCS#1 RSA decryption of "ctext".
1651 // "ctext" is a Base64-encoded string and the output is a plain string.
1652 //function RSAB64Decrypt(ctext) {
1653 // var h = b64tohex(ctext);