OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delegateSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_delegate.c
512
UINT32
delegateSize
;
524
if (getData(TCSD_PACKET_TYPE_UINT32, 1, &
delegateSize
, 0, &data->comm))
527
delegate = malloc(
delegateSize
);
529
LogError("malloc of %u bytes failed.",
delegateSize
);
532
if (getData(TCSD_PACKET_TYPE_PBYTE, 2, delegate,
delegateSize
, &data->comm)) {
539
result = TCSP_Delegate_VerifyDelegation_Internal(hContext,
delegateSize
, delegate);
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_delegate.c
315
UINT32
delegateSize
;
322
if ((result = obj_policy_get_delegation_blob(hDelegation, 0, &
delegateSize
, &delegate)))
325
result = TCS_API(hContext)->Delegate_VerifyDelegation(hContext,
delegateSize
, delegate);
Completed in 33 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026