Lines Matching refs:SET
28 //Set the slot to not occupied
52 if(s_objects[i].object.entity.attributes.evict == SET)
105 if( object->attributes.hmacSeq == SET
106 || object->attributes.hashSeq == SET
107 || object->attributes.eventSeq == SET)
340 object->attributes.temporary = SET;
358 if( publicArea->objectAttributes.stClear == SET
359 || parent->attributes.stClear == SET)
360 object->attributes.stClear = SET;
369 object->attributes.temporary = SET;
375 object->attributes.primary = SET;
380 object->attributes.ppsHierarchy = SET;
383 object->attributes.spsHierarchy = SET;
386 object->attributes.epsHierarchy = SET;
421 // Set the common values that a sequence object shares with an ordinary object
430 (*object)->attributes.temporary = SET;
432 (*object)->objectAttributes.noDA = SET;
466 // Set HMAC sequence bit
467 hmacObject->attributes.hmacSeq = SET;
495 // Set hash sequence bit
496 hashObject->attributes.hashSeq = SET;
523 // Set the event sequence attribute
524 hashObject->attributes.eventSeq = SET;
635 if(s_objects[i].object.entity.attributes.ppsHierarchy == SET)
639 if(s_objects[i].object.entity.attributes.spsHierarchy == SET)
643 if(s_objects[i].object.entity.attributes.epsHierarchy == SET)
743 // set the nameAlg
783 // an asymmetric object that has its restricted and decrypt attributes SET, and sign CLEAR.
796 && publicArea->objectAttributes.restricted == SET // restricted,
797 && publicArea->objectAttributes.decrypt == SET // decryption key
808 // asymmetric object that has its restricted and decrypt attributes SET, and sign CLEAR.