Home
last modified time | relevance | path

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

/openssl-master/test/recipes/30-test_evp_data/
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-master/doc/man7/
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.
20 "SSHKDF" is the name for this implementation; it
46 This parameter sets the type for the SSHKDF operation.
87 A context for SSHKDF can be obtained by calling:
89 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "SSHKDF", NULL);
92 The output length of the SSHKDF derivation is specified via the I<keylen>
94 Since the SSHKDF output length is variable, calling L<EVP_KDF_CTX_get_kdf_size(3)>
114 kdf = EVP_KDF_fetch(NULL, "SSHKDF", NULL);
A DOSSL_PROVIDER-FIPS.pod95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
A DOSSL_PROVIDER-default.pod130 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
A Dmigration_guide.pod191 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
/openssl-master/providers/implementations/kdfs/
A Dsshkdf.c35 static int SSHKDF(const EVP_MD *evp_md,
127 return SSHKDF(md, ctx->key, ctx->key_len, in kdf_sshkdf_derive()
225 static int SSHKDF(const EVP_MD *evp_md, in SSHKDF() function
/openssl-master/doc/man1/
A Dopenssl-kdf.pod.in119 SSHKDF, X942KDF-ASN1, X942KDF-CONCAT, X963KDF and SCRYPT.
153 Use SSHKDF to create a hex-encoded derived key from a secret key, hash and session_id:
159 -kdfopt type:A SSHKDF
187 L<EVP_KDF-SSHKDF(7)>,
/openssl-master/doc/
A Dbuild.info4134 DEPEND[html/man7/EVP_KDF-SSHKDF.html]=man7/EVP_KDF-SSHKDF.pod
4135 GENERATE[html/man7/EVP_KDF-SSHKDF.html]=man7/EVP_KDF-SSHKDF.pod
4136 DEPEND[man/man7/EVP_KDF-SSHKDF.7]=man7/EVP_KDF-SSHKDF.pod
4137 GENERATE[man/man7/EVP_KDF-SSHKDF.7]=man7/EVP_KDF-SSHKDF.pod
4573 html/man7/EVP_KDF-SSHKDF.html \
4698 man/man7/EVP_KDF-SSHKDF.7 \
/openssl-master/crypto/objects/
A Dobjects.txt1653 # NID for SSHKDF
1654 : SSHKDF : sshkdf

Completed in 33 milliseconds