Searched refs:Expand (Results 1 – 11 of 11) sorted by relevance
72 HKDF RFC5869 Test Vector #1 Expand76 HKDF RFC5869 Test Vector #2 Expand80 HKDF RFC5869 Test Vector #3 Expand84 HKDF RFC5869 Test Vector #4 Expand88 HKDF RFC5869 Test Vector #5 Expand92 HKDF RFC5869 Test Vector #6 Expand96 HKDF RFC5869 Test Vector #7 Expand
301 Key derivation: HKDF-Expand using SHA-256305 Key derivation: HKDF-Expand using SHA-384
2710 SSL TLS 1.3 Key schedule: HKDF Expand Label #12713 # HKDF-Expand-Label(server_handshake_secret, "key", "", 16)2717 SSL TLS 1.3 Key schedule: HKDF Expand Label #22720 # HKDF-Expand-Label(server_handshake_secret, "iv", "", 12)2724 SSL TLS 1.3 Key schedule: HKDF Expand Label #32727 # HKDF-Expand-Label(client_handshake_secret, "key", "", 16)2731 SSL TLS 1.3 Key schedule: HKDF Expand Label #42734 # 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 …]
5865 # HKDF-Expand tests: out - output, k - secret provided as key, b - secret provided as bytes5866 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 42+0 k5870 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 32+10 k5874 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 0+42 k5878 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 1+41 k5882 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 41+0 k5886 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #1, out 1+40 k5890 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #2, out 82+0 k5894 PSA key derivation: HKDF-Expand SHA-256, RFC5869 #3, out 42+0 k5898 PSA key derivation: HKDF-Expand SHA-1, RFC5869 #4, out 42+0 k[all …]
93 …void Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t aOutputKeyLe…
59 void HkdfSha256::Expand(const uint8_t *aInfo, uint16_t aInfoLength, uint8_t *aOutputKey, uint16_t a… in Expand() function in ot::Crypto::HkdfSha256
149 hkdf.Expand(test->mInfo, test->mInfoLength, outKey, test->mOutKeyLength); in TestHkdfSha256()
325 hkdf.Expand(kTrelInfoString, sizeof(kTrelInfoString), aKey.m8, Mac::Key::kSize); in ComputeTrelKey()
496 Expand this section to document any mechanisms that bypass the copy.
598 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…
1085 * Add HKDF-Expand and HKDF-Extract as separate algorithms in the PSA API.