Searched refs:aOutputKey (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/core/crypto/ |
D | hkdf_sha256.cpp | 59 void HkdfSha256::Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t a… in Expand() argument 61 …SuccessOrAssert(otPlatCryptoHkdfExpand(&mContext, aInfo, aInfoLength, aOutputKey, aOutputKeyLength… in Expand()
|
D | hkdf_sha256.hpp | 93 …void Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t aOutputKeyLe…
|
D | crypto_platform.cpp | 251 uint8_t *aOutputKey, in otPlatCryptoHkdfExpand() argument 299 memcpy(aOutputKey, hash.GetBytes(), copyLength); in otPlatCryptoHkdfExpand() 300 aOutputKey += copyLength; in otPlatCryptoHkdfExpand()
|
/openthread-latest/include/openthread/platform/ |
D | crypto.h | 433 uint8_t *aOutputKey,
|