MediaWiki REL1_37
|
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 |
$prk | CryptHKDF | private |
$salt | CryptHKDF | protected |
$skm | CryptHKDF | private |
__construct( $secretKeyMaterial, $algorithm, BagOStuff $cache, $context) | CryptHKDF | |
__destruct() | CryptHKDF | |
generate( $bytes, $context='') | CryptHKDF | |
getSaltUsingCache() | CryptHKDF | protected |
HKDF( $hash, $ikm, $salt, $info, $L) | CryptHKDF | static |
HKDFExpand( $hash, $prk, $info, $bytes, &$lastK='') | CryptHKDF | privatestatic |
HKDFExtract( $hash, $salt, $ikm) | CryptHKDF | privatestatic |