Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Dhkdf_sha256.cpp54 void HkdfSha256::Extract(const uint8_t *aSalt, uint16_t aSaltLength, const Key &aInputKey) in Extract() argument
56 SuccessOrAssert(otPlatCryptoHkdfExtract(&mContext, aSalt, aSaltLength, &aInputKey)); in Extract()
Dhkdf_sha256.hpp80 void Extract(const uint8_t *aSalt, uint16_t aSaltLength, const Key &aInputKey);
Dcrypto_platform.cpp311 const otCryptoKey *aInputKey) in otPlatCryptoHkdfExtract() argument
317 const LiteralKey inputKey(*static_cast<const Key *>(aInputKey)); in otPlatCryptoHkdfExtract()
/openthread-latest/include/openthread/platform/
Dcrypto.h450 const otCryptoKey *aInputKey);