Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DPKCS15Handler.java79 private byte[] mACMainPath = null; field in PKCS15Handler
98 mACMainPath = null; in updateACRules()
122 mACMainPath = null; in updateACRules()
164 if (mACMainPath == null) { in initACEntryPoint()
170 mACMainPath = acMainPath; in initACEntryPoint()
173 acMainPath = new byte[mPkcs15Path.length + mACMainPath.length]; in initACEntryPoint()
175 System.arraycopy(mACMainPath, 0, acMainPath, mPkcs15Path.length, in initACEntryPoint()
176 mACMainPath.length); in initACEntryPoint()
179 acMainPath = mACMainPath; in initACEntryPoint()
213 mACMainPath = null; in selectACRulesContainer()
[all …]
DEFACMain.java61 private byte[] mACMainPath = null; field in EFACMain
70 mACMainPath = path; in EFACMain()
101 byte[] path = mACMainPath; in analyseFile()