19#ifndef MCUXCLKEY_DERIVATIONALGORITHMS_H_
20#define MCUXCLKEY_DERIVATIONALGORITHMS_H_
22#include <mcuxClConfig.h>
24#ifdef MCUXCL_FEATURE_KEY_DERIVATION_NIST_SP800_108
27#ifdef MCUXCL_FEATURE_KEY_DERIVATION_NIST_SP800_56C
30#ifdef MCUXCL_FEATURE_KEY_DERIVATION_HKDF
33#ifdef MCUXCL_FEATURE_KEY_DERIVATION_PBKDF2
Declarations and definitions for the Implementation of RFC5869 Key Derivation.
Declarations and definitions for the NIST SP800-108 KDF.
Declarations and definitions for the NIST SP800-56C KDF.
Declarations and definitions for the Implementation of PBKDF2 Key Derivation.