Home
last modified time | relevance | path

Searched refs:SetKey (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/core/crypto/
Daes_ccm.hpp82 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey() function in ot::Crypto::AesCcm
90 void SetKey(const uint8_t *aKey, uint16_t aKeyLength);
97 void SetKey(const Mac::KeyMaterial &aMacKey);
Daes_ccm.cpp43 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey() function in ot::Crypto::AesCcm
48 SetKey(cryptoKey); in SetKey()
51 void AesCcm::SetKey(const Mac::KeyMaterial &aMacKey) in SetKey() function in ot::Crypto::AesCcm
56 SetKey(cryptoKey); in SetKey()
Daes_ecb.hpp77 void SetKey(const Key &aKey);
Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey() function in ot::Crypto::AesEcb
/openthread-latest/tests/unit/
Dtest_aes.cpp72 aesCcm.SetKey(key, sizeof(key)); in TestMacBeaconFrame()
133 aesCcm.SetKey(key, sizeof(key)); in TestMacCommandFrame()
208 aesCcm.SetKey(kKey, sizeof(kKey)); in TestInPlaceAesCcmProcessing()
/openthread-latest/src/core/api/
Dcrypto_api.cpp74 aesCcm.SetKey(AsCoreType(aKey)); in otCryptoAesCcm()
/openthread-latest/src/core/utils/
Dflash.hpp156 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey() function in ot::Flash::RecordHeader
/openthread-latest/src/core/mac/
Dmac_types.cpp340 SetKey(aKey); in SetFrom()
Dmac_types.hpp601 void SetKey(const Key &aKey) { mKeyMaterial.mKey = aKey; } in SetKey() function in ot::Mac::KeyMaterial
Dmac_frame.cpp1355 aesCcm.SetKey(GetAesKey()); in ProcessTransmitAesCcm()
1536 aesCcm.SetKey(aMacKey); in ProcessReceiveAesCcm()
/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp1106 keyRecord.SetKey(aKey); in RegisterKey()
Ddns_types.hpp2134 void SetKey(const Crypto::Ecdsa::P256::PublicKey &aKey) { mKey = aKey; } in SetKey() function in ot::Dns::Ecdsa256KeyRecord
/openthread-latest/src/core/thread/
Dmle.cpp2312 aesCcm.SetKey(keySequence == Get<KeyManager>().GetCurrentKeySequence() in ProcessMessageSecurity()