Home
last modified time | relevance | path

Searched refs:NULL_HPCRS (Results 1 – 6 of 6) sorted by relevance

/netbsd/crypto/external/cpl/tpm-tools/dist/src/cmds/
H A Dtpm_sealdata.c45 static TSS_HPCRS hPcrs = NULL_HPCRS;
254 if (keyCreateKey(hKey, hSrk, NULL_HPCRS) != TSS_SUCCESS) in main()
/netbsd/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvdefine.c210 if (*hPcrsRead == NULL_HPCRS) in parseNVPermsFile()
220 if (*hPcrsWrite == NULL_HPCRS) in parseNVPermsFile()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h50 #define NULL_HPCRS NULL_HOBJECT macro
/netbsd/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_tspi.h34 #define NULL_HPCRS NULL_HOBJECT macro
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_pcrs.c742 if (hPcrs != NULL_HPCRS) { in obj_pcrs_create_info_short()
789 if (hPcrs != NULL_HPCRS) in obj_pcrs_create_info_short()
H A Dtspi_nv.c209 if ((result = obj_nvstore_create_pcrshortinfo(hNvstore, NULL_HPCRS, &pPCR_len, &pPCR))) in Tspi_NV_ReleaseSpace()