Lines Matching refs:algorithm
33 EVP_KDF *EVP_KDF_fetch(OSSL_LIB_CTX *libctx, const char *algorithm,
58 algorithms and should be used instead of algorithm-specific functions.
60 After creating a B<EVP_KDF_CTX> for the required algorithm using
61 EVP_KDF_CTX_new(), inputs to the algorithm are supplied either by
70 B<EVP_KDF_CTX> is a context type that holds the algorithm inputs.
74 EVP_KDF_fetch() fetches an implementation of a KDF I<algorithm>, given
87 EVP_KDF_free() frees a fetched algorithm.
107 If the algorithm produces a fixed amount of output then an error will
143 from the algorithm, whereas EVP_KDF_CTX_gettable_params() returns
150 returns the parameters that can be retrieved from the algorithm,
157 EVP_KDF_CTX_get_kdf_size() returns the output size if the algorithm produces a fixed amount
163 algorithm that's identifiable with I<name>, otherwise 0.
219 cipher, these parameters set what the algorithm should be.
221 The value is always the name of the intended algorithm,
273 that the algorithm produces a variable amount of output; 0 to indicate failure.
282 supported by the KDF algorithm.