Searched refs:ulValueLen (Results 1 – 4 of 4) sorted by relevance
146 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate1[i].ulValueLen); in static_encodeTwoTemplates()154 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate2[i].ulValueLen); in static_encodeTwoTemplates()178 sItem.dataValueLen = (uint32_t)pTemplate1[i].ulValueLen; in static_encodeTwoTemplates()185 … memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate1[i].pValue, (uint32_t)pTemplate1[i].ulValueLen); in static_encodeTwoTemplates()187 nDataOffset += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate1[i].ulValueLen); in static_encodeTwoTemplates()210 sItem.dataValueLen = (uint32_t)pTemplate2[i].ulValueLen; in static_encodeTwoTemplates()217 … memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate2[i].pValue, (uint32_t)pTemplate2[i].ulValueLen); in static_encodeTwoTemplates()219 nDataOffset += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate2[i].ulValueLen); in static_encodeTwoTemplates()780 sOperation.params[1].tmpref.size = pTemplate[i].ulValueLen; in C_GetAttributeValue()804 pTemplate[i].ulValueLen = sOperation.params[1].tmpref.size; in C_GetAttributeValue()
126 nValuesSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate[i].ulValueLen); in static_analyzeTemplate()153 sItem.dataValueLen = pTemplate[i].ulValueLen; in static_copyTemplate()160 memcpy(*ppDataCursor, pTemplate[i].pValue, pTemplate[i].ulValueLen); in static_copyTemplate()162 *ppDataCursor += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate[i].ulValueLen); in static_copyTemplate()777 sOperation.params[1].tmpref.size = pTemplate[i].ulValueLen; in C_GetAttributeValue()801 pTemplate[i].ulValueLen = sOperation.params[1].tmpref.size; in C_GetAttributeValue()
198 CK_ULONG ulValueLen; member