OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPMA_NV_WRITELOCKED
(Results
1 - 9
of
9
) sorted by null
/external/tpm2/
NV_WriteLock.c
62
// Note: if
TPMA_NV_WRITELOCKED
were already SET, then the write access check
64
nvIndex.publicArea.attributes.
TPMA_NV_WRITELOCKED
= SET;
NV_DefineSpace.c
69
|| attributes.
TPMA_NV_WRITELOCKED
== SET
NV.c
863
if( attributes.
TPMA_NV_WRITELOCKED
== SET
868
attributes.
TPMA_NV_WRITELOCKED
= CLEAR;
873
attributes.
TPMA_NV_WRITELOCKED
= CLEAR;
[
all
...]
tpm_types.h
[
all
...]
/system/tpm/trunks/
tpm_constants.h
37
const TPMA_NV
TPMA_NV_WRITELOCKED
= 1U << 11;
tpm_utility_impl.cc
[
all
...]
tpm_utility_test.cc
[
all
...]
/system/tpm/tpm_manager/server/
tpm2_nvram_impl.cc
174
*locked = ((nvram_public.attributes & trunks::
TPMA_NV_WRITELOCKED
) != 0);
tpm2_nvram_test.cc
221
nvram_public.attributes = trunks::
TPMA_NV_WRITELOCKED
;
Completed in 1121 milliseconds