Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DPKCS15Handler.java78 private byte[] mPkcs15Path = null; field in PKCS15Handler
166 DODFPath = ODFObject.analyseFile(mPkcs15Path); in initACEntryPoint()
172 if (mPkcs15Path != null) { in initACEntryPoint()
173 acMainPath = new byte[mPkcs15Path.length + mACMainPath.length]; in initACEntryPoint()
174 System.arraycopy(mPkcs15Path, 0, acMainPath, 0, mPkcs15Path.length); in initACEntryPoint()
175 System.arraycopy(mACMainPath, 0, acMainPath, mPkcs15Path.length, in initACEntryPoint()
212 if (mPkcs15Path == null) { in selectACRulesContainer()
216 mPkcs15Path = DIRObject.lookupAID(PKCS15_AID); in selectACRulesContainer()
217 if (mPkcs15Path == null) { in selectACRulesContainer()
235 if (mPkcs15Path != null) { in selectACRulesContainer()
[all …]