OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:classURISize
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_caps.c
188
*respSize = (2 * sizeof(UINT32)) + platClass->
classURISize
;
197
LoadBlob_UINT32(&offset, platClass->
classURISize
, *resp);
198
memcpy(&(*resp)[offset], platClass->classURI, platClass->
classURISize
);
209
*respSize += (2 * sizeof(UINT32)) + platClass->
classURISize
;
223
LoadBlob_UINT32(&offset, platClass->
classURISize
, *resp);
225
platClass->
classURISize
);
226
offset += platClass->
classURISize
;
/src/crypto/external/cpl/trousers/dist/src/include/
tcsd.h
23
unsigned int
classURISize
; /* Size of the classURI */
/src/crypto/external/cpl/trousers/dist/src/tcsd/
tcsd_conf.c
110
new_class->
classURISize
= strlen(tcg_platform_specs[i].specURI) + 1;
111
new_class->classURI = malloc(new_class->
classURISize
);
113
LogError("malloc of %u bytes failed", new_class->
classURISize
);
118
new_class->
classURISize
);
693
if (list->
classURISize
> 0)
/src/crypto/external/cpl/trousers/dist/src/trspi/
trousers.c
2680
UINT32
classURISize
;
2683
Trspi_UnloadBlob_UINT32(offset, &
classURISize
, blob);
2684
Trspi_UnloadBlob(offset,
classURISize
, blob, NULL);
Completed in 38 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026