Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/
A Dpkcs11_operations.c279 const char * pcLabel, in xLoadCertificate() argument
294 configASSERT( pcLabel != NULL ); in xLoadCertificate()
352 xCertificateTemplate.xLabel.pValue = ( CK_VOID_PTR ) pcLabel; in xLoadCertificate()
353 xCertificateTemplate.xLabel.ulValueLen = strnlen( pcLabel, pkcs11configMAX_LABEL_LENGTH ); in xLoadCertificate()
362 prvDestroyProvidedObjects( xP11Session, ( CK_BYTE_PTR * ) &pcLabel, &xCertificateClass, 1 ); in xLoadCertificate()
365 LogInfo( ( "Writing certificate into label \"%s\".", pcLabel ) ); in xLoadCertificate()
A Dpkcs11_operations.h73 const char * pcLabel,

Completed in 29 milliseconds