| #define PKC_OPERATION_MODE_ADD LL_PKC_operation_mode_ADD |
Addition operation mode
| #define PKC_OPERATION_MODE_BIGADD LL_PKC_operation_mode_BIGINTEGERADD |
Big Number Addition operation mode
| #define PKC_OPERATION_MODE_BIGMULTI LL_PKC_operation_mode_BIGINTEGERMULTIPLY |
Big Number Multiplication operation mode
| #define PKC_OPERATION_MODE_CMP LL_PKC_operation_mode_COMPARE |
Comparison operation mode
| #define PKC_OPERATION_MODE_INVER LL_PKC_operation_mode_INVERTION |
Inversion operation mode
| #define PKC_OPERATION_MODE_LSHIFT LL_PKC_operation_mode_LEFTSHIFT |
Left Shift operation mode
| #define PKC_OPERATION_MODE_MULTI LL_PKC_operation_mode_MULTIPLY |
Multiplication operation mode
| #define PKC_OPERATION_MODE_SUB LL_PKC_operation_mode_SUB |
Subtraction operation mode