OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:counterValueSize
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_audit.c
116
UINT32 *
counterValueSize
, /* out */
145
*
counterValueSize
= (UINT32)offset;
146
if ((*counterValue = malloc(*
counterValueSize
)) == NULL) {
148
LogError("malloc of %u bytes failed", *
counterValueSize
);
149
*
counterValueSize
= 0;
153
Trspi_UnloadBlob(&offset, *
counterValueSize
, dec, *counterValue);
164
*
counterValueSize
= 0;
182
UINT32 *
counterValueSize
, /* out */
228
*
counterValueSize
= (UINT32)offset;
229
if ((*counterValue = malloc(*
counterValueSize
)) == NULL)
[
all
...]
tspi_audit.c
37
UINT32
counterValueSize
;
67
&
counterValueSize
,
195
pAuth, &
counterValueSize
,
205
signInfo.dataLen = sizeof(auditDigest.digest) +
counterValueSize
+
214
Trspi_LoadBlob(&offset,
counterValueSize
, signInfo.data, counterValue);
221
result |= Trspi_HashUpdate(&hashCtx,
counterValueSize
, counterValue);
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_audit.c
64
UINT32 *
counterValueSize
, /* out */
91
if (getData(TCSD_PACKET_TYPE_UINT32, 1,
counterValueSize
, 0, &hte->comm)) {
95
*counterValue = (BYTE *)malloc(*
counterValueSize
);
97
LogError("malloc of %u bytes failed.", *
counterValueSize
);
101
if (getData(TCSD_PACKET_TYPE_PBYTE, 2, *counterValue, *
counterValueSize
, &hte->comm)) {
147
UINT32 *
counterValueSize
, /* out */
194
if (getData(TCSD_PACKET_TYPE_UINT32, i++,
counterValueSize
, 0, &hte->comm)) {
198
*counterValue = (BYTE *)malloc(*
counterValueSize
);
200
LogError("malloc of %u bytes failed.", *
counterValueSize
);
204
if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *counterValue, *
counterValueSize
, &hte->comm))
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_audit.c
80
UINT32
counterValueSize
;
100
result = TCSP_GetAuditDigest_Internal(hContext, startOrdinal, &auditDigest, &
counterValueSize
, &counterValue,
112
if (setData(TCSD_PACKET_TYPE_UINT32, 1, &
counterValueSize
, 0, &data->comm)) {
117
if (setData(TCSD_PACKET_TYPE_PBYTE, 2, counterValue,
counterValueSize
, &data->comm)) {
152
UINT32
counterValueSize
;
189
pAuth, &
counterValueSize
, &counterValue,
205
if (setData(TCSD_PACKET_TYPE_UINT32, i++, &
counterValueSize
, 0, &data->comm)) {
210
if (setData(TCSD_PACKET_TYPE_PBYTE, i++, counterValue,
counterValueSize
, &data->comm)) {
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_audit.c
67
UINT32 *
counterValueSize
, /* out */
92
counterValueSize
, counterValue, more, ordSize,
114
UINT32 *
counterValueSize
, /* out */
149
counterValueSize
, counterValue, auditDigest, ordinalDigest,
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h
1082
UINT32*
counterValueSize
, // out
1095
UINT32*
counterValueSize
, // out
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
2771
UINT32 *
counterValueSize
, /* out */
2786
counterValueSize
, counterValue, more,
2804
UINT32 *
counterValueSize
, /* out */
2821
counterValueSize
, counterValue,
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
1023
UINT32*
counterValueSize
, /* out */
1035
UINT32*
counterValueSize
, /* out */
Completed in 16 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026