cryptal
latest
Cryptography Abstraction Layer
|
This is the complete list of members for fpoirotte\Cryptal\Modes\GCM, including all inherited members.
$cipher | fpoirotte\Cryptal\Modes\GCM | protected |
$iv | fpoirotte\Cryptal\Modes\GCM | protected |
$key | fpoirotte\Cryptal\Modes\GCM | protected |
$table | fpoirotte\Cryptal\Modes\GCM | protected |
$taglen | fpoirotte\Cryptal\Modes\GCM | protected |
__construct(CryptoInterface $cipher, $iv, $tagLength) | fpoirotte\Cryptal\Modes\GCM | |
decrypt($data, $context) | fpoirotte\Cryptal\Modes\GCM | |
encrypt($data, $context) | fpoirotte\Cryptal\Modes\GCM | |
gctr($ICB, $X) (defined in fpoirotte\Cryptal\Modes\GCM) | fpoirotte\Cryptal\Modes\GCM | protected |
ghash($X) (defined in fpoirotte\Cryptal\Modes\GCM) | fpoirotte\Cryptal\Modes\GCM | protected |
inc($X, $n) (defined in fpoirotte\Cryptal\Modes\GCM) | fpoirotte\Cryptal\Modes\GCM | protectedstatic |
padIv() (defined in fpoirotte\Cryptal\Modes\GCM) | fpoirotte\Cryptal\Modes\GCM | protected |