Searched refs:TPM2_EO (Results 1 – 19 of 19) sorted by relevance
/external/tpm2-tss/src/tss2-sys/api/ |
D | Tss2_Sys_PolicyCounterTimer.c | 20 TPM2_EO operation) in Tss2_Sys_PolicyCounterTimer_Prepare() 90 TPM2_EO operation, in Tss2_Sys_PolicyCounterTimer()
|
D | Tss2_Sys_PolicyNV.c | 22 TPM2_EO operation) in Tss2_Sys_PolicyNV_Prepare() 106 TPM2_EO operation, in Tss2_Sys_PolicyNV()
|
/external/tpm2-tss/include/tss2/ |
D | tss2_tpm2_types.h | 404 typedef UINT16 TPM2_EO; typedef 405 #define TPM2_EO_EQ ((TPM2_EO) 0x0000) /* A B */ 406 #define TPM2_EO_NEQ ((TPM2_EO) 0x0001) /* A B */ 407 #define TPM2_EO_SIGNED_GT ((TPM2_EO) 0x0002) /* A > B signed */ 408 #define TPM2_EO_UNSIGNED_GT ((TPM2_EO) 0x0003) /* A > B unsigned */ 409 #define TPM2_EO_SIGNED_LT ((TPM2_EO) 0x0004) /* A < B signed */ 410 #define TPM2_EO_UNSIGNED_LT ((TPM2_EO) 0x0005) /* A < B unsigned */ 411 #define TPM2_EO_SIGNED_GE ((TPM2_EO) 0x0006) /* A B signed */ 412 #define TPM2_EO_UNSIGNED_GE ((TPM2_EO) 0x0007) /* A B unsigned */ 413 #define TPM2_EO_SIGNED_LE ((TPM2_EO) 0x0008) /* A B signed */ [all …]
|
D | tss2_sys.h | 1294 TPM2_EO operation); 1307 TPM2_EO operation, 1315 TPM2_EO operation); 1326 TPM2_EO operation,
|
D | tss2_esys.h | 1917 TPM2_EO operation); 1930 TPM2_EO operation); 1947 TPM2_EO operation); 1958 TPM2_EO operation);
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_policy_types.h | 76 TPM2_EO operation; /**< Default value is EQUAL */ 84 TPM2_EO operation; /**< None */
|
D | tpm_json_deserialize.h | 52 ifapi_json_TPM2_EO_deserialize(json_object *jso, TPM2_EO *out);
|
D | tpm_json_serialize.h | 47 ifapi_json_TPM2_EO_serialize(const TPM2_EO in, json_object **jso);
|
D | tpm_json_deserialize.c | 826 ifapi_json_TPM2_EO_deserialize(json_object *jso, TPM2_EO *out) in ifapi_json_TPM2_EO_deserialize() 828 static const struct { TPM2_EO in; const char *name; } tab[] = { in ifapi_json_TPM2_EO_deserialize()
|
D | tpm_json_serialize.c | 524 ifapi_json_TPM2_EO_serialize(const TPM2_EO in, json_object **jso) in ifapi_json_TPM2_EO_serialize() 526 static const struct { TPM2_EO in; char *name; } tab[] = { in ifapi_json_TPM2_EO_serialize()
|
/external/tpm2-tss/src/tss2-esys/api/ |
D | Esys_PolicyCounterTimer.c | 73 TPM2_EO operation) in Esys_PolicyCounterTimer() 152 TPM2_EO operation) in Esys_PolicyCounterTimer_Async()
|
D | Esys_PolicyNV.c | 77 TPM2_EO operation) in Esys_PolicyNV() 160 TPM2_EO operation) in Esys_PolicyNV_Async()
|
/external/tpm2-tss/test/integration/ |
D | esys-policy-authorize-nv-opt.int.c | 150 TPM2_EO operation = TPM2_EO_EQ; in test_esys_policy_authorize_nv_opt()
|
D | esys-policy-regression.int.c | 207 TPM2_EO operation = TPM2_EO_EQ; in test_esys_policy_regression()
|
/external/tpm2-tss/test/unit/ |
D | fapi-json.c | 1256 CHECK_JSON_SIMPLE(TPM2_EO, testcase_eo[i], expected_eo); in check_tpmjson_tofromtxt()
|
D | esys-tcti-rcs.c | 1645 TPM2_EO operation = 0; in test_PolicyNV() 1667 TPM2_EO operation = 0; in test_PolicyCounterTimer()
|
D | esys-tpm-rcs.c | 1625 TPM2_EO operation = 0; in test_PolicyNV() 1647 TPM2_EO operation = 0; in test_PolicyCounterTimer()
|
D | esys-resubmissions.c | 1767 TPM2_EO operation = 0; in test_PolicyNV() 1791 TPM2_EO operation = 0; in test_PolicyCounterTimer()
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 657 …SYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, TPM2_EO operation) 658 …SYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, TPM2_EO operation) 705 …SYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, TPM2_EO operation) 706 …SYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, TPM2_EO operation) 2604 \fn TSS2_RC ifapi_json_TPM2_EO_serialize(const TPM2_EO in, json_object **jso) 2857 \fn TSS2_RC ifapi_json_TPM2_EO_deserialize(json_object *jso, TPM2_EO *out)
|