Home
last modified time | relevance | path

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

/aosp12/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
H A 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 …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccPkcs15.java56 final String mPkcs15Path; field in UiccPkcs15.FileHandler
69 mPkcs15Path = pkcs15Path; in FileHandler()