Home
last modified time | relevance | path

Searched refs:Key (Results 1 – 25 of 68) sorted by relevance

123

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_se_driver_hal.data51 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 …]
Dtest_suite_pkparse.data1 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 …]
Dtest_suite_oid.data10 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
Dtest_suite_psa_crypto_metadata.data281 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 …]
Dtest_suite_des.data223 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)
Dtest_suite_aes.xts.data16 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/
Dbinary_search.hpp72 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()
Dsettings.hpp110 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 …]
Dsettings.cpp88 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/
Dmac_types.hpp507 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);
Dmac_types.cpp292 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()
Dlink_raw.hpp269 …r SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const Ke…
Dlink_raw.cpp240 const Key &aPrevKey, in SetMacKey()
241 const Key &aCurrKey, in SetMacKey()
242 const Key &aNextKey) in SetMacKey()
/openthread-3.5.0/src/core/thread/
Dkey_manager.hpp198 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;
Dkey_manager.cpp291 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/
Dstorage.hpp210 class Key : public otCryptoKey, public Clearable<Key> class
317 explicit LiteralKey(const Key &aKey);
345 DefineCoreType(otCryptoKey, Crypto::Key);
Dstorage.cpp42 Error Key::ExtractKey(uint8_t *aKeyBuffer, uint16_t &aKeyLength) const in ExtractKey()
71 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
Daes_ecb.hpp82 void SetKey(const Key &aKey);
/openthread-3.5.0/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py97 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/
Dtest-ca.crt11 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/
Dtest-ca.crt11 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/
Dtest-ca.crt11 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/
Dserver9-with-ca.crt30 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:
Dserver10_int3_int-ca2_ca.crt51 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/
DREADME_DATASET.md43 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

123