Searched refs:aOutputKeyLength (Results 1 – 4 of 4) sorted by relevance
/external/openthread/src/core/crypto/ |
D | hkdf_sha256.cpp | 59 …: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()
|
D | hkdf_sha256.hpp | 93 …Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t aOutputKeyLength);
|
D | crypto_platform.cpp | 252 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/ |
D | crypto.h | 434 uint16_t aOutputKeyLength);
|