Searched refs:publicOnly (Results 1 – 10 of 10) sorted by relevance
60 if(tpmKey->attributes.publicOnly) in TPM2_StartAuthSession()86 && ObjectGet(in->bind)->attributes.publicOnly == SET) in TPM2_StartAuthSession()
46 || evictObject->attributes.publicOnly == SET in TPM2_EvictControl()
38 || symKey->attributes.publicOnly == SET) in TPM2_EncryptDecrypt()
103 if(eccKey->attributes.publicOnly == SET) in TPM2_Commit()
207 pAssert(object->attributes.publicOnly == CLEAR); in EntityGetAuthValue()
124 unsigned publicOnly : 1; //0) SET if only the public portion of member
792 if(rsaKey->attributes.publicOnly || rsaKey->privateExponent.t.size == 0) in BuildRSA()1014 pAssert(rsaKey->attributes.publicOnly == CLEAR); in CryptDecryptRSA()1142 pAssert( (signKey->attributes.publicOnly == CLEAR) in CryptSignRSA()3398 pAssert(signKey->attributes.publicOnly == CLEAR); in CryptSign()3480 if(authObject->attributes.publicOnly) in CryptVerifySignature()
332 object->attributes.publicOnly = (sensitive == NULL); in ObjectLoad()
314 if( object->attributes.publicOnly == CLEAR in IsAuthValueAvailable()406 if(object->attributes.publicOnly == CLEAR) in IsAuthPolicyAvailable()
311 pAssert(parentObject->attributes.publicOnly == CLEAR); in AreAttributesForParent()