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

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
service_system_protocol.h 114 } INPUT_TEMPLATE_ITEM;
pkcs11_object.c 116 nItemsSize += sizeof(INPUT_TEMPLATE_ITEM) * ulCount; /*for the attribute items*/
142 INPUT_TEMPLATE_ITEM sItem;
155 memcpy(*ppAttributeCursor, &sItem, sizeof(INPUT_TEMPLATE_ITEM));
156 *ppAttributeCursor += sizeof(INPUT_TEMPLATE_ITEM);
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 114 } INPUT_TEMPLATE_ITEM;
pkcs11_object.c 108 INPUT_TEMPLATE_ITEM sItem;
132 sizeof(INPUT_TEMPLATE_ITEM)*ulCount1; /* The attributes items */
136 sizeof(INPUT_TEMPLATE_ITEM)*ulCount2; /* The attributes items */
180 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM));
181 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM);
212 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM));
213 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM);
    [all...]

Completed in 2569 milliseconds