![]() |
![]() |
AESCTRLPF3 Object. More...
#include <AESCTRLPF3.h>

Data Fields | |
| AESCommonLPF3_Object | common |
| volatile uint32_t | counter [AES_BLOCK_SIZE_WORDS] |
| const uint8_t * | input |
| uint8_t * | output |
| size_t | inputLength |
| size_t | inputLengthRemaining |
| AESCTR_OperationUnion * | operation |
| AESCTR_CallbackFxn | callbackFxn |
| AESCTR_OperationType | operationType |
| bool | threadSafe |
| int_fast16_t | hsmStatus |
| The staus of the HSM Boot up process if HSMLPF3_STATUS_SUCCESS, the HSM booted properly. if HSMLPF3_STATUS_ERROR, the HSM did not boot properly. More... | |
| uint32_t | keyAssetID |
| KeyStore_PSA_KeyLocation | keyLocation |
| bool | segmentedOperationInProgress |
AESCTRLPF3 Object.
The application must not access any member variables of this structure!
| AESCommonLPF3_Object AESCTRLPF3_Object::common |
| volatile uint32_t AESCTRLPF3_Object::counter[AES_BLOCK_SIZE_WORDS] |
| const uint8_t* AESCTRLPF3_Object::input |
| uint8_t* AESCTRLPF3_Object::output |
| size_t AESCTRLPF3_Object::inputLength |
| size_t AESCTRLPF3_Object::inputLengthRemaining |
| AESCTR_OperationUnion* AESCTRLPF3_Object::operation |
| AESCTR_CallbackFxn AESCTRLPF3_Object::callbackFxn |
| AESCTR_OperationType AESCTRLPF3_Object::operationType |
| bool AESCTRLPF3_Object::threadSafe |
| int_fast16_t AESCTRLPF3_Object::hsmStatus |
The staus of the HSM Boot up process if HSMLPF3_STATUS_SUCCESS, the HSM booted properly. if HSMLPF3_STATUS_ERROR, the HSM did not boot properly.
| uint32_t AESCTRLPF3_Object::keyAssetID |
| KeyStore_PSA_KeyLocation AESCTRLPF3_Object::keyLocation |
| bool AESCTRLPF3_Object::segmentedOperationInProgress |