MediaWiki
master
|
This is the complete list of members for MWCryptHKDF, including all inherited members.
$algorithm | MWCryptHKDF | protected |
$cache | MWCryptHKDF | protected |
$cacheKey | MWCryptHKDF | protected |
$context | MWCryptHKDF | protected |
$hashLength | MWCryptHKDF | static |
$lastK | MWCryptHKDF | protected |
$prk | MWCryptHKDF | private |
$salt | MWCryptHKDF | protected |
$singleton | MWCryptHKDF | protectedstatic |
$skm | MWCryptHKDF | private |
__construct($secretKeyMaterial, $algorithm, $cache, $context) | MWCryptHKDF | |
__destruct() | MWCryptHKDF | |
generate($bytes, $context) | MWCryptHKDF | static |
generateHex($chars, $context= '') | MWCryptHKDF | static |
getSaltUsingCache() | MWCryptHKDF | protected |
HKDF($hash, $ikm, $salt, $info, $L) | MWCryptHKDF | static |
HKDFExpand($hash, $prk, $info, $bytes, &$lastK= '') | MWCryptHKDF | privatestatic |
HKDFExtract($hash, $salt, $ikm) | MWCryptHKDF | privatestatic |
realGenerate($bytes, $context= '') | MWCryptHKDF | protected |
singleton() | MWCryptHKDF | protectedstatic |