qcrypto_kdf_ops_t

Updated: October 28, 2024

KDF functions

Synopsis:

#include <qcrypto/qcrypto_plugin.h>
typedef struct _qcrypto_kdf_ops {
    qcrypto_kdf_op_gen gen;
} qcrypto_kdf_ops_t;

Data:

qcrypto_kdf_op_gen gen

The KDF generation function.

Library:

libqcrypto