OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pParentAuth
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_migration.c
39
TPM_AUTH auth1, auth2, *
pParentAuth
, *pEntityAuth;
93
pParentAuth
= NULL;
97
pParentAuth
= &auth1;
105
encDataSize, encData,
pParentAuth
, pEntityAuth,
115
if (
pParentAuth
) {
116
if (setData(TCSD_PACKET_TYPE_AUTH, i++,
pParentAuth
, 0, &data->comm)) {
171
TPM_AUTH parentAuth, *
pParentAuth
;
216
pParentAuth
= NULL;
218
pParentAuth
= &parentAuth;
224
randomSize, random,
pParentAuth
, &outDataSize
[
all
...]
rpc_seal.c
165
TPM_AUTH *
pParentAuth
, *pDataAuth;
199
pParentAuth
= NULL;
204
pParentAuth
= &parentAuth;
208
pDataAuth =
pParentAuth
;
209
pParentAuth
= NULL;
218
result = TCSP_Unseal_Internal(hContext, parentHandle, inDataSize, inData,
pParentAuth
,
226
if (
pParentAuth
!= NULL) {
227
if (setData(TCSD_PACKET_TYPE_AUTH, 0,
pParentAuth
, 0, &data->comm)) {
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_migration.c
156
TPM_AUTH *
pParentAuth
;
230
pParentAuth
= &parentAuth;
232
pParentAuth
= NULL;
246
pParentAuth
, &entityAuth,
322
TPM_AUTH *
pParentAuth
;
362
pParentAuth
= &parentAuth;
364
pParentAuth
= NULL;
370
pParentAuth
,
Completed in 22 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026