Searched refs:pucDerObject (Results 1 – 2 of 2) sorted by relevance
147 uint8_t * pucDerObject = NULL; in prvObjectImporting() local222 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()
287 uint8_t * pucDerObject = NULL; in xLoadCertificate() local307 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