OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prgbKey
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_ps.c
268
BYTE **
prgbKey
/* out */
291
*
prgbKey
= malloc(*pcKeySize);
292
if (*
prgbKey
== NULL) {
297
if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *
prgbKey
, *pcKeySize, &hte->comm)) {
298
free(*
prgbKey
);
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_ps.c
131
BYTE *
prgbKey
;
146
&
prgbKey
);
151
free(
prgbKey
);
154
if (setData(TCSD_PACKET_TYPE_PBYTE, 1,
prgbKey
, pcKeySize, &data->comm)) {
155
free(
prgbKey
);
158
free(
prgbKey
);
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ps.c
472
BYTE **
prgbKey
) /* out */
485
*
prgbKey
= calloc(1, keySize);
486
if (*
prgbKey
== NULL) {
490
memcpy(*
prgbKey
, buffer, keySize);
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h
81
BYTE**
prgbKey
// out
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
363
BYTE **
prgbKey
) /* out */
373
result = RPC_GetRegisteredKeyBlob_TP(entry, KeyUUID, pcKeySize,
prgbKey
);
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
350
BYTE **
prgbKey
/* out */
Completed in 45 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026