OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcKeySize
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_ps.c
267
UINT32 *
pcKeySize
, /* out */
287
if (getData(TCSD_PACKET_TYPE_UINT32, 0,
pcKeySize
, 0, &hte->comm)) {
291
*prgbKey = malloc(*
pcKeySize
);
293
LogError("malloc of %u bytes failed.", *
pcKeySize
);
297
if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *prgbKey, *
pcKeySize
, &hte->comm)) {
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_ps.c
130
UINT32
pcKeySize
;
145
result = TCS_GetRegisteredKeyBlob_Internal(hContext, &uuid, &
pcKeySize
,
150
if (setData(TCSD_PACKET_TYPE_UINT32, 0, &
pcKeySize
, 0, &data->comm)) {
154
if (setData(TCSD_PACKET_TYPE_PBYTE, 1, prgbKey,
pcKeySize
, &data->comm)) {
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ps.c
471
UINT32 *
pcKeySize
, /* out */
492
*
pcKeySize
= keySize;
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h
80
UINT32*
pcKeySize
, // out
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
362
UINT32 *
pcKeySize
, /* out */
373
result = RPC_GetRegisteredKeyBlob_TP(entry, KeyUUID,
pcKeySize
, prgbKey);
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
349
UINT32 *
pcKeySize
, /* out */
Completed in 23 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026