Home
last modified time | relevance | path

Searched defs:SetKey (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/crypto/
Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey() function in ot::Crypto::AesEcb
Daes_ccm.cpp43 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey() function in ot::Crypto::AesCcm
51 void AesCcm::SetKey(const Mac::KeyMaterial &aMacKey) in SetKey() function in ot::Crypto::AesCcm
Daes_ccm.hpp82 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey() function in ot::Crypto::AesCcm
/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.hpp601 void SetKey(const Key &aKey) { mKeyMaterial.mKey = aKey; } in SetKey() function in ot::Mac::KeyMaterial
/openthread-latest/src/core/net/
Ddns_types.hpp2134 void SetKey(const Crypto::Ecdsa::P256::PublicKey &aKey) { mKey = aKey; } in SetKey() function in ot::Dns::Ecdsa256KeyRecord