OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newAuth
(Results
1 - 9
of
9
) sorted by null
/external/tpm2/
NV_ChangeAuth.c
14
// TPM_RC_SIZE
newAuth
size is larger than the digest size of the Name algorithm for
36
MemoryRemoveTrailingZeros(&(in->
newAuth
));
39
if(in->
newAuth
.t.size > CryptGetHashDigestSize(nvIndex.publicArea.nameAlg))
44
nvIndex.authValue = in->
newAuth
;
HierarchyChangeAuth.c
15
// TPM_RC_SIZE
newAuth
size is greater than that of integrity hash digest
34
if( MemoryRemoveTrailingZeros(&in->
newAuth
)
42
gp.ownerAuth = in->
newAuth
;
46
gp.endorsementAuth = in->
newAuth
;
50
gc.platformAuth = in->
newAuth
;
55
gp.lockoutAuth = in->
newAuth
;
ObjectChangeAuth.c
15
// TPM_RC_SIZE
newAuth
is larger than the size of the digest of the Name algorithm of
42
if( MemoryRemoveTrailingZeros(&in->
newAuth
)
63
sensitive.authValue = in->
newAuth
;
HierarchyChangeAuth_fp.h
14
TPM2B_AUTH
newAuth
;
NV_ChangeAuth_fp.h
14
TPM2B_AUTH
newAuth
;
ObjectChangeAuth_fp.h
15
TPM2B_AUTH
newAuth
;
Marshal_HierarchyChangeAuth.c
18
result = TPM2B_AUTH_Unmarshal(&target->
newAuth
, buffer, size);
Marshal_NV_ChangeAuth.c
18
result = TPM2B_AUTH_Unmarshal(&target->
newAuth
, buffer, size);
Marshal_ObjectChangeAuth.c
46
result = TPM2B_AUTH_Unmarshal(&target->
newAuth
, buffer, size);
Completed in 235 milliseconds