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_t * | pBuffer |
| Internal Buffer for processing. | |
| uint16_t | wBufferSize |
| Size of bytes allocated for pBuffer member. | |
Data structure for ASymmetric Crypto mBedTLS layer implementation.
| void* phCryptoASym_mBedTLS_DataParams_t::pCtx |
Pointer to underlying ASymmetric Crypto context for storing KeyPair information.