Home
last modified time | relevance | path

Searched refs:Expand (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hkdf.data72 HKDF RFC5869 Test Vector #1 Expand
76 HKDF RFC5869 Test Vector #2 Expand
80 HKDF RFC5869 Test Vector #3 Expand
84 HKDF RFC5869 Test Vector #4 Expand
88 HKDF RFC5869 Test Vector #5 Expand
92 HKDF RFC5869 Test Vector #6 Expand
96 HKDF RFC5869 Test Vector #7 Expand
Dtest_suite_psa_crypto_metadata.data301 Key derivation: HKDF-Expand using SHA-256
305 Key derivation: HKDF-Expand using SHA-384
Dtest_suite_ssl.data2710 SSL TLS 1.3 Key schedule: HKDF Expand Label #1
2713 # HKDF-Expand-Label(server_handshake_secret, "key", "", 16)
2717 SSL TLS 1.3 Key schedule: HKDF Expand Label #2
2720 # HKDF-Expand-Label(server_handshake_secret, "iv", "", 12)
2724 SSL TLS 1.3 Key schedule: HKDF Expand Label #3
2727 # HKDF-Expand-Label(client_handshake_secret, "key", "", 16)
2731 SSL TLS 1.3 Key schedule: HKDF Expand Label #4
2734 # HKDF-Expand-Label(client_handshake_secret, "iv", "", 12)
2738 SSL TLS 1.3 Key schedule: HKDF Expand Label #5 (RFC 8448)
2741 # HKDF-Expand-Label(server_handshake_secret, "iv", "", 12)
[all …]
Dtest_suite_psa_crypto.data5865 # HKDF-Expand tests: out - output, k - secret provided as key, b - secret provided as bytes
5866 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 42+0 k
5870 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 32+10 k
5874 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 0+42 k
5878 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 1+41 k
5882 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 41+0 k
5886 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 1+40 k
5890 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #2, out 82+0 k
5894 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #3, out 42+0 k
5898 PSA key derivation: HKDF-Expand SHA-1, RFC5869 #4, out 42+0 k
[all …]
/openthread-latest/src/core/crypto/
Dhkdf_sha256.hpp93 …void Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t aOutputKeyLe…
Dhkdf_sha256.cpp59 void HkdfSha256::Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t a… in Expand() function in ot::Crypto::HkdfSha256
/openthread-latest/tests/unit/
Dtest_hkdf_sha256.cpp149 hkdf.Expand(test->mInfo, test->mInfoLength, outKey, test->mOutKeyLength); in TestHkdfSha256()
/openthread-latest/src/core/thread/
Dkey_manager.cpp325 hkdf.Expand(kTrelInfoString, sizeof(kTrelInfoString), aKey.m8, Mac::Key::kSize); in ComputeTrelKey()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md496 Expand this section to document any mechanisms that bypass the copy.
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md598 PSA Crypto provides access to HKDF, HKDF-Extract and HKDF-Expand via its [key derivation interface]…
603 …a) for the salt used during the extraction step. Omit this step for HKDF-Expand. For HKDF, you may…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1085 * Add HKDF-Expand and HKDF-Extract as separate algorithms in the PSA API.