Searched refs:SSHKDF (Results 1 – 12 of 12) sorted by relevance
/openssl/test/recipes/30-test_evp_data/ |
H 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/doc/man7/ |
H 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. 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 D | OSSL_PROVIDER-default.pod | 136 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
|
H A D | OSSL_PROVIDER-FIPS.pod | 117 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)> 406 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
|
H A D | ossl-guide-migration.pod | 244 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
|
/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 37 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 D | openssl-kdf.pod.in | 144 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 D | openssl-fipsinstall.pod.in | 259 SSHKDF. 329 deriving a key by SSHKDF.
|
/openssl/include/openssl/ |
H A D | core_names.h.in | 73 # define OSSL_KDF_NAME_SSHKDF "SSHKDF"
|
/openssl/doc/designs/ |
H A D | fips_indicator.md | 301 - SSHKDF
|
/openssl/doc/ |
H A D | build.info | 4582 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 D | objects.txt | 1765 # NID for SSHKDF 1766 : SSHKDF : sshkdf
|
Completed in 65 milliseconds