$cipher (defined in fpoirotte\Cryptal\DefaultAlgorithms\Camellia) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$k | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$k2 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$ke | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$ke2 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$key (defined in fpoirotte\Cryptal\DefaultAlgorithms\Camellia) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$keyLength | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$kw | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$kw2 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
$sbox1 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protectedstatic |
__construct(CipherEnum $cipher, ModeEnum $mode, PaddingInterface $padding, $key, $tagLength=self::DEFAULT_TAG_LENGTH) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
decrypt($iv, $data, $tag=null, $aad= '') | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
DEFAULT_TAG_LENGTH (defined in fpoirotte\Cryptal\Implementers\CryptoInterface) | fpoirotte\Cryptal\Implementers\CryptoInterface | |
encrypt($iv, $data, &$tag=null, $aad= '') | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
f($F_IN, $KE) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
fl($FL_IN, $KE) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protectedstatic |
flinv($FLINV_IN, $KE) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protectedstatic |
getBlockSize() | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
getCipher() | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
getIVSize() | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
getKey() | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
rotateLeft($value, $n) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protectedstatic |
sbox($n, $x) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protectedstatic |
scheduleKeys($key) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |
SIGMA1 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
SIGMA2 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
SIGMA3 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
SIGMA4 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
SIGMA5 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
SIGMA6 | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | |
xcrypt($m, array $k, array $ke, array $kw) | fpoirotte\Cryptal\DefaultAlgorithms\Camellia | protected |