Home
last modified time | relevance | path

Searched refs:mHashDo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/SecureElement/src/com/android/se/security/gpac/
DREF_DO.java49 private Hash_REF_DO mHashDo = null; field in REF_DO
59 mHashDo = hashRefDo; in REF_DO()
66 mHashDo = hashRefDo; in REF_DO()
78 if (mHashDo != null) { in toString()
79 b.append(mHashDo.toString()); in toString()
93 return mHashDo; in getHashDo()
116 mHashDo = null; in interpret()
135 mHashDo = new Hash_REF_DO(data, temp.getValueIndex(), temp.getValueLength()); in interpret()
136 mHashDo.interpret(); in interpret()
148 if (mAidDo != null && !mAidDo.isCarrierPrivilege() && mHashDo != null && mPkgDo != null) { in interpret()
[all …]