Searched refs:aInputKey (Results 1 – 4 of 4) sorted by relevance
54 void HkdfSha256::Extract(const uint8_t *aSalt, uint16_t aSaltLength, const Key &aInputKey) in Extract() argument56 SuccessOrAssert(otPlatCryptoHkdfExtract(&mContext, aSalt, aSaltLength, &aInputKey)); in Extract()
80 void Extract(const uint8_t *aSalt, uint16_t aSaltLength, const Key &aInputKey);
311 const otCryptoKey *aInputKey) in otPlatCryptoHkdfExtract() argument317 const LiteralKey inputKey(*static_cast<const Key *>(aInputKey)); in otPlatCryptoHkdfExtract()
450 const otCryptoKey *aInputKey);