OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prgbSignature
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_tick.c
80
BYTE**
prgbSignature
, /* out */
124
*
prgbSignature
= malloc(*pulSignatureLength);
125
if (*
prgbSignature
== NULL) {
131
if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *
prgbSignature
, *pulSignatureLength,
133
free(*
prgbSignature
);
134
*
prgbSignature
= NULL;
141
free(*
prgbSignature
);
142
*
prgbSignature
= NULL;
150
free(*
prgbSignature
);
151
*
prgbSignature
= NULL
[
all
...]
rpc_transport.c
281
BYTE**
prgbSignature
)
347
*
prgbSignature
= malloc(*pulSignatureSize);
348
if (*
prgbSignature
== NULL) {
355
if (getData(TCSD_PACKET_TYPE_PBYTE, 6, *
prgbSignature
, *pulSignatureSize,
360
free(*
prgbSignature
);
361
*
prgbSignature
= NULL;
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_sign.c
28
BYTE **
prgbSignature
) /* out */
42
if (pulSignatureLength == NULL ||
prgbSignature
== NULL)
75
pPrivAuth, pulSignatureLength,
prgbSignature
)))
83
result |= Trspi_HashUpdate(&hashCtx, *pulSignatureLength, *
prgbSignature
);
85
free(*
prgbSignature
);
90
free(*
prgbSignature
);
95
if ((result = __tspi_add_mem_entry(tspContext, *
prgbSignature
)))
96
free(*
prgbSignature
);
tsp_tick.c
59
BYTE**
prgbSignature
, /* out */
110
if ((*
prgbSignature
= malloc(*pulSignatureLength)) == NULL) {
118
Trspi_UnloadBlob(&offset, *pulSignatureLength, dec, *
prgbSignature
);
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_transport.c
313
BYTE *prgbCurrentTicks, *
prgbSignature
;
350
&pulSignatureSize, &
prgbSignature
);
359
free(
prgbSignature
);
365
free(
prgbSignature
);
371
free(
prgbSignature
);
376
free(
prgbSignature
);
381
free(
prgbSignature
);
387
free(
prgbSignature
);
392
free(
prgbSignature
);
395
if (setData(TCSD_PACKET_TYPE_PBYTE, 6,
prgbSignature
, pulSignatureSize
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_tick.c
62
BYTE**
prgbSignature
,
97
prgbTickCount, pulSignatureLength,
prgbSignature
, privAuth);
tcsi_transport.c
436
BYTE**
prgbSignature
)
497
*
prgbSignature
= malloc(*pulSignatureSize);
498
if (*
prgbSignature
== NULL) {
504
UnloadBlob(&offset, *pulSignatureSize, txBlob, *
prgbSignature
);
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h
350
BYTE**
prgbSignature
// out
952
BYTE**
prgbSignature
, // out
tspi.h
863
BYTE**
prgbSignature
// out
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
2447
BYTE**
prgbSignature
, /* out */
2461
prgbSignature
, pulTickCountLength,
2568
BYTE**
prgbSignature
)
2583
prgbSignature
);
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
929
BYTE**
prgbSignature
,
972
BYTE**
prgbSignature
Completed in 19 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026