Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Dhkdf_sha256.cpp59 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()
Dhkdf_sha256.hpp93 …void Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t aOutputKeyLe…
Dcrypto_platform.cpp250 uint16_t aInfoLength, in otPlatCryptoHkdfExpand() argument
291 hmac.Update(aInfo, aInfoLength); in otPlatCryptoHkdfExpand()
/openthread-latest/include/openthread/platform/
Dcrypto.h432 uint16_t aInfoLength,