Searched refs:theData (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc.c | 112 void *theData, in setData() argument 122 if ((result = loadData(&offset, dataType, theData, theDataSize, NULL))) in setData() 144 if ((result = loadData(&offset, dataType, theData, theDataSize, comm->buf))) in setData() 160 void *theData, in getData() argument 175 Trspi_UnloadBlob_BYTE(&offset, (BYTE *)theData, comm->buf); in getData() 178 Trspi_UnloadBlob_BOOL(&offset, (TSS_BOOL *)theData, comm->buf); in getData() 181 Trspi_UnloadBlob_UINT16(&offset, (UINT16 *)theData, comm->buf); in getData() 184 Trspi_UnloadBlob_UINT32(&offset, (UINT32 *)theData, comm->buf); in getData() 187 Trspi_UnloadBlob_UINT64(&offset, (UINT64 *)theData, comm->buf); in getData() 190 Trspi_UnloadBlob(&offset, theDataSize, comm->buf, (BYTE *)theData); in getData() [all …]
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc.c | 186 void *theData, in setData() argument 196 if ((result = loadData(&offset, dataType, theData, theDataSize, NULL)) != TSS_SUCCESS) in setData() 215 if ((result = loadData(&offset, dataType, theData, theDataSize, comm->buf)) != TSS_SUCCESS) in setData() 231 void *theData, in getData() argument 253 UnloadBlob_BYTE(&offset, (BYTE *) (theData), comm->buf); in getData() 259 UnloadBlob_BOOL(&offset, (TSS_BOOL *) (theData), comm->buf); in getData() 265 UnloadBlob_UINT16(&offset, (UINT16 *) (theData), comm->buf); in getData() 271 UnloadBlob_UINT32(&offset, (UINT32 *) (theData), comm->buf); in getData() 277 UnloadBlob(&offset, theDataSize, comm->buf, theData); in getData() 284 ((TCPA_NONCE *) (theData))->nonce); in getData() [all …]
|