Full index
Package indexes
Crypt_Xtea_Test
Crypt_Xtea
c
d
e
f
g
k
n
s
t
x
c
top
Crypt_Xtea
Crypt_Xtea
in Xtea.php
Class that implements the xTEA encryption algorithm.
Crypt_Xtea
Crypt_Xtea::Crypt_Xtea()
in Xtea.php
Constructor, sets the number of iterations.
Crypt_XteaTest
Crypt_XteaTest::Crypt_XteaTest()
in XteaTest.php
Crypt_XteaTest
Crypt_XteaTest
in XteaTest.php
Tester class for Xtea class.
d
top
$data
Crypt_XteaTest::$data
in XteaTest.php
decrypt
Crypt_Xtea::decrypt()
in Xtea.php
Decrypt an encrypted string using a specific key.
e
top
encrypt
Crypt_Xtea::encrypt()
in Xtea.php
Encrypt a string using a specific key.
endTimer
Crypt_XteaTest::endTimer()
in XteaTest.php
f
top
full.php
full.php
in full.php
g
top
getIter
Crypt_Xtea::getIter()
in Xtea.php
Get the number of iterations to use.
getTimings
Crypt_XteaTest::getTimings()
in XteaTest.php
k
top
$key
Crypt_XteaTest::$key
in XteaTest.php
n
top
$n_iter
Crypt_Xtea::$n_iter
in Xtea.php
Number of iterations.
o
top
$obj
Crypt_XteaTest::$obj
in XteaTest.php
s
top
setIter
Crypt_Xtea::setIter()
in Xtea.php
Set the number of iterations to use.
setUp
Crypt_XteaTest::setUp()
in XteaTest.php
startTimer
Crypt_XteaTest::startTimer()
in XteaTest.php
t
top
tearDown
Crypt_XteaTest::tearDown()
in XteaTest.php
testAdd
Crypt_XteaTest::testAdd()
in XteaTest.php
testCipher
Crypt_XteaTest::testCipher()
in XteaTest.php
testCrypt
Crypt_XteaTest::testCrypt()
in XteaTest.php
testIter
Crypt_XteaTest::testIter()
in XteaTest.php
testShift
Crypt_XteaTest::testShift()
in XteaTest.php
tester.php
tester.php
in tester.php
x
top
xteacmd.php
xteacmd.php
in xteacmd.php
XteaTest.php
XteaTest.php
in XteaTest.php
xtea.php
xtea.php
in xtea.php
Xtea.php
Xtea.php
in Xtea.php
_
top
_add
Crypt_Xtea::_add()
in Xtea.php
Handle proper unsigned add, dealing with PHP's signed add.
_decipherLong
Crypt_Xtea::_decipherLong()
in Xtea.php
Decipher a single long (32-bit) value.
_encipherLong
Crypt_Xtea::_encipherLong()
in Xtea.php
Encipher a single long (32-bit) value.
_getTimer
Crypt_XteaTest::_getTimer()
in XteaTest.php
_hex2bin
Crypt_Xtea::_hex2bin()
in Xtea.php
Convert a hexadecimal string to a binary string (e.g. convert "616263" to "abc").
_long2str
Crypt_Xtea::_long2str()
in Xtea.php
Convert long to character string.
_resize
Crypt_Xtea::_resize()
in Xtea.php
Resize data string to a multiple of specified size.
_rshift
Crypt_Xtea::_rshift()
in Xtea.php
Handle proper unsigned right shift, dealing with PHP's signed shift.
_str2long
Crypt_Xtea::_str2long()
in Xtea.php
Convert string to array of long.
_testHuge
Crypt_XteaTest::_testHuge()
in XteaTest.php
c
d
e
f
g
k
n
s
t
x