Home
last modified time | relevance | path

Searched refs:pucDerObject (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/examples/
A Dobjects.c147 uint8_t * pucDerObject = NULL; in prvObjectImporting() local
222 pucDerObject = pvPortMalloc( xCertificateTemplate.xValue.ulValueLen ); in prvObjectImporting()
223 configASSERT( pucDerObject != NULL ); in prvObjectImporting()
228 pucDerObject, in prvObjectImporting()
234 xCertificateTemplate.xValue.pValue = pucDerObject; in prvObjectImporting()
269 vPortFree( pucDerObject ); in prvObjectImporting()
/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/
A Dpkcs11_operations.c287 uint8_t * pucDerObject = NULL; in xLoadCertificate() local
307 pucDerObject = ( uint8_t * ) malloc( xCertificateLength + 1 ); in xLoadCertificate()
310 if( pucDerObject != NULL ) in xLoadCertificate()
314 pucDerObject, &xDerLen ); in xLoadCertificate()
349 xCertificateTemplate.xValue.pValue = pucDerObject; in xLoadCertificate()
373 if( pucDerObject != NULL ) in xLoadCertificate()
375 free( pucDerObject ); in xLoadCertificate()

Completed in 7 milliseconds