Searched refs:Extract (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_hkdf.data | 44 HKDF RFC5869 Test Vector #1 Extract 48 HKDF RFC5869 Test Vector #2 Extract 52 HKDF RFC5869 Test Vector #3 Extract 56 HKDF RFC5869 Test Vector #4 Extract 60 HKDF RFC5869 Test Vector #5 Extract 64 HKDF RFC5869 Test Vector #6 Extract 68 HKDF RFC5869 Test Vector #7 Extract
|
D | test_suite_psa_crypto_metadata.data | 293 Key derivation: HKDF-Extract using SHA-256 297 Key derivation: HKDF-Extract using SHA-384
|
D | test_suite_psa_crypto.data | 5724 # HKDF-Extract tests: out - output, k - secret provided as key, b - secret provided as bytes 5725 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #1, out 32+0 k 5729 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #1, out 22+10 k 5733 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #1, out 0+32 k 5737 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #1, out 1+31 k 5741 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #1, out 31+0 k 5745 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #1, out 1+30 k 5749 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #2, out 32+0 k 5753 PSA key derivation: HKDF-Extract SHA-256, RFC5869 #3, out 32+0 k 5757 PSA key derivation: HKDF-Extract SHA-1, RFC5869 #4, out 20+0 k [all …]
|
D | test_suite_bignum_random.function | 88 /* Extract the (up to) 2 most significant bytes */
|
D | test_suite_pk.function | 1762 /* Extract key to the raw rsa context */
|
/openthread-latest/src/core/crypto/ |
D | hkdf_sha256.hpp | 80 void Extract(const uint8_t *aSalt, uint16_t aSaltLength, const Key &aInputKey);
|
D | hkdf_sha256.cpp | 54 void HkdfSha256::Extract(const uint8_t *aSalt, uint16_t aSaltLength, const Key &aInputKey) in Extract() function in ot::Crypto::HkdfSha256
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/ |
D | error.fmt | 31 /* Extract the high-level part from the error code. */ 54 /* Extract the low-level part from the error code. */
|
/openthread-latest/tests/unit/ |
D | test_hkdf_sha256.cpp | 148 hkdf.Extract(test->mSalt, test->mSaltLength, testInputKey); in TestHkdfSha256()
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 52 * Extract tcp payloads, for instance with tshark : `tshark -Tfields -e tcp.dstport -e tcp.payload -…
|
/openthread-latest/src/core/thread/ |
D | key_manager.cpp | 324 hkdf.Extract(salt, sizeof(salt), cryptoKey); in ComputeTrelKey()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 598 PSA Crypto provides access to HKDF, HKDF-Extract and HKDF-Expand via its [key derivation interface]… 605 …f4b779acb5b7d) for the info string used during the expansion step. Omit this step for HKDF-Extract.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 1085 * Add HKDF-Expand and HKDF-Extract as separate algorithms in the PSA API.
|