Searched refs:hSRK (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 1009 token_load_srk(TSS_HCONTEXT hContext, TSS_HKEY *hSRK) in token_load_srk() argument 1025 TSS_PS_TYPE_SYSTEM, SRK_UUID, hSRK))) { in token_load_srk() 1030 if ((result = Tspi_GetPolicyObject(*hSRK, TSS_POLICY_USAGE, in token_load_srk() 1086 TSS_HKEY hSRK; in token_load_public_root_key() local 1091 if ((result = token_load_srk(hContext, &hSRK))) { in token_load_public_root_key() 1097 &publicRootKeyUUID, hSRK, NULL, &hPublicRootKey); in token_load_public_root_key() 1386 TSS_HKEY hSRK; in token_create_private_tree() local 1388 if (token_load_srk(hContext, &hSRK)) in token_create_private_tree() 1397 if ((result = tss_generate_key(hContext, initFlags, NULL, hSRK, in token_create_private_tree() 1421 if ((result = Tspi_Key_LoadKey(hPrivateRootKey, hSRK))) { in token_create_private_tree() [all …]
|