Home
last modified time | relevance | path

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

/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
DEFODF.java125 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()
134 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ODF not found!!"); in analyseFile()
DEFACMain.java116 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()
DEFDIR.java101 if (selectFile(EFDIR_PATH) != APDU_SUCCESS) throw new PKCS15Exception("EF_DIR not found!!"); in lookupAID()
DEFDODF.java118 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_DODF not found!"); in analyseFile()
DEFACRules.java140 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ACRules not found!!"); in analyseFile()
DEF.java170 public int selectFile(byte[] path) throws IOException, SecureElementException { in selectFile() method in EF
DEFACConditions.java268 if (selectFile(path) == APDU_SUCCESS) { in addRestrictedHashes()