ot::Crypto::HkdfSha256::Expand() method
Performs the HKDF Expand step. The method should be used after a previous `Extract` call, otherwise its behavior is undefined. In the Expand stage an output key of a given length is derived from the pseudo-random key of Extract stage.
Arguments
aInfo
A pointer to buffer containing info sequence.
aInfoLength
The info length (in bytes).
aOutputKey
Buffer to place the output key (must contain at least @p aOutputKeyLength bytes).
aOutputKeyLength
The output key length.