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