Home
last modified time | relevance | path

Searched defs:policyDigests (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tpm2-tss/test/data/fapi/policies/
H A Dpol_password.json4 "policyDigests":[ array
11 "policyDigests":[], array
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_types.h228 TPML_DIGEST_VALUES policyDigests; member
273 TPML_DIGEST_VALUES policyDigests; /**< None */ member
288 TPML_DIGEST_VALUES policyDigests; /**< O */ member
H A Difapi_policy_calculate.c1224 TPML_DIGEST_VALUES *policyDigests, in ifapi_calculate_policy()