Home
last modified time | relevance | path

Searched refs:TPM2_RC_LOCALITY (Results 1 – 3 of 3) sorted by relevance

/external/tpm2-tss/test/integration/
Dsapi-nv-policy-locality.int.c227 if (rc != TPM2_RC_LOCALITY) { in nv_write_test()
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c624 CheckFailed( rval, TPM2_RC_LOCALITY ); in TestPcrExtend()
999 CheckFailed( rval, TPM2_RC_LOCALITY ); in TestLocality()
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h350 #define TPM2_RC_LOCALITY ((TPM2_RC) (TPM2_RC_WARN + 0x007)) /* bad locality */ macro