Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/examples/
A Dobjects.c175 CK_CERTIFICATE_TYPE xCertificateType = CKC_X_509; in prvObjectImporting() local
203 xCertificateTemplate.xCertificateType.type = CKA_CERTIFICATE_TYPE; in prvObjectImporting()
204 xCertificateTemplate.xCertificateType.pValue = &xCertificateType; in prvObjectImporting()
205 xCertificateTemplate.xCertificateType.ulValueLen = sizeof( CK_CERTIFICATE_TYPE ); in prvObjectImporting()
/FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/
A Dpkcs11_operations.c284 CK_CERTIFICATE_TYPE xCertificateType = CKC_X_509; in xLoadCertificate() local
354 xCertificateTemplate.xCertificateType.type = CKA_CERTIFICATE_TYPE; in xLoadCertificate()
355 xCertificateTemplate.xCertificateType.pValue = &xCertificateType; in xLoadCertificate()
356 xCertificateTemplate.xCertificateType.ulValueLen = sizeof( CK_CERTIFICATE_TYPE ); in xLoadCertificate()

Completed in 46 milliseconds