Home
last modified time | relevance | path

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

1234

/openthread-latest/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_psa_crypto_metadata.data285 Key derivation: HKDF using SHA-256
289 Key derivation: HKDF using SHA-384
293 Key derivation: HKDF-Extract using SHA-256
297 Key derivation: HKDF-Extract using SHA-384
301 Key derivation: HKDF-Expand using SHA-256
305 Key derivation: HKDF-Expand using SHA-384
309 Key derivation: TLS1.2 ECJPAKE-to-PMS
313 Key derivation: TLS 1.2 PRF using SHA-256
317 Key derivation: TLS 1.2 PRF using SHA-384
321 Key derivation: TLS 1.2 PSK-to-MS using SHA-256
[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_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_psa_crypto_driver_wrappers.data61 verify_hash transparent driver: in driver Public Key ECDSA SECP256R1 SHA-256
65 verify_hash transparent driver: fallback Public Key ECDSA SECP256R1 SHA-256
69 verify_hash transparent driver: error Public Key ECDSA SECP256R1 SHA-256
73 verify_hash transparent driver: in driver Key Pair RSA PKCS#1 v1.5 raw
77 verify_hash transparent driver: fallback Key Pair RSA PKCS#1 v1.5 raw
81 verify_hash transparent driver: error Key Pair RSA PKCS#1 v1.5 raw
85 verify_hash transparent driver: in driver Key Pair RSA PKCS#1 v1.5 SHA-256
89 verify_hash transparent driver: fallback Key Pair RSA PKCS#1 v1.5 SHA-256
93 verify_hash transparent driver: error Key Pair RSA PKCS#1 v1.5 SHA-256
97 verify_hash transparent driver: in driver Public Key RSA PKCS#1 v1.5 SHA-256
[all …]
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
29 AES-384-XTS Setkey Fail Invalid Key Length
/openthread-latest/src/core/common/
Dsettings.hpp107 enum Key : uint16_t enum in ot::SettingsBase
124 …static constexpr Key kLastKey = kKeyBorderAgentId; ///< The last (numerically) enumerator value in…
139 static constexpr Key kKey = kKeyNetworkInfo; ///< The associated key.
324 static constexpr Key kKey = kKeyParentInfo; ///< The associated key.
380 static constexpr Key kKey = kKeyChildInfo; ///< The associated key.
479 static constexpr Key kKey = kKeySlaacIidSecretKey; ///< The associated key.
499 static constexpr Key kKey = kKeyDadInfo; ///< The associated key.
534 static constexpr Key kKey = kKeyBrUlaPrefix; ///< The associated key.
551 static constexpr Key kKey = kKeyBrOnLinkPrefixes; ///< The associated key.
602 static constexpr Key kKey = kKeySrpEcdsaKey; ///< The associated key.
[all …]
Dbinary_search.hpp71 template <typename Key, typename Entry, uint16_t kLength>
72 static const Entry *Find(const Key &aKey, const Entry (&aTable)[kLength]) in Find()
75 Find(&aKey, &aTable[0], kLength, sizeof(aTable[0]), BinarySearch::Compare<Key, Entry>)); in Find()
111 template <typename Key, typename Entry> static int Compare(const void *aKey, const void *aEntry) in Compare()
113 return static_cast<const Entry *>(aEntry)->Compare(*static_cast<const Key *>(aKey)); in Compare()
Dsettings.cpp82 void SettingsBase::LogPrefix(Action aAction, Key aKey, const Ip6::Prefix &aPrefix) in LogPrefix()
151 const char *SettingsBase::KeyToString(Key aKey) in KeyToString()
227 Settings::Key Settings::KeyForDatasetType(MeshCoP::Dataset::Type aType) in KeyForDatasetType()
234 Key key = KeyForDatasetType(aType); in SaveOperationalDataset()
259 Key key = KeyForDatasetType(aType); in DeleteOperationalDataset()
403 Error Settings::ReadEntry(Key aKey, void *aValue, uint16_t aMaxLength) const in ReadEntry()
414 Error Settings::SaveEntry(Key aKey, const void *aValue, void *aPrev, uint16_t aLength) in SaveEntry()
435 Error Settings::DeleteEntry(Key aKey) in DeleteEntry()
444 void Settings::Log(Action aAction, Error aError, Key aKey, const void *aValue) in Log()
/openthread-latest/src/core/mac/
Dmac_types.hpp480 class Key : public otMacKey, public Equatable<Key>, public Clearable<Key> class
546 const Key &GetKey(void) const { return static_cast<const Key &>(mKeyMaterial.mKey); } in GetKey()
567 void SetFrom(const Key &aKey, bool aIsExportable = false);
574 void ExtractKey(Key &aKey) const;
581 void ConvertToCryptoKey(Crypto::Key &aCryptoKey) const;
600 Key &GetKey(void) { return static_cast<Key &>(mKeyMaterial.mKey); } in GetKey()
601 void SetKey(const Key &aKey) { mKeyMaterial.mKey = aKey; } in SetKey()
944 DefineCoreType(otMacKey, Mac::Key);
Dmac_types.cpp323 void KeyMaterial::SetFrom(const Key &aKey, bool aIsExportable) in SetFrom()
335 … Crypto::Storage::kTypeVolatile, aKey.GetBytes(), Key::kSize)); in SetFrom()
345 void KeyMaterial::ExtractKey(Key &aKey) const in ExtractKey()
354 SuccessOrAssert(Crypto::Storage::ExportKey(GetKeyRef(), aKey.m8, Key::kSize, keySize)); in ExtractKey()
361 void KeyMaterial::ConvertToCryptoKey(Crypto::Key &aCryptoKey) const in ConvertToCryptoKey()
366 aCryptoKey.Set(GetKey().GetBytes(), Key::kSize); in ConvertToCryptoKey()
Dlink_raw.hpp257 …r SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, const Ke…
/openthread-latest/src/core/net/
Ddnssd.hpp111 class Key : public otPlatDnssdKey, public Clearable<Key> ///< Key information class in ot::Dnssd
270 void RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback);
282 void UnregisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback);
425 DefineCoreType(otPlatDnssdKey, Dnssd::Key);
Dmdns.hpp106 typedef otMdnsKey Key; ///< Key information. typedef in ot::Dns::Multicast::Core
342 Error RegisterKey(const Key &aKey, RequestId aRequestId, RegisterCallback aCallback);
366 Error UnregisterKey(const Key &aKey);
612 Error GetNextKey(Iterator &aIterator, Key &aKey, EntryState &aState) const;
954 void Register(const Key &aKey, const Callback &aCallback);
955 void Unregister(const Key &aKey);
958 Error CopyKeyInfoTo(Key &aKey, EntryState &aState) const;
1035 Error Init(Instance &aInstance, const Key &aKey) { return Init(aInstance, aKey.mName); } in Init()
1039 bool Matches(const Key &aKey) const;
1044 void Register(const Key &aKey, const Callback &aCallback);
[all …]
/openthread-latest/src/core/thread/
Dkey_manager.hpp192 typedef Mac::Key Kek;
561 Mle::Key mMleKey;
562 Mac::Key mMacKey;
570 const Mle::Key &GetMleKey(void) const { return mKeys.mMleKey; } in GetMleKey()
571 const Mac::Key &GetMacKey(void) const { return mKeys.mMacKey; } in GetMacKey()
577 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()
418 Mac::Key key; in GetTemporaryTrelMacKey()
/openthread-latest/src/core/crypto/
Dstorage.hpp265 class Key : public otCryptoKey, public Clearable<Key> class
363 explicit LiteralKey(const Key &aKey);
389 DefineCoreType(otCryptoKey, Crypto::Key);
Dstorage.cpp43 Error Key::ExtractKey(uint8_t *aKeyBuffer, uint16_t &aKeyLength) const in ExtractKey()
73 LiteralKey::LiteralKey(const Key &aKey) in LiteralKey()
/openthread-latest/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-latest/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-latest/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-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja130 /* Key is stored in the slot in export representation, so
171 /* Key is declared with a lifetime not known to us */
204 /* Key is stored in the slot in export representation, so
243 /* Key is declared with a lifetime not known to us */
274 /* Key is defined in SE, but we have no way to exercise it */
291 /* Key is stored in the slot in export representation, so
356 /* Key is declared with a lifetime not known to us */
378 /* Key is defined in SE, but we have no way to exercise it */
395 /* Key is stored in the slot in export representation, so
457 /* Key is declared with a lifetime not known to us */
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py95 class Key: class
180 key = Key(version=0,
191 key = Key(version=0,
201 key = Key(type=0x1001, bits=8,
/openthread-latest/src/cli/
DREADME_DATASET.md54 Network Key: f366cec7a446bab978d90d27abe38f23
80 Only the Network Key is required for a device to attach to a Thread network.
114 Network Key: f366cec7a446bab978d90d27abe38f23
166 Network Key: be768535bac1b8d228960038311d6ca2
176 … Examples of such parameters are the channel, PAN ID, certain Security Policy bits, or Network Key.
191 Network Key: be768535bac1b8d228960038311d6ca2
225 Network Key: be768535bac1b8d228960038311d6ca2
251 Network Key: be768535bac1b8d228960038311d6ca2
270 Network Key: be768535bac1b8d228960038311d6ca2
361 Network Key: f366cec7a446bab978d90d27abe38f23
[all …]

1234