Searched refs:SetKey (Results 1 – 11 of 11) sorted by relevance
86 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey() function in ot::Crypto::AesCcm95 void SetKey(const uint8_t *aKey, uint16_t aKeyLength);103 void SetKey(const Mac::KeyMaterial &aMacKey);
45 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey() function in ot::Crypto::AesCcm50 SetKey(cryptoKey); in SetKey()53 void AesCcm::SetKey(const Mac::KeyMaterial &aMacKey) in SetKey() function in ot::Crypto::AesCcm58 SetKey(cryptoKey); in SetKey()
82 void SetKey(const Key &aKey);
48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey() function in ot::Crypto::AesEcb
70 aesCcm.SetKey(key, sizeof(key)); in TestMacBeaconFrame()131 aesCcm.SetKey(key, sizeof(key)); in TestMacCommandFrame()207 aesCcm.SetKey(kKey, sizeof(kKey)); in TestInPlaceAesCcmProcessing()
80 aesCcm.SetKey(AsCoreType(aKey)); in otCryptoAesCcm()
164 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey() function in ot::Flash::RecordHeader
309 SetKey(aKey); in SetFrom()
640 void SetKey(const Key &aKey) { mKeyMaterial.mKey = aKey; } in SetKey() function in ot::Mac::KeyMaterial
1373 aesCcm.SetKey(GetAesKey()); in ProcessTransmitAesCcm()1509 aesCcm.SetKey(aMacKey); in ProcessReceiveAesCcm()
2405 aesCcm.SetKey(keySequence == Get<KeyManager>().GetCurrentKeySequence() in ProcessMessageSecurity()