Home
last modified time | relevance | path

Searched refs:TPM_RC_ATTRIBUTES (Results 1 – 7 of 7) sorted by relevance

/system/tpm/trunks/
Derror_codes.cc109 case trunks::TPM_RC_ATTRIBUTES: in GetErrorStringInternal()
Dtpm_generated.h688 constexpr TPM_RC TPM_RC_ATTRIBUTES = RC_FMT1 + 0x002; variable
/system/tpm/trunks/generator/
Draw_commands.txt1353 (a) session auditing (TPM_RC_ATTRIBUTES) – this session may be used for encrypt or
1355 (b) decrypting a command parameter (TPM_RC_ATTRIBUTES) – this may be any of the
1359 (c) encrypting a response parameter (TPM_RC_ATTRIBUTES) – this may be any of the
1544 allow a command parameter to be encrypted, then the TPM will return TPM_RC_ATTRIBUTES.
3775 TPM_RC_ATTRIBUTES
3966 return TPM_RC_ATTRIBUTES + RC_StartAuthSession_tpmKey;
4202 CLEAR if inSensitive.data is not an Empty Buffer or the TPM shall return TPM_RC_ATTRIBUTES.
4258 the TPM shall return TPM_RC_ATTRIBUTES. This would be a data object with no data.
4453 TPM_RC_ATTRIBUTES
4643 return TPM_RC_ATTRIBUTES + RC_Create_inSensitive;
[all …]
Draw_commands_fixed.txt1353 (a) session auditing (TPM_RC_ATTRIBUTES) – this session may be used for encrypt or
1355 (b) decrypting a command parameter (TPM_RC_ATTRIBUTES) – this may be any of the
1359 (c) encrypting a response parameter (TPM_RC_ATTRIBUTES) – this may be any of the
1544 allow a command parameter to be encrypted, then the TPM will return TPM_RC_ATTRIBUTES.
3777 TPM_RC_ATTRIBUTES
3968 return TPM_RC_ATTRIBUTES + RC_StartAuthSession_tpmKey;
4204 CLEAR if inSensitive.data is not an Empty Buffer or the TPM shall return TPM_RC_ATTRIBUTES.
4260 the TPM shall return TPM_RC_ATTRIBUTES. This would be a data object with no data.
4455 TPM_RC_ATTRIBUTES
4645 return TPM_RC_ATTRIBUTES + RC_Create_inSensitive;
[all …]
Draw_structures_fixed.txt4987 TPM_RC_ATTRIBUTES
8170 For any consistency error of attributes in TPMA_OBJECT, the TPM shall return TPM_RC_ATTRIBUTES.
8734 TPM_RC_ATTRIBUTES rather than TPM_RC_RESERVED_BITS.
8744 TPM_RC_ATTRIBUTES rather than TPM_RC_RESERVED_BITS. This setting is
Draw_structures.txt4993 TPM_RC_ATTRIBUTES
8142 For any consistency error of attributes in TPMA_OBJECT, the TPM shall return TPM_RC_ATTRIBUTES.
8706 TPM_RC_ATTRIBUTES rather than TPM_RC_RESERVED_BITS.
8716 TPM_RC_ATTRIBUTES rather than TPM_RC_RESERVED_BITS. This setting is
/system/tpm/tpm_manager/server/
Dtpm2_nvram_impl.cc107 case trunks::TPM_RC_ATTRIBUTES: in MapTpmError()