OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPM_ST_NO_SESSIONS
(Results
1 - 9
of
9
) sorted by null
/external/tpm2/
TpmFail.c
203
if( header.tag !=
TPM_ST_NO_SESSIONS
348
MarshalUint16(
TPM_ST_NO_SESSIONS
, &buffer, &bufferSize); // structure tag
357
marshalSize = MarshalUint16(
TPM_ST_NO_SESSIONS
, &buffer, &bufferSize);
ExecCommand.c
138
// that it is either TPM_ST_SESSIONS or
TPM_ST_NO_SESSIONS
.
321
resTag =
TPM_ST_NO_SESSIONS
;
tpm_types.h
206
#define
TPM_ST_NO_SESSIONS
0x8001
[
all
...]
tpm_generated.c
[
all
...]
/system/tpm/trunks/
error_codes.cc
233
CHECK_EQ(Serialize_TPM_ST(
TPM_ST_NO_SESSIONS
, &response), TPM_RC_SUCCESS);
tpm_generated.cc
[
all
...]
resource_manager.cc
503
if (tag != TPM_ST_SESSIONS && tag !=
TPM_ST_NO_SESSIONS
) {
589
if (tag != TPM_ST_SESSIONS && tag !=
TPM_ST_NO_SESSIONS
) {
resource_manager_test.cc
86
TPM_ST tag = authorization.empty() ?
TPM_ST_NO_SESSIONS
: TPM_ST_SESSIONS;
107
TPM_ST tag = authorization.empty() ?
TPM_ST_NO_SESSIONS
: TPM_ST_SESSIONS;
[
all
...]
tpm_generated.h
759
const TPM_ST
TPM_ST_NO_SESSIONS
= 0x8001;
[
all
...]
Completed in 165 milliseconds