search for: wrappedkey

Displaying 3 results from an estimated 3 matches for "wrappedkey".

2008 Jan 11
37
Proposal for how per dataset keys are initially setup
...e those properties and ensure they are inherited as encryption=off. We need to be able to provide key change for keytype=dataset as well. That means that the actual encryption key for the dataset needs to be done the same way as keytype=pool, ie it is a wrapped key that is stored in the "wrappedkey" property not the actual encryption key. Regardless of the need for key change the encryption key needs to be generated while the dataset is being created; and for the filesystem case it needs to happen before the root directory of the filesystem is created - leaving it unmounted isn'...
2008 Jan 11
37
Proposal for how per dataset keys are initially setup
...e those properties and ensure they are inherited as encryption=off. We need to be able to provide key change for keytype=dataset as well. That means that the actual encryption key for the dataset needs to be done the same way as keytype=pool, ie it is a wrapped key that is stored in the "wrappedkey" property not the actual encryption key. Regardless of the need for key change the encryption key needs to be generated while the dataset is being created; and for the filesystem case it needs to happen before the root directory of the filesystem is created - leaving it unmounted isn'...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...PM_CreateWrapKey()"); - /* get parent key */ -@@ -450,11 +465,11 @@ TPM_RESULT TPM_CreateWrapKey(TPM_KEY_HAN - } - } - /* generate key and store it */ -- key_length = keyInfo->algorithmParms.parms.rsa.keyLength; -- if (rsa_generate_key(&rsa, key_length)) return TPM_FAIL; -- wrappedKey->pubKey.keyLength = key_length >> 3; -+ if (rsa_generate_key(&rsa, keyInfo->algorithmParms.parms.rsa.keyLength)) -+ return TPM_FAIL; -+ wrappedKey->pubKey.keyLength = keyInfo->algorithmParms.parms.rsa.keyLength >> 3; - wrappedKey->pubKey.key = tpm_malloc(wrappe...