[Crypt_Xtea] element index

Package indexes

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
Decipher a single long (32-bit) value.
_encipherLong
Encipher a single long (32-bit) value.
_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.
c
top
Crypt_Xtea
Constructor, sets the number of iterations.
Crypt_Xtea
Crypt_Xtea in Xtea.php
Class that implements the xTEA encryption algorithm.
d
top
decrypt
Decrypt an encrypted string using a specific key.
e
top
encrypt
Encrypt a string using a specific key.
g
top
getIter
Get the number of iterations to use.
n
top
$n_iter
Number of iterations.
s
top
setIter
Set the number of iterations to use.
x
top
Xtea.php
Xtea.php in Xtea.php
c d e g n s x _