MediaWiki REL1_40
|
This is the complete list of members for CryptHKDF, including all inherited members.
$algorithm | CryptHKDF | protected |
$cache | CryptHKDF | protected |
$cacheKey | CryptHKDF | protected |
$context | CryptHKDF | protected |
$hashLength | CryptHKDF | static |
$lastK | CryptHKDF | protected |
$salt | CryptHKDF | protected |
__construct( $secretKeyMaterial, $algorithm, BagOStuff $cache, $context) | CryptHKDF | |
__destruct() | CryptHKDF | |
generate( $bytes, $context='') | CryptHKDF | |
getSaltUsingCache() | CryptHKDF | protected |
HKDF( $hash, $ikm, $salt, $info, $L) | CryptHKDF | static |