MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
Secure counter increment

Support for incrementing the secure counter. More...

Macros

#define MCUX_CSSL_SC_ADD(value)
 Increment the secure counter with value.
 
#define MCUX_CSSL_SC_ADD_ON_CALL(value)
 Increment the secure counter with value in case of function call.
 
#define MCUX_CSSL_SC_ADD_0x1()
 Increment the secure counter with 0x1.
 
#define MCUX_CSSL_SC_ADD_0x10()
 Increment the secure counter with 0x10.
 
#define MCUX_CSSL_SC_ADD_0x100()
 Increment the secure counter with 0x100.
 

Detailed Description

Support for incrementing the secure counter.

Macro Definition Documentation

◆ MCUX_CSSL_SC_ADD

#define MCUX_CSSL_SC_ADD (   value)

Increment the secure counter with value.

See also
MCUX_CSSL_SC_ADD_0x1
MCUX_CSSL_SC_ADD_0x10
MCUX_CSSL_SC_ADD_0x100
MCUX_CSSL_SC_SUB
Parameters
valueValue with which the secure counter must be incremented.

◆ MCUX_CSSL_SC_ADD_ON_CALL

#define MCUX_CSSL_SC_ADD_ON_CALL (   value)

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

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

◆ MCUX_CSSL_SC_ADD_0x1

#define MCUX_CSSL_SC_ADD_0x1 ( )

◆ MCUX_CSSL_SC_ADD_0x10

#define MCUX_CSSL_SC_ADD_0x10 ( )

Increment the secure counter with 0x10.

See also
MCUX_CSSL_SC_ADD
MCUX_CSSL_SC_ADD_0x1
MCUX_CSSL_SC_ADD_0x100
MCUX_CSSL_SC_SUB_0x10

◆ MCUX_CSSL_SC_ADD_0x100

#define MCUX_CSSL_SC_ADD_0x100 ( )

Increment the secure counter with 0x100.

See also
MCUX_CSSL_SC_ADD
MCUX_CSSL_SC_ADD_0x1
MCUX_CSSL_SC_ADD_0x10
MCUX_CSSL_SC_SUB_0x100