OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authHandle
(Results
51 - 61
of
61
) sorted by null
1
2
3
/external/tpm2/
Marshal_PolicyNV.c
16
target->
authHandle
= request_handles[0];
Marshal_SetAlgorithmSet.c
16
target->
authHandle
= request_handles[0];
Marshal_SetPrimaryPolicy.c
16
target->
authHandle
= request_handles[0];
NV_Certify.c
16
// TPM_RC_NV_AUTHORIZATION the authorization was valid but the authorizing entity (
authHandle
) is
55
result = NvReadAccessChecks(in->
authHandle
, in->nvIndex);
NV_Extend.c
17
// TPM_RC_NV_AUTHORIZATION the authorization was valid but the authorizing entity (
authHandle
) is
37
result = NvWriteAccessChecks(in->
authHandle
, in->nvIndex);
SetPrimaryPolicy.c
41
switch(in->
authHandle
)
Marshal_NV_Read.c
43
target->
authHandle
= request_handles[0];
Marshal_PCR_Allocate.c
46
target->
authHandle
= request_handles[0];
Marshal_NV_Certify.c
45
target->
authHandle
= request_handles[1];
Marshal_PolicySecret.c
44
target->
authHandle
= request_handles[0];
PolicyNV.c
51
result = NvReadAccessChecks(in->
authHandle
, in->nvIndex);
Completed in 597 milliseconds
1
2
3