Home
last modified time | relevance | path

Searched refs:aOutputKeyLength (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/crypto/
Dhkdf_sha256.cpp59 …:Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t aOutputKeyLength) in Expand() argument
61 …ccessOrAssert(otPlatCryptoHkdfExpand(&mContext, aInfo, aInfoLength, aOutputKey, aOutputKeyLength)); in Expand()
Dhkdf_sha256.hpp93 …Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t aOutputKeyLength);
Dcrypto_platform.cpp252 uint16_t aOutputKeyLength) in otPlatCryptoHkdfExpand() argument
279 while (aOutputKeyLength > 0) in otPlatCryptoHkdfExpand()
297 copyLength = Min(aOutputKeyLength, static_cast<uint16_t>(sizeof(hash))); in otPlatCryptoHkdfExpand()
301 aOutputKeyLength -= copyLength; in otPlatCryptoHkdfExpand()
/external/openthread/include/openthread/platform/
Dcrypto.h434 uint16_t aOutputKeyLength);