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

AESCCMLPF3 Object.
The application must not access any member variables of this structure!
| AESCommonLPF3_Object AESCCMLPF3_Object::common |
| const uint8_t* AESCCMLPF3_Object::aad |
| const uint8_t* AESCCMLPF3_Object::input |
| uint8_t* AESCCMLPF3_Object::output |
| const uint8_t* AESCCMLPF3_Object::nonce |
| uint8_t* AESCCMLPF3_Object::mac |
| volatile uint32_t AESCCMLPF3_Object::intermediateCounter[AES_IV_LENGTH_BYTES/4] |
| volatile uint32_t AESCCMLPF3_Object::intermediateTag[AES_TAG_LENGTH_BYTES/4] |
| AESCCM_CallbackFxn AESCCMLPF3_Object::callbackFxn |
| AESCCM_OperationUnion* AESCCMLPF3_Object::operation |
| size_t AESCCMLPF3_Object::inputLength |
| volatile size_t AESCCMLPF3_Object::inputCBCMACLengthRemaining |
| volatile size_t AESCCMLPF3_Object::inputCTRLengthRemaining |
| size_t AESCCMLPF3_Object::totalAADLength |
| size_t AESCCMLPF3_Object::totalDataLength |
| size_t AESCCMLPF3_Object::aadBytesProcessed |
| volatile size_t AESCCMLPF3_Object::totalCBCMACLengthRemaining |
| volatile size_t AESCCMLPF3_Object::totalCTRLengthRemaining |
| AESCCM_OperationType AESCCMLPF3_Object::operationType |
| uint8_t AESCCMLPF3_Object::bufferedAAD[2U] |
| uint8_t AESCCMLPF3_Object::bufferedAADLength |
| uint8_t AESCCMLPF3_Object::macLength |
| uint8_t AESCCMLPF3_Object::nonceLength |
| uint8_t AESCCMLPF3_Object::KeyStore_keyingMaterial[AESCommonLPF3_256_KEY_LENGTH_BYTES] |
| uint8_t AESCCMLPF3_Object::inputFinalBlock[AES_BLOCK_SIZE] |
| uint8_t AESCCMLPF3_Object::aadFinalBlock[AES_BLOCK_SIZE] |
| uint8_t AESCCMLPF3_Object::outputFinalBlock[AES_BLOCK_SIZE] |
| size_t AESCCMLPF3_Object::aadLength |
| volatile size_t AESCCMLPF3_Object::totalDataLengthRemaining |
| volatile size_t AESCCMLPF3_Object::totalAADLengthRemaining |
| int_fast16_t AESCCMLPF3_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 AESCCMLPF3_Object::tempAssetID |
| uint32_t AESCCMLPF3_Object::keyAssetID |
| KeyStore_PSA_KeyLocation AESCCMLPF3_Object::keyLocation |
| bool AESCCMLPF3_Object::segmentedOperationInProgress |