Searched refs:theDataSize (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc.c | 187 int theDataSize, 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() 232 int theDataSize, in getData() argument 274 if (old_offset + theDataSize > comm->hdr.packet_size) in getData() 277 UnloadBlob(&offset, theDataSize, comm->buf, theData); in getData()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc.c | 113 int theDataSize, 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() 161 int theDataSize, in getData() argument 190 Trspi_UnloadBlob(&offset, theDataSize, comm->buf, (BYTE *)theData); in getData()
|