Searched refs:xCertificateTemplate (Results 1 – 2 of 2) sorted by relevance
160 PKCS11_CertificateTemplate_t xCertificateTemplate; in prvObjectImporting() local183 xCertificateTemplate.xObjectClass.type = CKA_CLASS; in prvObjectImporting()188 xCertificateTemplate.xSubject.type = CKA_SUBJECT; in prvObjectImporting()189 xCertificateTemplate.xSubject.pValue = xSubject; in prvObjectImporting()193 xCertificateTemplate.xValue.type = CKA_VALUE; in prvObjectImporting()198 xCertificateTemplate.xLabel.type = CKA_LABEL; in prvObjectImporting()208 xCertificateTemplate.xTokenObject.type = CKA_TOKEN; in prvObjectImporting()209 xCertificateTemplate.xTokenObject.pValue = &xTokenStorage; in prvObjectImporting()225 xDerLen = xCertificateTemplate.xValue.ulValueLen; in prvObjectImporting()234 xCertificateTemplate.xValue.pValue = pucDerObject; in prvObjectImporting()[all …]
282 PKCS11_CertificateTemplate_t xCertificateTemplate; in xLoadCertificate() local342 xCertificateTemplate.xObjectClass.type = CKA_CLASS; in xLoadCertificate()345 xCertificateTemplate.xSubject.type = CKA_SUBJECT; in xLoadCertificate()346 xCertificateTemplate.xSubject.pValue = pxSubject; in xLoadCertificate()348 xCertificateTemplate.xValue.type = CKA_VALUE; in xLoadCertificate()349 xCertificateTemplate.xValue.pValue = pucDerObject; in xLoadCertificate()350 xCertificateTemplate.xValue.ulValueLen = xDerLen; in xLoadCertificate()351 xCertificateTemplate.xLabel.type = CKA_LABEL; in xLoadCertificate()352 xCertificateTemplate.xLabel.pValue = ( CK_VOID_PTR ) pcLabel; in xLoadCertificate()357 xCertificateTemplate.xTokenObject.type = CKA_TOKEN; in xLoadCertificate()[all …]
Completed in 14 milliseconds