OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigValue
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_cmk.c
214
BYTE *
sigValue
;
250
sigValue
= malloc(sigValueSize);
251
if (
sigValue
== NULL) {
256
if (getData(TCSD_PACKET_TYPE_PBYTE, 5,
sigValue
, sigValueSize, &data->comm)) {
258
free(
sigValue
);
264
free(
sigValue
);
271
signedData, sigValueSize,
sigValue
, &ownerAuth, &sigTicket);
275
free(
sigValue
);
/src/crypto/external/cpl/trousers/dist/src/tspi/
obj_migdata.c
927
obj_migdata_set_sig_value(TSS_HMIGDATA hMigData, UINT32 sigValueSize, BYTE *
sigValue
)
939
free(migdata->
sigValue
);
940
if ((migdata->
sigValue
= malloc(sigValueSize)) == NULL) {
945
memcpy(migdata->
sigValue
,
sigValue
, sigValueSize);
955
obj_migdata_get_sig_value(TSS_HMIGDATA hMigData, UINT32 *sigValueSize, BYTE **
sigValue
)
966
if ((*
sigValue
= calloc_tspi(obj->tspContext, migdata->sigValueSize)) == NULL) {
971
memcpy(*
sigValue
, migdata->
sigValue
, migdata->sigValueSize);
/src/crypto/external/cpl/trousers/dist/src/include/
obj_migdata.h
54
BYTE *
sigValue
;
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_cmk.c
168
BYTE *
sigValue
, /* in */
188
if (setData(TCSD_PACKET_TYPE_PBYTE, 5,
sigValue
, sigValueSize, &hte->comm))
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
3210
BYTE *
sigValue
, /* in */
3223
publicVerifyKey, signedData, sigValueSize,
sigValue
,
Completed in 18 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026