[Crypt_Xtea] element index
Package indexes
Crypt_Xtea_Test
All elements
c
d
e
g
n
s
x
_
_
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.
_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.
c
top
Crypt_Xtea
Crypt_Xtea::Crypt_Xtea()
in Xtea.php
Constructor, sets the number of iterations.
Crypt_Xtea
Crypt_Xtea
in Xtea.php
Class that implements the xTEA encryption algorithm.
d
top
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.
g
top
getIter
Crypt_Xtea::getIter()
in Xtea.php
Get the number of iterations to use.
n
top
$n_iter
Crypt_Xtea::$n_iter
in Xtea.php
Number of iterations.
s
top
setIter
Crypt_Xtea::setIter()
in Xtea.php
Set the number of iterations to use.
x
top
Xtea.php
Xtea.php
in Xtea.php
c
d
e
g
n
s
x
_