Full index

Package indexes


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
Constructor, sets the number of iterations.
Crypt_XteaTest
Crypt_XteaTest
Crypt_XteaTest in XteaTest.php
Tester class for Xtea class.
d
top
$data
Crypt_XteaTest::$data in XteaTest.php
decrypt
Decrypt an encrypted string using a specific key.
e
top
encrypt
Encrypt a string using a specific key.
endTimer
f
top
full.php
full.php in full.php
g
top
getIter
Get the number of iterations to use.
getTimings
k
top
$key
Crypt_XteaTest::$key in XteaTest.php
n
top
$n_iter
Number of iterations.
o
top
$obj
Crypt_XteaTest::$obj in XteaTest.php
s
top
setIter
Set the number of iterations to use.
setUp
Crypt_XteaTest::setUp() in XteaTest.php
startTimer
t
top
tearDown
testAdd
testCipher
testCrypt
testIter
testShift
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
Decipher a single long (32-bit) value.
_encipherLong
Encipher a single long (32-bit) value.
_getTimer
_hex2bin
Convert a hexadecimal string to a binary string (e.g. convert "616263" to "abc").
_long2str
Convert long to character string.
_resize
Resize data string to a multiple of specified size.
_rshift
Handle proper unsigned right shift, dealing with PHP's signed shift.
_str2long
Convert string to array of long.
_testHuge
c d e f g k n s t x