Home
last modified time | relevance | path

Searched refs:SRK_UUID (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_own.c94 result = ps_remove_key(&SRK_UUID); in TCSP_TakeOwnership_Internal()
110 if ((result = ps_write_key(&SRK_UUID, &NULL_UUID, NULL, 0, fake_srk, in TCSP_TakeOwnership_Internal()
123 &SRK_UUID))) { in TCSP_TakeOwnership_Internal()
H A Dtcs_utils.c34 TSS_UUID SRK_UUID = TSS_UUID_SRK; variable
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/
H A Dps_utils.c458 if (!memcmp(&SRK_UUID, &tmp->uuid, sizeof(TSS_UUID))) { in init_disk_cache()
470 &SRK_UUID))) { in init_disk_cache()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtrousers_types.h46 extern TSS_UUID SRK_UUID;
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_changeauth.c205 SRK_UUID, &hSrk) != TSS_SUCCESS) in main()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/include/
H A Dtpm_tspi.h30 extern TSS_UUID SRK_UUID;
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_tspi.c24 TSS_UUID SRK_UUID = TSS_UUID_SRK; variable
265 if (keyGetKeyByUUID(hContext, TSS_PS_TYPE_SYSTEM, SRK_UUID, &hSrk) in isTpmOwned()
H A Dtpm_unseal.c340 SRK_UUID, &hSrk)) != TSS_SUCCESS) { in tpmUnsealFile()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/cmds/
H A Dtpm_sealdata.c206 if (keyLoadKeyByUUID(hContext, TSS_PS_TYPE_SYSTEM, SRK_UUID, &hSrk) in main()