OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_RC_NV_RANGE
(Results
1 - 7
of
7
) sorted by null
/external/tpm2/
NV_Write.c
20
//
TPM_RC_NV_RANGE
if TPMA_NV_WRITEALL is SET then the write is not the size of the
52
return
TPM_RC_NV_RANGE
;
58
return
TPM_RC_NV_RANGE
;
NV_Read.c
18
//
TPM_RC_NV_RANGE
read range defined by size and offset is outside the range of the
45
return
TPM_RC_NV_RANGE
;
NV_Certify.c
20
//
TPM_RC_NV_RANGE
offset plus size extends outside of the data range of the Index
62
return
TPM_RC_NV_RANGE
;
tpm_types.h
79
#define
TPM_RC_NV_RANGE
((TPM_RC)(RC_VER1 + 0x046))
[
all
...]
tpm_generated.c
[
all
...]
/system/tpm/trunks/
error_codes.cc
58
case trunks::
TPM_RC_NV_RANGE
: return "
TPM_RC_NV_RANGE
";
tpm_generated.h
641
const TPM_RC
TPM_RC_NV_RANGE
= RC_VER1 + 0x046;
[
all
...]
Completed in 539 milliseconds