Lines Matching refs:parameters
105 EVP_KDF_derive() processes any parameters in I<Params> and then derives
113 The set of parameters given with I<params> determine exactly what
114 parameters should be retrieved.
118 EVP_KDF_CTX_get_params() retrieves chosen parameters, given the
120 The set of parameters given with I<params> determine exactly what
121 parameters should be retrieved.
125 EVP_KDF_CTX_set_params() passes chosen parameters to the underlying
127 The set of parameters given with I<params> determine exactly what
128 parameters are passed down.
135 the retrievable and settable parameters. EVP_KDF_gettable_params()
136 returns parameters that can be used with EVP_KDF_get_params().
140 parameters that can be used with EVP_KDF_CTX_get_params().
141 EVP_KDF_gettable_ctx_params() returns the parameters that can be retrieved
143 the parameters that can be retrieved in the context's current state.
146 constant L<OSSL_PARAM(3)> arrays that describe the settable parameters that
148 returns the parameters that can be retrieved from the algorithm,
149 whereas EVP_KDF_CTX_settable_params() returns the parameters that can
156 For some algorithms an error may result if input parameters necessary to
216 cipher, these parameters set what the algorithm should be.