Lines Matching +full:application +full:- +full:dependent
1 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH EVP_KDF 3ossl 2025-09-30 3.5.4 OpenSSL
73 EVP_KDF_CTX_gettable_params, EVP_KDF_CTX_settable_params \- EVP KDF routines
116 The EVP KDF routines are a high-level interface to Key Derivation Function
117 algorithms and should be used instead of algorithm-specific functions.
135 See "Key Derivation Function (KDF)" in \fBOSSL_PROVIDER\-default\fR\|(7) for the lists of
145 NULL is a valid parameter, for which this function is a no-op.
243 Some KDF implementations can take a non-secret unique cryptographic salt.
246 The default value, if any, is implementation dependent.
253 The default value, if any, is implementation dependent.
279 Some KDF implementations, such as \fBEVP_KDF\-HKDF\fR\|(7), take an 'info' parameter
281 to application\- and context-specific information.
291 The default value, if any, is implementation dependent.
295 Memory-hard password-based KDF algorithms, such as scrypt, use an amount of
303 The default value is implementation dependent.
331 The KDF life-cycle is described in \fBlife_cycle\-kdf\fR\|(7). In the future,
336 "Key Derivation Function (KDF)" in \fBOSSL_PROVIDER\-default\fR\|(7),
337 \&\fBlife_cycle\-kdf\fR\|(7).
343 Copyright 2019\-2024 The OpenSSL Project Authors. All Rights Reserved.