ot::Crypto::HkdfSha256::Extract() method
Performs the HKDF Extract step. In the Extract step getting an input key extracts from it a pseudo-random key.
Arguments
aSalt
A pointer to buffer containing salt.
aSaltLength
The salt length (in bytes).
![]()
hkdf.Extract(salt, sizeof(salt), cryptoKey);
ot::Crypto::HkdfSha256::Extract() is called by 1 function and calls 1 function:
![]()
ot::Crypto::HkdfSha256::Extract()
ot::Crypto::HkdfSha256::Extract():
![]()
ot::Crypto::HkdfSha256::Extract()