Home
last modified time | relevance | path

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

12

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/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.
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);
H A DOSSL_PROVIDER-FIPS.pod95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
H A DOSSL_PROVIDER-default.pod128 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/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.
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);
H A DOSSL_PROVIDER-FIPS.pod95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/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.
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);
H A DOSSL_PROVIDER-FIPS.pod95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/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.
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);
H A DOSSL_PROVIDER-FIPS.pod95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
/dports/security/openssl-devel/openssl-3.0.2/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.
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);
H A DOSSL_PROVIDER-FIPS.pod95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/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.
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);
H A DOSSL_PROVIDER-FIPS.pod95 =item SSHKDF, see L<EVP_KDF-SSHKDF(7)>
320 =item "SSHKDF" (B<OSSL_SELF_TEST_DESC_KDF_SSHKDF>)
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/kdfs/
H 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
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/kdfs/
H 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
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/kdfs/
H 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
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/kdfs/
H 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
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/kdfs/
H A Dsshkdf.c35 static int SSHKDF(const EVP_MD *evp_md,
128 return SSHKDF(md, ctx->key, ctx->key_len, in kdf_sshkdf_derive()
226 static int SSHKDF(const EVP_MD *evp_md, in SSHKDF() function
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/kdfs/
H A Dsshkdf.c35 static int SSHKDF(const EVP_MD *evp_md,
128 return SSHKDF(md, ctx->key, ctx->key_len, in kdf_sshkdf_derive()
226 static int SSHKDF(const EVP_MD *evp_md, in SSHKDF() function
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H 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)>,
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H 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)>,
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H 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)>,
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H 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)>,
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/doc/man1/
H 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)>,
/dports/security/openssl-devel/openssl-3.0.2/doc/man1/
H 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)>,

12