Searched refs:TPM2_RC_P (Results 1 – 5 of 5) sorted by relevance
48 if (r == TPM2_RC_CURVE + TPM2_RC_P + TPM2_RC_1) { in test_esys_ecc_parameters()
150 if ((r & ~TSS2_RC_LAYER_MASK) == (TPM2_RC_SCHEME | TPM2_RC_P | TPM2_RC_2)) { in test_esys_commit()
102 const char *m = Tss2_RC_Decode(TPM2_RC_HASH + TPM2_RC_P); in test_tpm_format_1_unk_parameter()
281 CheckFailed(rval, TPM2_RC_VALUE+TPM2_RC_1+TPM2_RC_P); in TestTpmGetCapability()378 CheckFailed( rval, TPM2_RC_VALUE + TPM2_RC_P + TPM2_RC_3 ); in TestStartAuthSession()641 CheckFailed( rval, TPM2_RC_VALUE+TPM2_RC_1+TPM2_RC_P ); in TestShutdown()
374 #define TPM2_RC_P ((TPM2_RC) 0x040) /* add to a parameter-related e… macro