Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_object.c146 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()
/hardware/ti/omap4xxx/security/tf_sdk/include/
Dpkcs11.h198 CK_ULONG ulValueLen; member