Searched defs:SetKey (Results 1 – 6 of 6) sorted by relevance
/openthread-latest/src/core/crypto/ | ||
D | aes_ecb.cpp | 48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey() function in ot::Crypto::AesEcb |
D | aes_ccm.cpp | 43 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey() function in ot::Crypto::AesCcm |
D | aes_ccm.hpp | 82 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey() function in ot::Crypto::AesCcm |
/openthread-latest/src/core/utils/ | ||
D | flash.hpp | 156 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey() function in ot::Flash::RecordHeader |
/openthread-latest/src/core/mac/ | ||
D | mac_types.hpp | 601 void SetKey(const Key &aKey) { mKeyMaterial.mKey = aKey; } in SetKey() function in ot::Mac::KeyMaterial |
/openthread-latest/src/core/net/ | ||
D | dns_types.hpp | 2134 void SetKey(const Crypto::Ecdsa::P256::PublicKey &aKey) { mKey = aKey; } in SetKey() function in ot::Dns::Ecdsa256KeyRecord |