OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ordList
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_audit.c
84
UINT32 *
ordList
;
101
&more, &ordSize, &
ordList
);
109
free(
ordList
);
114
free(
ordList
);
119
free(
ordList
);
124
free(
ordList
);
128
free(
ordList
);
131
if (setData(TCSD_PACKET_TYPE_PBYTE, 5,
ordList
, ordSize * sizeof(UINT32), &data->comm)) {
132
free(
ordList
);
135
free(
ordList
);
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_audit.c
34
UINT32**
ordList
) /* out */
47
if ((ordSize == NULL) || (
ordList
== NULL))
62
*
ordList
= NULL;
81
if (*
ordList
)
82
memcpy(pulTemp, *
ordList
, *ordSize * sizeof(UINT32));
88
if (*
ordList
)
89
free_tspi(tspContext, *
ordList
);
90
*
ordList
= pulTemp;
96
(BYTE *)(*
ordList
+ (*ordSize - 1)));
121
if (*
ordList
)
[
all
...]
tsp_audit.c
120
UINT32 **
ordList
) /* out */
160
if ((*
ordList
= malloc(*ordSize)) == NULL) {
170
Trspi_UnloadBlob(&offset, *ordSize, dec, *(BYTE **)
ordList
);
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_audit.c
68
UINT32 **
ordList
) /* out */
119
*
ordList
= (UINT32 *)malloc(*ordSize * sizeof(UINT32));
120
if (*
ordList
== NULL) {
127
if (getData(TCSD_PACKET_TYPE_PBYTE, 5, *
ordList
, *ordSize * sizeof(UINT32), &hte->comm)) {
130
free(*
ordList
);
131
*
ordList
= NULL;
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_audit.c
71
UINT32 **
ordList
) /* out */
93
ordList
)))
96
/* ordSize is returned from the TPM as the number of bytes in
ordList
98
returns the number of ordinals contained in
ordList
*/
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h
1086
UINT32**
ordList
// out
tspi.h
712
UINT32**
ordList
// out
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
2775
UINT32 **
ordList
) /* out */
2787
ordSize,
ordList
);
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
1027
UINT32**
ordList
/* out */
Completed in 26 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026