NXP Reader Library  v17.1.0.2535
phCryptoASym_mBedTLS_DataParams_t Struct Reference

Data structure for ASymmetric Crypto mBedTLS layer implementation. More...

Data Fields

uint16_t wId
 Layer ID for this component, NEVER MODIFY!
 
void * pKeyStoreDataParams
 Pointer to Key Store object.
 
void * pCtx
 Pointer to underlying ASymmetric Crypto context for storing KeyPair information. More...
 
uint16_t wKeyType
 Key Type.
 
uint8_t bCurveID
 ECC Curve Id.
 
uint8_t bHashAlgo
 Hash Algorithm ID.
 
int32_t dwErrorCode
 Error code returned by mbedTLS layer.
 
uint8_tpBuffer
 Internal Buffer for processing.
 
uint16_t wBufferSize
 Size of bytes allocated for pBuffer member.
 

Detailed Description

Data structure for ASymmetric Crypto mBedTLS layer implementation.

Field Documentation

◆ pCtx

void* phCryptoASym_mBedTLS_DataParams_t::pCtx

Pointer to underlying ASymmetric Crypto context for storing KeyPair information.

  • Will be utilized internally by the implementation.
  • Will store ECC Key-Pair context.

The documentation for this struct was generated from the following file: