19#ifndef MCUXCLKEY_DERIVATIONALGORITHMS_NIST_SP800_108_H_
20#define MCUXCLKEY_DERIVATIONALGORITHMS_NIST_SP800_108_H_
22#include <mcuxClConfig.h>
24#include <mcuxCsslAnalysis.h>
45 mcuxClKey_DerivationMode_t * pDerivationMode,
46 const mcuxClKey_DerivationAlgorithmDescriptor_t * derivationAlgorithm,
59MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by user / customer. Hence, it is declared but never referenced.")
61MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
77MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by user / customer. Hence, it is declared but never referenced.")
79MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
Top-level include file for the mcuxClKey component.
const mcuxClKey_DerivationMode_t mcuxClKey_DerivationMode_SP800_108_CM_CMAC
NIST SP800-108 Counter Mode with CMAC algorithm descriptor.
const mcuxClKey_DerivationAlgorithmDescriptor_t mcuxClKey_DerivationAlgorithmDescriptor_NIST_SP800_108
NIST SP800-108 key derivation algorithm descriptors.
static mcuxClKey_DerivationAlgorithm_t mcuxClKey_DerivationAlgorithm_NIST_SP800_108
NIST SP800-108 key derivation algorithm types.
Definition mcuxClKey_DerivationAlgorithms_NIST_SP800_108.h:60
static const mcuxClKey_Derivation_t mcuxClKey_Derivation_SP800_108_CM_CMAC
NIST SP800-108 algorithm type.
Definition mcuxClKey_DerivationAlgorithms_NIST_SP800_108.h:78
mcuxClKey_Status_t mcuxClKey_Derivation_ModeConstructor_NIST_SP800_108(mcuxClKey_DerivationMode_t *pDerivationMode, const mcuxClKey_DerivationAlgorithmDescriptor_t *derivationAlgorithm, mcuxClMac_Mode_t macMode, uint32_t options)
Construct a key derivation function (KDF) mode according to NIST SP800-108.
Top-level include file for the mcuxClMac component.
uint32_t mcuxClKey_Status_t
Type for Key component error codes.
Definition mcuxClKey_Types.h:47
const mcuxClMac_ModeDescriptor_t *const mcuxClMac_Mode_t
MAC mode/algorithm type.
Definition mcuxClMac_Types.h:67
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition mcuxCsslFlowProtection.h:125
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition mcuxCsslFlowProtection.h:81