OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:publicVerifyKeySize
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_cmk.c
210
UINT32
publicVerifyKeySize
;
227
if (getData(TCSD_PACKET_TYPE_UINT32, 1, &
publicVerifyKeySize
, 0, &data->comm))
230
publicVerifyKey = malloc(
publicVerifyKeySize
);
232
LogError("malloc of %u bytes failed.",
publicVerifyKeySize
);
235
if (getData(TCSD_PACKET_TYPE_PBYTE, 2, publicVerifyKey,
publicVerifyKeySize
, &data->comm)) {
270
result = TCSP_CMK_CreateTicket_Internal(hContext,
publicVerifyKeySize
, publicVerifyKey,
Completed in 16 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026