Home
last modified time | relevance | path

Searched refs:HKDF (Results 1 – 16 of 16) sorted by relevance

/openssl-master/test/recipes/30-test_evp_data/
A Devppkey_kdf_hkdf.txt16 PKEYKDF = HKDF
23 PKEYKDF = HKDF
30 PKEYKDF = HKDF
37 PKEYKDF = HKDF
44 PKEYKDF = HKDF
51 PKEYKDF = HKDF
58 PKEYKDF = HKDF
65 PKEYKDF = HKDF
73 PKEYKDF = HKDF
80 PKEYKDF = HKDF
[all …]
A Devpkdf_hkdf.txt16 KDF = HKDF
23 KDF = HKDF
30 KDF = HKDF
37 KDF = HKDF
44 KDF = HKDF
51 KDF = HKDF
58 KDF = HKDF
65 KDF = HKDF
73 KDF = HKDF
80 KDF = HKDF
[all …]
/openssl-master/doc/man7/
A DEVP_KDF-HKDF.pod5 EVP_KDF-HKDF - The HKDF EVP_KDF implementation
9 Support for computing the B<HKDF> KDF through the B<EVP_KDF> API.
11 The EVP_KDF-HKDF algorithm implements the HKDF key derivation function.
12 HKDF follows the "extract-then-expand" paradigm, where the KDF logically
20 "HKDF" is the name for this implementation; it
43 this should be more than enough for any normal use of HKDF.
47 This parameter sets the mode for the HKDF operation.
87 A context for HKDF can be obtained by calling:
89 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "HKDF", NULL);
92 The output length of an HKDF expand operation is specified via the I<keylen>
[all …]
A DEVP_KDF-TLS13_KDF.pod9 Support for computing the TLS 1.3 version of the B<HKDF> KDF through
12 The EVP_KDF-TLS13_KDF algorithm implements the HKDF key derivation function
85 It does not support all the options and capabilities that HKDF does.
117 L<EVP_KDF-HKDF(7)>
A DOSSL_PROVIDER-FIPS.pod87 =item HKDF, see L<EVP_KDF-HKDF(7)>
306 =item "HKDF" (B<OSSL_SELF_TEST_DESC_KDF_HKDF>)
A DOSSL_PROVIDER-default.pod122 =item HKDF, see L<EVP_KDF-HKDF(7)>
A Dprovider-kdf.pod244 Sets the prefix string using by the TLS 1.3 version of HKDF in the
249 Sets the label string using by the TLS 1.3 version of HKDF in the
254 Sets the context string using by the TLS 1.3 version of HKDF in the
A Dmigration_guide.pod159 (scrypt, TLS1 PRF and HKDF) may be slower as they use an EVP_KDF bridge
/openssl-master/doc/man3/
A DEVP_PKEY_CTX_set_hkdf_md.pod29 The EVP_PKEY_HKDF algorithm implements the HKDF key derivation function.
30 HKDF follows the "extract-then-expand" paradigm, where the KDF logically
36 EVP_PKEY_CTX_set_hkdf_mode() sets the mode for the HKDF operation. There
44 up for HKDF will perform an extract followed by an expand operation in one go.
71 EVP_PKEY_CTX_set_hkdf_md() sets the message digest associated with the HKDF.
85 HKDF also supports string based control operations via
98 A context for HKDF can be obtained by calling:
103 should be more than enough for any normal use of HKDF.
105 The output length of an HKDF expand operation is specified via the length
108 to obtain the requisite length is not meaningful with HKDF in any mode that
[all …]
/openssl-master/doc/man1/
A Dopenssl-kdf.pod.in118 The supported algorithms names include TLS1-PRF, HKDF, SSKDF, PBKDF2,
130 Use HKDF to create a hex-encoded derived key from a secret key, salt and info:
133 -kdfopt salt:salt -kdfopt info:label HKDF
185 L<EVP_KDF-HKDF(7)>,
A Dopenssl-pkeyutl.pod.in151 at present B<TLS1-PRF> and B<HKDF>.
/openssl-master/providers/implementations/kdfs/
A Dhkdf.c48 static int HKDF(OSSL_LIB_CTX *libctx, const EVP_MD *evp_md,
175 return HKDF(libctx, md, ctx->salt, ctx->salt_len, in kdf_hkdf_derive()
353 static int HKDF(OSSL_LIB_CTX *libctx, const EVP_MD *evp_md, in HKDF() function
/openssl-master/doc/
A Dbuild.info4098 DEPEND[html/man7/EVP_KDF-HKDF.html]=man7/EVP_KDF-HKDF.pod
4099 GENERATE[html/man7/EVP_KDF-HKDF.html]=man7/EVP_KDF-HKDF.pod
4100 DEPEND[man/man7/EVP_KDF-HKDF.7]=man7/EVP_KDF-HKDF.pod
4101 GENERATE[man/man7/EVP_KDF-HKDF.7]=man7/EVP_KDF-HKDF.pod
4564 html/man7/EVP_KDF-HKDF.html \
4689 man/man7/EVP_KDF-HKDF.7 \
/openssl-master/crypto/objects/
A Dobjects.txt1650 # NID for HKDF
1651 : HKDF : hkdf
/openssl-master/
A DNEWS.md91 EVP_KDF bridge. Supported KDFs are: HKDF, KBKDF, KRB5 KDF, PBKDF2,
355 * HKDF support.
A DCHANGES.md1343 (scrypt, TLS1 PRF and HKDF). The low-level KDF functions for PBKDF2
3328 * Add support for HKDF.

Completed in 47 milliseconds