Searched refs:Sealed (Results 1 – 11 of 11) sorted by relevance
387 function Sealed() {} class388 Object.seal(Sealed);389 assertDoesNotThrow(function() { return new Sealed(); });390 Sealed.prototype.prototypeExists = true;391 assertTrue((new Sealed()).prototypeExists);
14 Sealed: false
13 Sealed: false
6274 This command returns the data in a loaded Sealed Data Object.6277 A random, TPM-generated, Sealed Data Object may be created by the TPM with TPM2_Create() or6278 TPM2_CreatePrimary() using the template for a Sealed Data Object. A Sealed Data Object is more
6278 This command returns the data in a loaded Sealed Data Object.6281 A random, TPM-generated, Sealed Data Object may be created by the TPM with TPM2_Create() or6282 TPM2_CreatePrimary() using the template for a Sealed Data Object. A Sealed Data Object is more
8575 only type of data that may be returned after decryption is a Sealed Data Object (a keyedHash object…
8592 only type of data that may be returned after decryption is a Sealed Data Object (a keyedHash object…
3769 This command returns the data in a loaded Sealed Data Object.3771 NOTE A random, TPM-generated, Sealed Data Object may be created by the TPM with TPM2_Cre…3772 TPM2_CreatePrimary() using the template for a Sealed Data Object.