Macros

#define PKC_OPERATION_MODE_MULTI   LL_PKC_operation_mode_MULTIPLY
 
#define PKC_OPERATION_MODE_INVER   LL_PKC_operation_mode_INVERTION
 
#define PKC_OPERATION_MODE_ADD   LL_PKC_operation_mode_ADD
 
#define PKC_OPERATION_MODE_SUB   LL_PKC_operation_mode_SUB
 
#define PKC_OPERATION_MODE_CMP   LL_PKC_operation_mode_COMPARE
 
#define PKC_OPERATION_MODE_LSHIFT   LL_PKC_operation_mode_LEFTSHIFT
 
#define PKC_OPERATION_MODE_BIGMULTI   LL_PKC_operation_mode_BIGINTEGERMULTIPLY
 
#define PKC_OPERATION_MODE_BIGADD   LL_PKC_operation_mode_BIGINTEGERADD
 

Detailed Description

Macro Definition Documentation

◆ PKC_OPERATION_MODE_ADD

#define PKC_OPERATION_MODE_ADD   LL_PKC_operation_mode_ADD

Addition operation mode

Definition at line 316 of file hal_pkc.h.

◆ PKC_OPERATION_MODE_BIGADD

#define PKC_OPERATION_MODE_BIGADD   LL_PKC_operation_mode_BIGINTEGERADD

Big Number Addition operation mode

Definition at line 321 of file hal_pkc.h.

◆ PKC_OPERATION_MODE_BIGMULTI

#define PKC_OPERATION_MODE_BIGMULTI   LL_PKC_operation_mode_BIGINTEGERMULTIPLY

Big Number Multiplication operation mode

Definition at line 320 of file hal_pkc.h.

◆ PKC_OPERATION_MODE_CMP

#define PKC_OPERATION_MODE_CMP   LL_PKC_operation_mode_COMPARE

Comparison operation mode

Definition at line 318 of file hal_pkc.h.

◆ PKC_OPERATION_MODE_INVER

#define PKC_OPERATION_MODE_INVER   LL_PKC_operation_mode_INVERTION

Inversion operation mode

Definition at line 315 of file hal_pkc.h.

◆ PKC_OPERATION_MODE_LSHIFT

#define PKC_OPERATION_MODE_LSHIFT   LL_PKC_operation_mode_LEFTSHIFT

Left Shift operation mode

Definition at line 319 of file hal_pkc.h.

◆ PKC_OPERATION_MODE_MULTI

#define PKC_OPERATION_MODE_MULTI   LL_PKC_operation_mode_MULTIPLY

Multiplication operation mode

Definition at line 314 of file hal_pkc.h.

◆ PKC_OPERATION_MODE_SUB

#define PKC_OPERATION_MODE_SUB   LL_PKC_operation_mode_SUB

Subtraction operation mode

Definition at line 317 of file hal_pkc.h.