Searched refs:SRK_UUID (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_own.c | 94 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 D | tcs_utils.c | 34 TSS_UUID SRK_UUID = TSS_UUID_SRK; variable
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
H A D | ps_utils.c | 458 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 D | trousers_types.h | 46 extern TSS_UUID SRK_UUID;
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
H A D | tpm_changeauth.c | 205 SRK_UUID, &hSrk) != TSS_SUCCESS) in main()
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/include/ |
H A D | tpm_tspi.h | 30 extern TSS_UUID SRK_UUID;
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/ |
H A D | tpm_tspi.c | 24 TSS_UUID SRK_UUID = TSS_UUID_SRK; variable 265 if (keyGetKeyByUUID(hContext, TSS_PS_TYPE_SYSTEM, SRK_UUID, &hSrk) in isTpmOwned()
|
H A D | tpm_unseal.c | 340 SRK_UUID, &hSrk)) != TSS_SUCCESS) { in tpmUnsealFile()
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/cmds/ |
H A D | tpm_sealdata.c | 206 if (keyLoadKeyByUUID(hContext, TSS_PS_TYPE_SYSTEM, SRK_UUID, &hSrk) in main()
|