MediaWiki  1.28.1
CryptHKDF Member List

This is the complete list of members for CryptHKDF, including all inherited members.

$algorithmCryptHKDFprotected
$cacheCryptHKDFprotected
$cacheKeyCryptHKDFprotected
$contextCryptHKDFprotected
$cryptRandCryptHKDFprivate
$hashLengthCryptHKDFstatic
$lastKCryptHKDFprotected
$prkCryptHKDFprivate
$saltCryptHKDFprotected
$skmCryptHKDFprivate
__construct($secretKeyMaterial, $algorithm, BagOStuff $cache, $context, CryptRand $cryptRand)CryptHKDF
__destruct()CryptHKDF
generate($bytes, $context= '')CryptHKDF
getSaltUsingCache()CryptHKDFprotected
HKDF($hash, $ikm, $salt, $info, $L)CryptHKDFstatic
HKDFExpand($hash, $prk, $info, $bytes, &$lastK= '')CryptHKDFprivatestatic
HKDFExtract($hash, $salt, $ikm)CryptHKDFprivatestatic