HomeSort by relevance Sort by last modified time
    Searched refs:objectAttributes (Results 1 - 25 of 28) sorted by null

1 2

  /external/tpm2/
Unseal.c 33 if( object->publicArea.objectAttributes.decrypt == SET
34 || object->publicArea.objectAttributes.sign == SET
35 || object->publicArea.objectAttributes.restricted == SET)
ActivateCredential.c 47 || object->publicArea.objectAttributes.decrypt == CLEAR
48 || object->publicArea.objectAttributes.restricted == CLEAR)
HMAC_Start.c 41 if(publicArea->objectAttributes.restricted == SET)
45 if(publicArea->objectAttributes.sign != SET)
MakeCredential.c 39 || object->publicArea.objectAttributes.decrypt == CLEAR
40 || object->publicArea.objectAttributes.restricted == CLEAR
LoadExternal.c 62 if( in->inPublic.t.publicArea.objectAttributes.fixedTPM != CLEAR
63 || in->inPublic.t.publicArea.objectAttributes.fixedParent != CLEAR
64 || in->inPublic.t.publicArea.objectAttributes.restricted != CLEAR
Import.c 86 if( in->objectPublic.t.publicArea.objectAttributes.fixedTPM == SET
87 || in->objectPublic.t.publicArea.objectAttributes.fixedParent == SET)
112 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication)
133 if(in->objectPublic.t.publicArea.objectAttributes.encryptedDuplication)
152 if(parentObject->publicArea.objectAttributes.fixedTPM == SET)
ECDH_KeyGen.c 35 if( eccKey->publicArea.objectAttributes.restricted == SET
36 || eccKey->publicArea.objectAttributes.decrypt != SET
ECDH_ZGen.c 38 if( eccKey->publicArea.objectAttributes.restricted == SET
39 || eccKey->publicArea.objectAttributes.decrypt != SET
HMAC.c 41 if(publicArea->objectAttributes.restricted == SET)
45 if(publicArea->objectAttributes.sign != SET)
Load.c 57 if(parentObject->publicArea.objectAttributes.fixedTPM)
63 if(in->inPublic.t.publicArea.objectAttributes.fixedTPM == SET)
RSA_Decrypt.c 44 if( rsaKey->publicArea.objectAttributes.restricted == SET
45 || rsaKey->publicArea.objectAttributes.decrypt == CLEAR)
Object_spt.c 357 if(!load && (publicArea->objectAttributes.sensitiveDataOrigin == CLEAR))
363 if( publicArea->objectAttributes.sign == SET
364 && publicArea->objectAttributes.decrypt == SET
368 if( publicArea->objectAttributes.restricted == SET
369 && publicArea->objectAttributes.sign == SET
381 && ( ( publicArea->objectAttributes.sign == SET
384 || ( publicArea->objectAttributes.decrypt == SET
418 if( publicArea->objectAttributes.restricted == SET
419 && publicArea->objectAttributes.decrypt == SET)
431 && publicArea->objectAttributes.fixedParent == SE
    [all...]
VerifySignature.c 37 if(signObject->publicArea.objectAttributes.sign != SET)
Duplicate.c 46 if(object->publicArea.objectAttributes.fixedParent == SET)
60 if(object->publicArea.objectAttributes.encryptedDuplication == SET)
ZGen_2Phase.c 42 if( eccKey->publicArea.objectAttributes.restricted == SET
43 || eccKey->publicArea.objectAttributes.decrypt != SET
CreatePrimary.c 48 if( (in->inPublic.t.publicArea.objectAttributes.sensitiveDataOrigin == SET)
RSA_Encrypt.c 43 if(rsaKey->publicArea.objectAttributes.decrypt != SET)
Sign.c 50 || signKey->publicArea.objectAttributes.restricted == SET)
Object.c 358 if( publicArea->objectAttributes.stClear == SET
427 MemorySet(&((*object)->objectAttributes), 0, sizeof(TPMA_OBJECT));
432 (*object)->objectAttributes.noDA = SET;
796 && publicArea->objectAttributes.restricted == SET // restricted,
797 && publicArea->objectAttributes.decrypt == SET // decryption key
798 && publicArea->objectAttributes.sign == CLEAR // can not be sign key
Create.c 72 if( (in->inPublic.t.publicArea.objectAttributes.sensitiveDataOrigin == SET)
StartAuthSession.c 65 if(tpmKey->publicArea.objectAttributes.decrypt != SET)
EncryptDecrypt.c 47 if( symKey->publicArea.objectAttributes.restricted == SET
CryptUtil.c 720 if(publicArea->objectAttributes.sensitiveDataOrigin == CLEAR)
722 if( ( publicArea->objectAttributes.decrypt
723 || publicArea->objectAttributes.sign)
    [all...]
Global.h 208 TPMA_OBJECT objectAttributes; // object attributes
    [all...]
  /external/lzma/CPP/Windows/
SecurityUtils.h 58 PLSA_OBJECT_ATTRIBUTES ObjectAttributes, ACCESS_MASK DesiredAccess, PLSA_HANDLE PolicyHandle);
82 NTSTATUS Open(PLSA_UNICODE_STRING systemName, PLSA_OBJECT_ATTRIBUTES objectAttributes,
100 (systemName, objectAttributes, desiredAccess, &_handle);

Completed in 165 milliseconds

1 2