HomeSort by relevance Sort by last modified time
    Searched full:publiconly (Results 1 - 18 of 18) sorted by null

  /external/tpm2/
EvictControl.c 14 // TPM_RC_ATTRIBUTES an object with temporary, stClear or publicOnly attribute SET cannot
46 || evictObject->attributes.publicOnly == SET
StartAuthSession.c 60 if(tpmKey->attributes.publicOnly)
86 && ObjectGet(in->bind)->attributes.publicOnly == SET)
EncryptDecrypt.c 38 || symKey->attributes.publicOnly == SET)
Commit.c 103 if(eccKey->attributes.publicOnly == SET)
Entity.c 207 pAssert(object->attributes.publicOnly == CLEAR);
Object.c 332 object->attributes.publicOnly = (sensitive == NULL);
CryptUtil.c 792 if(rsaKey->attributes.publicOnly || rsaKey->privateExponent.t.size == 0)
    [all...]
SessionProcess.c 314 if( object->attributes.publicOnly == CLEAR
406 if(object->attributes.publicOnly == CLEAR)
    [all...]
Global.h 124 unsigned publicOnly : 1; //0) SET if only the public portion of
    [all...]
Object_spt.c 311 pAssert(parentObject->attributes.publicOnly == CLEAR);
    [all...]
  /art/runtime/native/
java_lang_Class.cc 220 jboolean publicOnly) {
223 GetDeclaredFields(soa.Self(), DecodeClass(soa, javaThis), publicOnly != JNI_FALSE, false));
412 JNIEnv* env, jobject javaThis, jboolean publicOnly) {
419 constructor_count += MethodMatchesConstructor(&m, publicOnly != JNI_FALSE) ? 1u : 0u;
429 if (MethodMatchesConstructor(&m, publicOnly != JNI_FALSE)) {
459 jboolean publicOnly) {
467 if ((publicOnly == JNI_FALSE || (modifiers & kAccPublic) != 0) &&
481 if ((publicOnly == JNI_FALSE || (modifiers & kAccPublic) != 0) &&
    [all...]
  /libcore/ojluni/src/main/native/
jvm.h 480 JVM_GetClassDeclaredMethods(JNIEnv *env, jclass ofClass, jboolean publicOnly);
483 JVM_GetClassDeclaredFields(JNIEnv *env, jclass ofClass, jboolean publicOnly);
486 JVM_GetClassDeclaredConstructors(JNIEnv *env, jclass ofClass, jboolean publicOnly);
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java     [all...]
  /libcore/ojluni/src/main/java/java/lang/
Class.java     [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 809 bool publicOnly = false;
815 &publicOnly)) {
829 &err, &publicOnly)) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /system/tpm/trunks/generator/
raw_commands.txt     [all...]
raw_commands_fixed.txt     [all...]

Completed in 1345 milliseconds