Home
last modified time | relevance | path

Searched refs:tss_const_prefixes (Results 1 – 2 of 2) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/
Difapi_json_deserialize.c22 static char *tss_const_prefixes[] = { "TPM2_ALG_", "TPM2_", "TPM_", "TPMA_", "POLICY", NULL }; variable
40 for (i = 0, entry = tss_const_prefixes[0]; entry != NULL; in get_token_start_idx()
41 i++, entry = tss_const_prefixes[i]) { in get_token_start_idx()
Difapi_policy_json_deserialize.c21 static char *tss_const_prefixes[] = { "TPM2_ALG_", "TPM2_", "TPM_", "TPMA_", "POLICY", NULL }; variable
39 for (i = 0, entry = tss_const_prefixes[0]; entry != NULL; in get_token_start_idx()
40 i++, entry = tss_const_prefixes[i]) { in get_token_start_idx()