HomeSort by relevance Sort by last modified time
    Searched refs:ulValueLen (Results 1 - 12 of 12) sorted by null

  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 235 CK_ULONG ulValueLen) {
238 attrib->ulValueLen = ulValueLen;
644 ByteArray modulus(new CK_BYTE[attributes[0].ulValueLen], attributes[0].ulValueLen);
645 ByteArray exponent(new CK_BYTE[attributes[1].ulValueLen], attributes[1].ulValueLen);
658 modulus.length(), attributes[0].ulValueLen,
659 exponent.length(), attributes[1].ulValueLen);
666 modulus.setLength(attributes[0].ulValueLen);
    [all...]
pkcs11.h 198 CK_ULONG ulValueLen;
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 235 CK_ULONG ulValueLen) {
238 attrib->ulValueLen = ulValueLen;
644 ByteArray modulus(new CK_BYTE[attributes[0].ulValueLen], attributes[0].ulValueLen);
645 ByteArray exponent(new CK_BYTE[attributes[1].ulValueLen], attributes[1].ulValueLen);
658 modulus.length(), attributes[0].ulValueLen,
659 exponent.length(), attributes[1].ulValueLen);
666 modulus.setLength(attributes[0].ulValueLen);
    [all...]
pkcs11.h 198 CK_ULONG ulValueLen;
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 235 CK_ULONG ulValueLen) {
238 attrib->ulValueLen = ulValueLen;
644 ByteArray modulus(new CK_BYTE[attributes[0].ulValueLen], attributes[0].ulValueLen);
645 ByteArray exponent(new CK_BYTE[attributes[1].ulValueLen], attributes[1].ulValueLen);
658 modulus.length(), attributes[0].ulValueLen,
659 exponent.length(), attributes[1].ulValueLen);
666 modulus.setLength(attributes[0].ulValueLen);
    [all...]
pkcs11.h 198 CK_ULONG ulValueLen;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 146 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate1[i].ulValueLen);
154 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate2[i].ulValueLen);
178 sItem.dataValueLen = (uint32_t)pTemplate1[i].ulValueLen;
185 memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate1[i].pValue, (uint32_t)pTemplate1[i].ulValueLen);
187 nDataOffset += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate1[i].ulValueLen);
210 sItem.dataValueLen = (uint32_t)pTemplate2[i].ulValueLen;
217 memcpy(pBuffer + nDataOffset, (uint8_t*)pTemplate2[i].pValue, (uint32_t)pTemplate2[i].ulValueLen);
219 nDataOffset += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate2[i].ulValueLen);
780 sOperation.params[1].tmpref.size = pTemplate[i].ulValueLen;
804 pTemplate[i].ulValueLen = sOperation.params[1].tmpref.size
    [all...]
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_object.c 126 nValuesSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate[i].ulValueLen);
153 sItem.dataValueLen = pTemplate[i].ulValueLen;
160 memcpy(*ppDataCursor, pTemplate[i].pValue, pTemplate[i].ulValueLen);
162 *ppDataCursor += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate[i].ulValueLen);
777 sOperation.params[1].tmpref.size = pTemplate[i].ulValueLen;
801 pTemplate[i].ulValueLen = sOperation.params[1].tmpref.size;
    [all...]
  /hardware/ti/omap4-aah/security/tf_sdk/include/
pkcs11.h 198 CK_ULONG ulValueLen;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 198 CK_ULONG ulValueLen;
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c 43 (x)->pValue=(v); (x)->ulValueLen = (l);
    [all...]
ssl3con.c 68 (x)->pValue=(v); (x)->ulValueLen = (l);
    [all...]

Completed in 825 milliseconds