Updated: October 28, 2024 |
Generate a symmetric key using a key derivation function (KDF)
#include <qcrypto/qcrypto_plugin.h>
typedef int(* qcrypto_kdf_op_gen)(qcrypto_state_ctx_t *sctx, qcrypto_key_ctx_t *kctx, size_t keysize, const qcrypto_kdf_args_t *kdfargs);
QCRYPTO_R_EOK if successful or qcrypto_errno if an error occurred.