OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rgbDataRead
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_nv.c
227
BYTE *
rgbDataRead
= NULL;
254
offset, &ulDataLength, pAuth, &
rgbDataRead
);
263
free(
rgbDataRead
);
268
free(
rgbDataRead
);
271
if (setData(TCSD_PACKET_TYPE_PBYTE, i++,
rgbDataRead
, ulDataLength, &data->comm)) {
272
free(
rgbDataRead
);
275
free(
rgbDataRead
);
289
BYTE *
rgbDataRead
= NULL;
317
offset, &ulDataLength, pNVAuth, &
rgbDataRead
);
326
free(
rgbDataRead
);
[
all
...]
/src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_nvread.c
152
BYTE *
rgbDataRead
= NULL;
270
if (NVReadValue(nvObject, offset, &ulDataLength, &
rgbDataRead
) !=
282
written = write(fd,
rgbDataRead
, ulDataLength);
295
displayData(stdout, offset,
rgbDataRead
, ulDataLength);
309
free(
rgbDataRead
);
Completed in 20 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026