otPlatCryptoHkdfExpand() function
Perform HKDF Expand step.
Arguments
aContext
Operation context for HKDF operation.
aInfo
Pointer to the Info sequence.
aInfoLength
Length of the Info sequence.
aOutputKey
Pointer to the output Key.
aOutputKeyLength
Size of the output key buffer.
Return value
OT_ERROR_NONE HKDF Expand was successful. OT_ERROR_FAILED HKDF Expand failed. OT_ERROR_INVALID_ARGS @p aContext was NULL