Home
last modified time | relevance | path

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

/aosp12/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
H A DEFODF.java125 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()
134 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ODF not found!!"); in analyseFile()
H A DEF.java41 public static final int APDU_SUCCESS = 0x9000; field in EF
203 return APDU_SUCCESS; in selectFile()
H A DEFACMain.java116 if (selectFile(path) != APDU_SUCCESS) { in analyseFile()
H A DEFDIR.java101 if (selectFile(EFDIR_PATH) != APDU_SUCCESS) throw new PKCS15Exception("EF_DIR not found!!"); in lookupAID()
H A DEFDODF.java118 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_DODF not found!"); in analyseFile()
H A DEFACRules.java140 if (selectFile(path) != APDU_SUCCESS) throw new PKCS15Exception("EF_ACRules not found!!"); in analyseFile()
H A DEFACConditions.java268 if (selectFile(path) == APDU_SUCCESS) { in addRestrictedHashes()