Home
last modified time | relevance | path

Searched refs:INPUT_TEMPLATE_ITEM (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dservice_system_protocol.h114 } INPUT_TEMPLATE_ITEM; typedef
Dpkcs11_object.c108 INPUT_TEMPLATE_ITEM sItem; in static_encodeTwoTemplates()
132 sizeof(INPUT_TEMPLATE_ITEM)*ulCount1; /* The attributes items */ in static_encodeTwoTemplates()
136 sizeof(INPUT_TEMPLATE_ITEM)*ulCount2; /* The attributes items */ in static_encodeTwoTemplates()
180 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_encodeTwoTemplates()
181 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM); in static_encodeTwoTemplates()
212 memcpy(pBuffer + nBufferIndex, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_encodeTwoTemplates()
213 nBufferIndex += sizeof(INPUT_TEMPLATE_ITEM); in static_encodeTwoTemplates()
/hardware/ti/omap4-aah/security/tf_crypto_sst/
Dservice_system_protocol.h114 } INPUT_TEMPLATE_ITEM; typedef
Dpkcs11_object.c116 nItemsSize += sizeof(INPUT_TEMPLATE_ITEM) * ulCount; /*for the attribute items*/ in static_analyzeTemplate()
142 INPUT_TEMPLATE_ITEM sItem; in static_copyTemplate()
155 memcpy(*ppAttributeCursor, &sItem, sizeof(INPUT_TEMPLATE_ITEM)); in static_copyTemplate()
156 *ppAttributeCursor += sizeof(INPUT_TEMPLATE_ITEM); in static_copyTemplate()