/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_se_driver_hal.data | 51 Key creation in a specific slot (0) 54 Key creation in a specific slot (max) 57 Key creation in a specific slot (0, restart) 60 Key creation in a specific slot (max, restart) 63 Key creation in a specific slot (too large) 66 Key import smoke test: AES-CTR 69 Key import smoke test: AES-CBC 72 Key import smoke test: AES-CMAC 75 Key import smoke test: AES-CCM 78 Key import smoke test: AES-GCM [all …]
|
D | test_suite_pkparse.data | 1 Parse RSA Key #1 (No password when required) 5 Parse RSA Key #2 (Correct password) 9 Parse RSA Key #3 (Wrong password) 13 Parse RSA Key #4 (DES Encrypted) 17 Parse RSA Key #5 (3DES Encrypted) 21 Parse RSA Key #6 (AES-128 Encrypted) 25 Parse RSA Key #7 (AES-192 Encrypted) 29 Parse RSA Key #8 (AES-256 Encrypted) 33 Parse RSA Key #9 (2048-bit, DES Encrypted) 37 Parse RSA Key #10 (2048-bit, 3DES Encrypted) [all …]
|
D | test_suite_oid.data | 10 OID get Ext Key Usage - id-kp-serverAuth 13 OID get Ext Key Usage - id-kp-clientAuth 16 OID get Ext Key Usage - id-kp-codeSigning 19 OID get Ext Key Usage - id-kp-emailProtection 22 OID get Ext Key Usage - id-kp-timeStamping 25 OID get Ext Key Usage - id-kp-OCSPSigning 28 OID get Ext Key Usage - id-kp-wisun-fan-device 31 OID get Ext Key Usage invalid oid 34 OID get Ext Key Usage wrong oid - id-ce-authorityKeyIdentifier
|
D | test_suite_psa_crypto_metadata.data | 281 Key derivation: HKDF using SHA-256 285 Key derivation: HKDF using SHA-384 289 Key derivation: TLS 1.2 PRF using SHA-256 293 Key derivation: TLS 1.2 PRF using SHA-384 297 Key derivation: TLS 1.2 PSK-to-MS using SHA-256 301 Key derivation: TLS 1.2 PSK-to-MS using SHA-384 305 Key agreement: FFDH, raw output 309 Key agreement: FFDH, HKDF using SHA-256 313 Key agreement: FFDH, HKDF using SHA-384 317 Key agreement: ECDH, raw output [all …]
|
D | test_suite_des.data | 223 3DES-ECB 2Key Encrypt OpenSSL Test Vector #1 226 3DES-ECB 2Key Encrypt OpenSSL Test Vector #2 229 3DES-ECB 2Key Decrypt OpenSSL Test Vector #1 232 3DES-ECB 2Key Decrypt OpenSSL Test Vector #2 235 3DES-CBC 3Key Encrypt OpenSSL Test Vector #1 238 3DES-CBC 3Key Decrypt OpenSSL Test Vector #1 244 3DES-CBC 3Key Encrypt (Invalid input length)
|
D | test_suite_aes.xts.data | 16 AES-0-XTS Setkey Fail Invalid Key Length 19 AES-4-XTS Setkey Fail Invalid Key Length 22 AES-64-XTS Setkey Fail Invalid Key Length 25 AES-192-XTS Setkey Fail Invalid Key Length 28 AES-384-XTS Setkey Fail Invalid Key Length
|
/openthread-3.5.0/src/core/common/ |
D | binary_search.hpp | 72 template <typename Key, typename Entry, uint16_t kLength> 73 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find() 76 Find(&aKey, &aTable[0], kLength, sizeof(aTable[0]), BinarySearch::Compare<Key, Entry>)); in Find() 113 template <typename Key, typename Entry> static int Compare(const void *aKey, const void *aEntry) in Compare() 115 return static_cast<const Entry *>(aEntry)->Compare(*static_cast<const Key *>(aKey)); in Compare()
|
D | settings.hpp | 110 enum Key : uint16_t enum in ot::SettingsBase 127 …static constexpr Key kLastKey = kKeyBorderAgentId; ///< The last (numerically) enumerator value in… 143 static constexpr Key kKey = kKeyNetworkInfo; ///< The associated key. 350 static constexpr Key kKey = kKeyParentInfo; ///< The associated key. 412 static constexpr Key kKey = kKeyChildInfo; ///< The associated key. 523 static constexpr Key kKey = kKeySlaacIidSecretKey; ///< The associated key. 544 static constexpr Key kKey = kKeyDadInfo; ///< The associated key. 583 static constexpr Key kKey = kKeyBrUlaPrefix; ///< The associated key. 601 static constexpr Key kKey = kKeyBrOnLinkPrefixes; ///< The associated key. 658 static constexpr Key kKey = kKeySrpEcdsaKey; ///< The associated key. [all …]
|
D | settings.cpp | 88 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix() 152 const char *SettingsBase::KeyToString(Key aKey) in KeyToString() 219 Settings::Key Settings::KeyForDatasetType(MeshCoP::Dataset::Type aType) in KeyForDatasetType() 226 Key key = KeyForDatasetType(aType); in SaveOperationalDataset() 250 Key key = KeyForDatasetType(aType); in DeleteOperationalDataset() 395 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry() 406 Error Settings::SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength) in SaveEntry() 427 Error Settings::DeleteEntry(Key aKey) in DeleteEntry() 436 void Settings::Log(Action aAction, Error aError, Key aKey, const void *aValue) in Log()
|
/openthread-3.5.0/src/core/mac/ |
D | mac_types.hpp | 507 class Key : public otMacKey, public Equatable<Key>, public Clearable<Key> class 580 const Key &GetKey(void) const { return static_cast<const Key &>(mKeyMaterial.mKey); } in GetKey() 603 void SetFrom(const Key &aKey, bool aIsExportable = false); 611 void ExtractKey(Key &aKey) const; 619 void ConvertToCryptoKey(Crypto::Key &aCryptoKey) const; 639 Key &GetKey(void) { return static_cast<Key &>(mKeyMaterial.mKey); } in GetKey() 640 void SetKey(const Key &aKey) { mKeyMaterial.mKey = aKey; } in SetKey() 1022 DefineCoreType(otMacKey, Mac::Key);
|
D | mac_types.cpp | 292 void KeyMaterial::SetFrom(const Key &aKey, bool aIsExportable) in SetFrom() 304 … Crypto::Storage::kTypeVolatile, aKey.GetBytes(), Key::kSize)); in SetFrom() 314 void KeyMaterial::ExtractKey(Key &aKey) const in ExtractKey() 323 SuccessOrAssert(Crypto::Storage::ExportKey(GetKeyRef(), aKey.m8, Key::kSize, keySize)); in ExtractKey() 330 void KeyMaterial::ConvertToCryptoKey(Crypto::Key &aCryptoKey) const in ConvertToCryptoKey() 335 aCryptoKey.Set(GetKey().GetBytes(), Key::kSize); in ConvertToCryptoKey()
|
D | link_raw.hpp | 269 …r SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const Ke…
|
D | link_raw.cpp | 240 const Key &aPrevKey, in SetMacKey() 241 const Key &aCurrKey, in SetMacKey() 242 const Key &aNextKey) in SetMacKey()
|
/openthread-3.5.0/src/core/thread/ |
D | key_manager.hpp | 198 typedef Mac::Key Kek; 575 Mle::Key mMleKey; 576 Mac::Key mMacKey; 584 const Mle::Key &GetMleKey(void) const { return mKeys.mMleKey; } in GetMleKey() 585 const Mac::Key &GetMacKey(void) const { return mKeys.mMacKey; } in GetMacKey() 591 void ComputeTrelKey(uint32_t aKeySequence, Mac::Key &aKey) const;
|
D | key_manager.cpp | 291 Crypto::Key cryptoKey; in ComputeKeys() 309 void KeyManager::ComputeTrelKey(uint32_t aKeySequence, Mac::Key &aKey) const in ComputeTrelKey() 313 Crypto::Key cryptoKey; in ComputeTrelKey() 325 hkdf.Expand(kTrelInfoString, sizeof(kTrelInfoString), aKey.m8, Mac::Key::kSize); in ComputeTrelKey() 357 Mac::Key key; in UpdateKeyMaterial() 406 Mac::Key key; in GetTemporaryTrelMacKey()
|
/openthread-3.5.0/src/core/crypto/ |
D | storage.hpp | 210 class Key : public otCryptoKey, public Clearable<Key> class 317 explicit LiteralKey(const Key &aKey); 345 DefineCoreType(otCryptoKey, Crypto::Key);
|
D | storage.cpp | 42 Error Key::ExtractKey(uint8_t *aKeyBuffer, uint16_t &aKeyLength) const in ExtractKey() 71 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
|
D | aes_ecb.hpp | 82 void SetKey(const Key &aKey);
|
/openthread-3.5.0/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | psa_storage.py | 97 class Key: class 177 key = Key(version=0, 188 key = Key(version=0, 198 key = Key(type=0x1001, bits=8,
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/dir1/ |
D | test-ca.crt | 11 Subject Public Key Info: 12 Public Key Algorithm: rsaEncryption 13 RSA Public Key: (2048 bit) 37 X509v3 Subject Key Identifier: 39 X509v3 Authority Key Identifier:
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/dir2/ |
D | test-ca.crt | 11 Subject Public Key Info: 12 Public Key Algorithm: rsaEncryption 13 RSA Public Key: (2048 bit) 37 X509v3 Subject Key Identifier: 39 X509v3 Authority Key Identifier:
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/dir3/ |
D | test-ca.crt | 11 Subject Public Key Info: 12 Public Key Algorithm: rsaEncryption 13 RSA Public Key: (2048 bit) 37 X509v3 Subject Key Identifier: 39 X509v3 Authority Key Identifier:
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/ |
D | server9-with-ca.crt | 30 Subject Public Key Info: 31 Public Key Algorithm: rsaEncryption 32 RSA Public Key: (2048 bit) 56 X509v3 Subject Key Identifier: 58 X509v3 Authority Key Identifier:
|
D | server10_int3_int-ca2_ca.crt | 51 Subject Public Key Info: 52 Public Key Algorithm: rsaEncryption 53 RSA Public Key: (2048 bit) 77 X509v3 Subject Key Identifier: 79 X509v3 Authority Key Identifier:
|
/openthread-3.5.0/src/cli/ |
D | README_DATASET.md | 43 Network Key: f366cec7a446bab978d90d27abe38f23 69 Only the Network Key is required for a device to attach to a Thread network. 102 Network Key: f366cec7a446bab978d90d27abe38f23 182 Network Key: f366cec7a446bab978d90d27abe38f23 443 Network Key: ed916e454d96fd00184f10a6f5c9e1d3 515 - o: Obtaining the Network Key for out-of-band commissioning is enabled. 521 - p: Thread 1.2 Network Key Provisioning is enabled. 562 Network Key: 9929154dbc363218bcd22f907caf5c15
|