19#ifndef MCUXCLKEY_DERIVATIONALGORITHMS_HKDF_H_
20#define MCUXCLKEY_DERIVATIONALGORITHMS_HKDF_H_
22#include <mcuxClConfig.h>
24#include <mcuxCsslAnalysis.h>
47 mcuxClKey_DerivationMode_t * pDerivationMode,
48 const mcuxClKey_DerivationAlgorithmDescriptor_t * derivationAlgorithm,
65MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by user / customer. Hence, it is declared but never referenced.")
67MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
Top-level include file for the mcuxClKey component.
mcuxClKey_Status_t mcuxClKey_Derivation_ModeConstructor_HKDF(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 RFC5869.
const mcuxClKey_DerivationAlgorithmDescriptor_t mcuxClKey_DerivationAlgorithmDescriptor_HKDF
RFC5869 key derivation algorithm descriptor.
static mcuxClKey_DerivationAlgorithm_t mcuxClKey_DerivationAlgorithm_HKDF
RFC5869 key derivation algorithm type.
Definition mcuxClKey_DerivationAlgorithms_HKDF.h:66
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