Searched refs:pcLabel (Results 1 – 2 of 2) sorted by relevance
279 const char * pcLabel, in xLoadCertificate() argument294 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()
73 const char * pcLabel,
Completed in 29 milliseconds