OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:publicVerifyKey
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_cmk.c
211
BYTE *
publicVerifyKey
;
230
publicVerifyKey
= malloc(publicVerifyKeySize);
231
if (
publicVerifyKey
== NULL) {
235
if (getData(TCSD_PACKET_TYPE_PBYTE, 2,
publicVerifyKey
, publicVerifyKeySize, &data->comm)) {
236
free(
publicVerifyKey
);
241
free(
publicVerifyKey
);
246
free(
publicVerifyKey
);
253
free(
publicVerifyKey
);
257
free(
publicVerifyKey
);
263
free(
publicVerifyKey
);
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_cmk.c
165
BYTE *
publicVerifyKey
, /* in */
182
if (setData(TCSD_PACKET_TYPE_PBYTE, 2,
publicVerifyKey
, publicVerifyKeySize, &hte->comm))
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
3207
BYTE *
publicVerifyKey
, /* in */
3223
publicVerifyKey
, signedData, sigValueSize, sigValue,
Completed in 16 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026