Lines Matching refs:oldParent
7196 use of the oldParent is provided, then an HMAC key and a symmetric key are recovered from inSymSeed
7202 If inSymSeed has a zero length, then oldParent is required to be TPM_RH_NULL and no decryption of
7242 @oldParent
7275 needs oldParent private key to recover the seed and
7340 oldParent does not consistent with inSymSeed
7353 symmetric algorithm key size of oldParent
7357 oldParent is not a storage key, or 'newParent is not a storage key
7361 for an 'oldParent; RSA key, the data to be decrypted is greater than
7426 *oldParent;
7439 if((in->inSymSeed.t.size == 0 && in->oldParent != TPM_RH_NULL)
7440 || (in->inSymSeed.t.size != 0 && in->oldParent == TPM_RH_NULL))
7442 if(in->oldParent != TPM_RH_NULL)
7445 oldParent = ObjectGet(in->oldParent);
7447 if(!ObjectIsStorage(in->oldParent))
7452 result = CryptSecretDecrypt(in->oldParent, NULL,
7535 result = UnwrapOuter(in->oldParent, &in->name,
7536 oldParent->publicArea.nameAlg, (TPM2B_SEED *) &data,
7543 CryptGetHashDigestSize(oldParent->publicArea.nameAlg);