Home
last modified time | relevance | path

Searched defs:kSize (Results 1 – 13 of 13) sorted by relevance

/openthread-latest/src/core/crypto/
Dsha256.hpp75 static const uint8_t kSize = OT_CRYPTO_SHA256_HASH_SIZE; ///< SHA-256 hash size (bytes) member in ot::Crypto::Sha256::Hash
Decdsa.hpp98 … static constexpr uint8_t kSize = OT_CRYPTO_ECDSA_SIGNATURE_SIZE; ///< Signature size in bytes. member in ot::Crypto::Ecdsa::P256::Signature
305 …static constexpr uint8_t kSize = OT_CRYPTO_ECDSA_PUBLIC_KEY_SIZE; ///< Size of the public key in b… member in ot::Crypto::Ecdsa::P256::PublicKey
/openthread-latest/src/core/net/
Dip6_address.hpp72 static constexpr uint8_t kSize = OT_IP6_PREFIX_SIZE; ///< Size in bytes. member in ot::Ip6::NetworkPrefix
343 …static constexpr uint8_t kSize = OT_IP6_IID_SIZE; ///< Size of an IPv6 Interface Identifier (in by… member in ot::Ip6::InterfaceIdentifier
529 static constexpr uint8_t kSize = OT_IP6_ADDRESS_SIZE; ///< Size of an IPv6 Address (in bytes). member in ot::Ip6::Address
Dip4_types.hpp95 static constexpr uint16_t kSize = 4; ///< Size of an IPv4 Address (in bytes). member in ot::Ip4::Address
Ddhcp6.hpp95 static constexpr uint16_t kSize = 3; ///< Transaction Id size (in bytes). member in ot::Dhcp6::TransactionId
/openthread-latest/src/core/common/
Dstring.hpp198 Error StringCopy(char (&aTargetBuffer)[kSize], in StringCopy()
/openthread-latest/src/core/utils/
Dslaac_address.hpp74 … static constexpr uint16_t kSize = 32; ///< Secret key size for generating semantically opaque IID. member
/openthread-latest/src/core/thread/
Dkey_manager.hpp141 …static constexpr uint8_t kSize = OT_NETWORK_KEY_SIZE; ///< Size of the Thread Network Key (in byte… member in ot::NetworkKey
169 static constexpr uint8_t kSize = OT_PSKC_MAX_SIZE; ///< Size (number of bytes) of the PSKc. member in ot::Pskc
/openthread-latest/src/cli/
Dcli_utils.hpp205 static constexpr uint16_t kSize = 21; ///< Size of a buffer member
416 static constexpr uint16_t kSize = 7; ///< Size of a buffer member
/openthread-latest/src/core/mac/
Dmac_header_ie.hpp114 static constexpr uint8_t kSize = 2; member in ot::Mac::HeaderIe
Dmac_types.hpp483 static constexpr uint16_t kSize = OT_MAC_KEY_SIZE; ///< Key size in bytes. member in ot::Mac::Key
/openthread-latest/tests/unit/
Dtest_lowpan.cpp1953 static constexpr uint16_t kSize = 0x7ef; in TestLowpanFragmentHeader() local
Dtest_dnssd_discovery_proxy.cpp497 template <uint16_t kSize> void CopyString(char (&aStringBuffer)[kSize], const char *aString) in CopyString()