Home
last modified time | relevance | path

Searched refs:SSHKDF (Results 1 – 12 of 12) sorted by relevance

/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_ssh.txt17 KDF = SSHKDF
25 KDF = SSHKDF
33 KDF = SSHKDF
41 KDF = SSHKDF
49 KDF = SSHKDF
57 KDF = SSHKDF
65 KDF = SSHKDF
73 KDF = SSHKDF
81 KDF = SSHKDF
89 KDF = SSHKDF
[all …]
/openssl/doc/man7/
H A DEVP_KDF-SSHKDF.pod5 EVP_KDF-SSHKDF - The SSHKDF EVP_KDF implementation
9 Support for computing the B<SSHKDF> KDF through the B<EVP_KDF> API.
11 The EVP_KDF-SSHKDF algorithm implements the SSHKDF key derivation function.
22 "SSHKDF" is the name for this implementation; it
48 This parameter sets the type for the SSHKDF operation.
123 A context for SSHKDF can be obtained by calling:
125 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "SSHKDF", NULL);
128 The output length of the SSHKDF derivation is specified via the I<keylen>
130 Since the SSHKDF output length is variable, calling L<EVP_KDF_CTX_get_kdf_size(3)>
150 kdf = EVP_KDF_fetch(NULL, "SSHKDF", NULL);
H A DOSSL_PROVIDER-default.pod136 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
H A DOSSL_PROVIDER-FIPS.pod117 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
406 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
H A Dossl-guide-migration.pod244 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
/openssl/providers/implementations/kdfs/
H A Dsshkdf.c37 static int SSHKDF(const EVP_MD *evp_md,
203 return SSHKDF(md, ctx->key, ctx->key_len, in kdf_sshkdf_derive()
337 static int SSHKDF(const EVP_MD *evp_md, in SSHKDF() function
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in144 SSHKDF, X942KDF-ASN1, X942KDF-CONCAT, X963KDF and SCRYPT.
178 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id:
184 -kdfopt type:A SSHKDF
212 L<EVP_KDF-SSHKDF(7)>,
H A Dopenssl-fipsinstall.pod.in259 SSHKDF.
329 deriving a key by SSHKDF.
/openssl/include/openssl/
H A Dcore_names.h.in73 # define OSSL_KDF_NAME_SSHKDF "SSHKDF"
/openssl/doc/designs/
H A Dfips_indicator.md301 - SSHKDF
/openssl/doc/
H A Dbuild.info4582 DEPEND[html/man7/EVP_KDF-SSHKDF.html]=man7/EVP_KDF-SSHKDF.pod
4583 GENERATE[html/man7/EVP_KDF-SSHKDF.html]=man7/EVP_KDF-SSHKDF.pod
4584 DEPEND[man/man7/EVP_KDF-SSHKDF.7]=man7/EVP_KDF-SSHKDF.pod
4585 GENERATE[man/man7/EVP_KDF-SSHKDF.7]=man7/EVP_KDF-SSHKDF.pod
5097 html/man7/EVP_KDF-SSHKDF.html \
5244 man/man7/EVP_KDF-SSHKDF.7 \
/openssl/crypto/objects/
H A Dobjects.txt1765 # NID for SSHKDF
1766 : SSHKDF : sshkdf

Completed in 65 milliseconds