Searched defs:kSize (Results 1 – 13 of 13) sorted by relevance
75 static const uint8_t kSize = OT_CRYPTO_SHA256_HASH_SIZE; ///< SHA-256 hash size (bytes) member in ot::Crypto::Sha256::Hash
98 … static constexpr uint8_t kSize = OT_CRYPTO_ECDSA_SIGNATURE_SIZE; ///< Signature size in bytes. member in ot::Crypto::Ecdsa::P256::Signature305 …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
72 static constexpr uint8_t kSize = OT_IP6_PREFIX_SIZE; ///< Size in bytes. member in ot::Ip6::NetworkPrefix343 …static constexpr uint8_t kSize = OT_IP6_IID_SIZE; ///< Size of an IPv6 Interface Identifier (in by… member in ot::Ip6::InterfaceIdentifier529 static constexpr uint8_t kSize = OT_IP6_ADDRESS_SIZE; ///< Size of an IPv6 Address (in bytes). member in ot::Ip6::Address
95 static constexpr uint16_t kSize = 4; ///< Size of an IPv4 Address (in bytes). member in ot::Ip4::Address
95 static constexpr uint16_t kSize = 3; ///< Transaction Id size (in bytes). member in ot::Dhcp6::TransactionId
198 Error StringCopy(char (&aTargetBuffer)[kSize], in StringCopy()
74 … static constexpr uint16_t kSize = 32; ///< Secret key size for generating semantically opaque IID. member
141 …static constexpr uint8_t kSize = OT_NETWORK_KEY_SIZE; ///< Size of the Thread Network Key (in byte… member in ot::NetworkKey169 static constexpr uint8_t kSize = OT_PSKC_MAX_SIZE; ///< Size (number of bytes) of the PSKc. member in ot::Pskc
205 static constexpr uint16_t kSize = 21; ///< Size of a buffer member416 static constexpr uint16_t kSize = 7; ///< Size of a buffer member
114 static constexpr uint8_t kSize = 2; member in ot::Mac::HeaderIe
483 static constexpr uint16_t kSize = OT_MAC_KEY_SIZE; ///< Key size in bytes. member in ot::Mac::Key
1953 static constexpr uint16_t kSize = 0x7ef; in TestLowpanFragmentHeader() local
497 template <uint16_t kSize> void CopyString(char (&aStringBuffer)[kSize], const char *aString) in CopyString()