Lines Matching refs:TPM_RESULT

67 static TPM_RESULT find_vtpm_khash(int domid, struct tpm_opaque *opq)  in find_vtpm_khash()
100 static TPM_RESULT find_vtpm_verified(int domid, struct tpm_opaque *opq) in find_vtpm_verified()
102 TPM_RESULT rc; in find_vtpm_verified()
132 static TPM_RESULT vtpmmgr_SaveHashKey(struct tpm_opaque *opq, tpmcmd_t* tpmcmd) in vtpmmgr_SaveHashKey()
134 TPM_RESULT status = TPM_SUCCESS; in vtpmmgr_SaveHashKey()
185 static TPM_RESULT vtpmmgr_LoadHashKey(struct tpm_opaque *opq, tpmcmd_t* tpmcmd) in vtpmmgr_LoadHashKey()
187 TPM_RESULT status = TPM_SUCCESS; in vtpmmgr_LoadHashKey()
215 TPM_RESULT status = TPM_SUCCESS; \
268 static TPM_RESULT vtpmmgr_GetBootHash(struct tpm_opaque *opq, tpmcmd_t* tpmcmd) in vtpmmgr_GetBootHash()
278 static TPM_RESULT vtpmmgr_GetQuote(struct tpm_opaque *opq, tpmcmd_t* tpmcmd) in vtpmmgr_GetQuote()
310 static TPM_RESULT vtpmmgr_GroupList(tpmcmd_t* tpmcmd) in vtpmmgr_GroupList()
318 static TPM_RESULT vtpmmgr_GroupNew(tpmcmd_t* tpmcmd) in vtpmmgr_GroupNew()
358 static TPM_RESULT vtpmmgr_GroupDel(tpmcmd_t* tpmcmd) in vtpmmgr_GroupDel()
418 static TPM_RESULT vtpmmgr_GroupShow(tpmcmd_t* tpmcmd) in vtpmmgr_GroupShow()
435 static TPM_RESULT vtpmmgr_GroupActivate(tpmcmd_t* tpmcmd) in vtpmmgr_GroupActivate()
525 static TPM_RESULT vtpmmgr_GroupRegister(tpmcmd_t* tpmcmd) in vtpmmgr_GroupRegister()
579 static TPM_RESULT vtpmmgr_GroupUpdate(tpmcmd_t* tpmcmd) in vtpmmgr_GroupUpdate()
590 TPM_RESULT rc; in vtpmmgr_GroupUpdate()
678 static TPM_RESULT vtpmmgr_VtpmList(tpmcmd_t* tpmcmd) in vtpmmgr_VtpmList()
711 static TPM_RESULT vtpmmgr_VtpmNew(tpmcmd_t* tpmcmd) in vtpmmgr_VtpmNew()
740 static TPM_RESULT vtpmmgr_VtpmDel(tpmcmd_t* tpmcmd) in vtpmmgr_VtpmDel()
775 TPM_RESULT vtpmmgr_handle_cmd( in vtpmmgr_handle_cmd()
779 TPM_RESULT status = TPM_SUCCESS; in vtpmmgr_handle_cmd()