Searched refs:hSRK (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 1005 token_load_srk(TSS_HCONTEXT hContext, TSS_HKEY *hSRK) in token_load_srk() argument 1021 TSS_PS_TYPE_SYSTEM, SRK_UUID, hSRK))) { in token_load_srk() 1026 if ((result = Tspi_GetPolicyObject(*hSRK, TSS_POLICY_USAGE, in token_load_srk() 1082 TSS_HKEY hSRK; in token_load_public_root_key() local 1087 if ((result = token_load_srk(hContext, &hSRK))) { in token_load_public_root_key() 1093 &publicRootKeyUUID, hSRK, NULL, &hPublicRootKey); in token_load_public_root_key() 1382 TSS_HKEY hSRK; in token_create_private_tree() local 1384 if (token_load_srk(hContext, &hSRK)) in token_create_private_tree() 1393 if ((result = tss_generate_key(hContext, initFlags, NULL, hSRK, in token_create_private_tree() 1417 if ((result = Tspi_Key_LoadKey(hPrivateRootKey, hSRK))) { in token_create_private_tree() [all …]
|