/external/tpm2/ |
D | Rewrap.c | 34 OBJECT *oldParent; in TPM2_Rewrap() local 43 if((in->inSymSeed.t.size == 0 && in->oldParent != TPM_RH_NULL) in TPM2_Rewrap() 44 || (in->inSymSeed.t.size != 0 && in->oldParent == TPM_RH_NULL)) in TPM2_Rewrap() 47 if(in->oldParent != TPM_RH_NULL) in TPM2_Rewrap() 50 oldParent = ObjectGet(in->oldParent); in TPM2_Rewrap() 53 if(!ObjectIsStorage(in->oldParent)) in TPM2_Rewrap() 59 result = CryptSecretDecrypt(in->oldParent, NULL, in TPM2_Rewrap() 65 result = UnwrapOuter(in->oldParent, &in->name, in TPM2_Rewrap() 66 oldParent->publicArea.nameAlg, (TPM2B_SEED *) &data, in TPM2_Rewrap() 74 CryptGetHashDigestSize(oldParent->publicArea.nameAlg); in TPM2_Rewrap()
|
D | Rewrap_fp.h | 13 TPMI_DH_OBJECT oldParent; member
|
D | Marshal_Rewrap.c | 45 target->oldParent = request_handles[0]; in Rewrap_In_Unmarshal()
|
D | part3.txt | 4263 use of the oldParent is provided, then an HMAC key and a symmetric key are recovered from inSymSeed 4269 If inSymSeed has a zero length, then oldParent is required to be TPM_RH_NULL and no decryption of 4293 TPMI_DH_OBJECT+ @oldParent Auth Index: 1 4304 TPM2B_ENCRYPTED_SECRET inSymSeed needs oldParent private key to recover the seed… 4342 TPM_RC_HANDLE oldParent does not consistent with inSymSeed 4346 symmetric algorithm key size of oldParent 4347 … TPM_RC_TYPE oldParent is not a storage key, or 'newParent is not a storage key 4348 … TPM_RC_VALUE for an 'oldParent; RSA key, the data to be decrypted is greater than 4360 12 OBJECT *oldParent; 4369 21 if((in->inSymSeed.t.size == 0 && in->oldParent != TPM_RH_NULL) [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | ShadowDOM.js | 1579 var oldParent = node.parentNode; 1580 if (oldParent) { 1581 oldParent.removeChild(node); 1593 var oldParent = node.parentNode; 1594 if (oldParent) enqueueRemovalForInsertedNodes(node, oldParent, nodes);
|
D | webcomponents.js | 1612 var oldParent = node.parentNode; 1613 if (oldParent) { 1614 oldParent.removeChild(node); 1626 var oldParent = node.parentNode; 1627 if (oldParent) enqueueRemovalForInsertedNodes(node, oldParent, nodes);
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | ShadowDOM.js | 1579 var oldParent = node.parentNode; 1580 if (oldParent) { 1581 oldParent.removeChild(node); 1593 var oldParent = node.parentNode; 1594 if (oldParent) enqueueRemovalForInsertedNodes(node, oldParent, nodes);
|
D | webcomponents.js | 1612 var oldParent = node.parentNode; 1613 if (oldParent) { 1614 oldParent.removeChild(node); 1626 var oldParent = node.parentNode; 1627 if (oldParent) enqueueRemovalForInsertedNodes(node, oldParent, nodes);
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 145 oldParent = self.parent 157 oldParent.insert(myIndex, replaceWith)
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3-with-transitions.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
D | htmlparser-1.3.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
/external/tpm2/generator/ |
D | raw_commands.txt | 7190 use of the oldParent is provided, then an HMAC key and a symmetric key are recovered from inSymSeed 7196 If inSymSeed has a zero length, then oldParent is required to be TPM_RH_NULL and no decryption of 7236 @oldParent 7267 needs oldParent private key to recover the seed and 7330 oldParent does not consistent with inSymSeed 7343 symmetric algorithm key size of oldParent 7347 oldParent is not a storage key, or 'newParent is not a storage key 7351 for an 'oldParent; RSA key, the data to be decrypted is greater than 7416 *oldParent; 7429 if((in->inSymSeed.t.size == 0 && in->oldParent != TPM_RH_NULL) [all …]
|
D | raw_commands_fixed.txt | 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) [all …]
|
D | commands.txt | 458 _NAME oldParent 471 _COMMENT seed for symmetric key needs oldParent private key to recover the seed and generate the sy…
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |