MediaWiki
1.28.0
|
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 |
$cryptRand | CryptHKDF | private |
$hashLength | CryptHKDF | static |
$lastK | CryptHKDF | protected |
$prk | CryptHKDF | private |
$salt | CryptHKDF | protected |
$skm | CryptHKDF | private |
__construct($secretKeyMaterial, $algorithm, BagOStuff $cache, $context, CryptRand $cryptRand) | 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 |