MCUX CLNS
MCUX Crypto Library Normal Secure

Support for incrementing the secure counter. More...

Macros

#define MCUX_CSSL_SC_ADD_IMPL(value)
 Increment the secure counter with value. More...
 
#define MCUX_CSSL_SC_ADD_ON_CALL_IMPL(value)
 Increment the secure counter with value in case of function call. More...
 
#define MCUX_CSSL_SC_ADD_0X1_IMPL()
 Increment the secure counter with 0x1. More...
 
#define MCUX_CSSL_SC_ADD_0X10_IMPL()
 Increment the secure counter with 0x10. More...
 
#define MCUX_CSSL_SC_ADD_0X100_IMPL()
 Increment the secure counter with 0x100. More...
 

Detailed Description

Support for incrementing the secure counter.

Macro Definition Documentation

◆ MCUX_CSSL_SC_ADD_IMPL

#define MCUX_CSSL_SC_ADD_IMPL (   value)

Increment the secure counter with value.

See also
MCUX_CSSL_SC_SUB_IMPL
Parameters
valueValue with which the secure counter must be incremented.

◆ MCUX_CSSL_SC_ADD_ON_CALL_IMPL

#define MCUX_CSSL_SC_ADD_ON_CALL_IMPL (   value)

Increment the secure counter with value in case of function call.

See also
MCUX_CSSL_SC_ADD_IMPL
Parameters
valueValue with which the secure counter must be incremented.

◆ MCUX_CSSL_SC_ADD_0X1_IMPL

#define MCUX_CSSL_SC_ADD_0X1_IMPL ( )

Increment the secure counter with 0x1.

See also
MCUX_CSSL_SC_ADD_IMPL

◆ MCUX_CSSL_SC_ADD_0X10_IMPL

#define MCUX_CSSL_SC_ADD_0X10_IMPL ( )

Increment the secure counter with 0x10.

See also
MCUX_CSSL_SC_ADD_IMPL

◆ MCUX_CSSL_SC_ADD_0X100_IMPL

#define MCUX_CSSL_SC_ADD_0X100_IMPL ( )

Increment the secure counter with 0x100.

See also
MCUX_CSSL_SC_ADD_IMPL