Searched refs:SSHKDF (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_ssh.txt | 14 Title = SSHKDF tests (from NIST CAVS 14.1 test vectors) 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 [all …]
|
/freebsd/crypto/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. 89 A context for SSHKDF can be obtained by calling: 91 EVP_KDF *kdf = EVP_KDF_fetch(NULL, "SSHKDF", NULL); 94 The output length of the SSHKDF derivation is specified via the I<keylen> 96 Since the SSHKDF output length is variable, calling L<EVP_KDF_CTX_get_kdf_size(3)> 116 kdf = EVP_KDF_fetch(NULL, "SSHKDF", NULL);
|
H A D | OSSL_PROVIDER-default.pod | 134 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
|
H A D | OSSL_PROVIDER-FIPS.pod | 95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)> 342 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
|
H A D | migration_guide.pod | 223 See L<EVP_KDF-SS(7)> and L<EVP_KDF-SSHKDF(7)>
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | sshkdf.c | 35 static int SSHKDF(const EVP_MD *evp_md, 129 return SSHKDF(md, ctx->key, ctx->key_len, in kdf_sshkdf_derive() 227 static int SSHKDF(const EVP_MD *evp_md, in SSHKDF() function
|
/freebsd/crypto/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)>,
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | Makefile | 25 MAN+= EVP_KDF-SSHKDF.7
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 4234 DEPEND[html/man7/EVP_KDF-SSHKDF.html]=man7/EVP_KDF-SSHKDF.pod 4235 GENERATE[html/man7/EVP_KDF-SSHKDF.html]=man7/EVP_KDF-SSHKDF.pod 4236 DEPEND[man/man7/EVP_KDF-SSHKDF.7]=man7/EVP_KDF-SSHKDF.pod 4237 GENERATE[man/man7/EVP_KDF-SSHKDF.7]=man7/EVP_KDF-SSHKDF.pod 4674 html/man7/EVP_KDF-SSHKDF.html \ 4800 man/man7/EVP_KDF-SSHKDF.7 \
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 1650 # NID for SSHKDF 1651 : SSHKDF : sshkdf
|