Full index

Package indexes


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
Tester class for Xtea2 class.
d
top
$data
Crypt_Xtea2Test::$data in Xtea2Test.php
decrypt
Decrypt an encrypted string using a specific key.
e
top
encrypt
Encrypt a string using a specific key.
endTimer
g
top
getIter
Get the number of iterations to use.
getTimings
k
top
$key
Crypt_Xtea2Test::$key in Xtea2Test.php
o
top
$obj
Crypt_Xtea2Test::$obj in Xtea2Test.php
s
top
setIter
Set the number of iterations to use.
setUp
Crypt_Xtea2Test::setUp() in Xtea2Test.php
startTimer
t
top
tearDown
testCrypt
testIter
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
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
__construct
Constructor, sets the number of iterations.
c d e g k s t x