Searched refs:SSHKDF (Results 1 – 9 of 9) sorted by relevance
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpkdf_ssh.txt | 17 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 D | EVP_KDF-SSHKDF.pod | 5 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 D | OSSL_PROVIDER-FIPS.pod | 95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)> 320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
|
A D | OSSL_PROVIDER-default.pod | 130 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
|
A D | migration_guide.pod | 191 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
|
/openssl-master/providers/implementations/kdfs/ |
A D | sshkdf.c | 35 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 D | openssl-kdf.pod.in | 119 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 D | build.info | 4134 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 D | objects.txt | 1653 # NID for SSHKDF 1654 : SSHKDF : sshkdf
|
Completed in 33 milliseconds