OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idKey
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_aik.c
28
TCS_KEY_HANDLE
idKey
, /* in */
48
if ((result = obj_tcskey_get_pubkeyhash(
idKey
, pubKeyHash.digest)))
57
handle =
idKey
;
80
BYTE **
idKey
, /* out */
117
if ((*
idKey
= malloc(*idKeySize)) == NULL) {
125
Trspi_UnloadBlob(&offset, *idKeySize, dec, *
idKey
);
130
free(*
idKey
);
131
*
idKey
= NULL;
tspi_aik.c
49
BYTE *caKeyBlob, *
idKey
, *newIdKey, *idPub;
151
if ((result = obj_rsakey_get_blob(hIdentityKey, &idKeySize, &
idKey
)))
195
result |= Trspi_HashUpdate(&hashCtx, idKeySize,
idKey
);
219
idKeySize,
idKey
, pSrkAuth, xsap->pAuth,
226
idKeySize,
idKey
, pSrkAuth, xsap->pAuth, &idKeySize,
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_aik.c
37
BYTE **
idKey
, /* out */
95
*
idKey
= (BYTE *) malloc(*idKeySize);
96
if (*
idKey
== NULL) {
101
if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *
idKey
, *idKeySize, &hte->comm)) {
102
free(*
idKey
);
107
free(*
idKey
);
115
free(*
idKey
);
120
free(*
idKey
);
126
free(*
idKey
);
135
free(*
idKey
);
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_aik.c
38
BYTE **
idKey
, /* out */
79
idKey
, pcIdentityBindingSize, prgbIdentityBinding,
99
TCS_KEY_HANDLE
idKey
, /* in */
125
if ((result = ensureKeyIsLoaded(hContext,
idKey
, &keySlot)))
186
BYTE **
idKey
, /* out */
218
idKey
, pcIdentityBindingSize, prgbIdentityBinding,
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_aik.c
43
BYTE *
idKey
= NULL;
101
pOwnerAuth, &idKeySize, &
idKey
,
120
if (setData(TCSD_PACKET_TYPE_PBYTE, i++,
idKey
, idKeySize, &data->comm))
139
free(
idKey
);
152
free(
idKey
);
/src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h
405
BYTE **
idKey
, /* out */
424
BYTE **
idKey
, /* out */
523
TCS_KEY_HANDLE
idKey
, /* in */
/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c
523
BYTE **
idKey
, /* out */
543
pSrkAuth, pOwnerAuth, idKeySize,
idKey
,
855
TCS_KEY_HANDLE
idKey
, /* in */
871
result = RPC_ActivateTPMIdentity_TP(entry,
idKey
, blobSize, blob, idKeyAuth,
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h
298
TCS_KEY_HANDLE
idKey
, // in
Completed in 19 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026