OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSEHandle
(Results
1 - 5
of
5
) sorted by null
/packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
PKCS15Handler.java
69
private SecureElement
mSEHandle
;
88
mSEHandle
= handle;
97
mSEHandle
.resetAccessRules();
99
if (mArfChannel != null)
mSEHandle
.closeArfChannel();
111
mSEHandle
.resetAccessRules();
119
mACRulesObject = new EFACRules(
mSEHandle
);
121
mSEHandle
.clearAccessRuleCache();
123
if (mArfChannel != null)
mSEHandle
.closeArfChannel();
134
mSEHandle
.resetAccessRules();
165
EFODF ODFObject = new EFODF(
mSEHandle
);
[
all
...]
EFACMain.java
87
if (!Arrays.equals(refreshTag, this.
mSEHandle
.getRefreshTag())) {
88
mSEHandle
.setRefreshTag(refreshTag);
106
if(
mSEHandle
.getPKCS15Path() != null ) {
107
path = new byte[
mSEHandle
.getPKCS15Path().length + mACMainPath.length];
108
System.arraycopy(
mSEHandle
.getPKCS15Path(), 0, path, 0,
mSEHandle
.getPKCS15Path().length);
109
System.arraycopy(mACMainPath, 0, path,
mSEHandle
.getPKCS15Path().length, mACMainPath
EF.java
49
protected SecureElement
mSEHandle
= null;
55
mSEHandle
= handle;
191
data =
mSEHandle
.exchangeAPDU(this, cmd);
236
System.arraycopy(
mSEHandle
.exchangeAPDU(this, cmd), 0, result, pos, length);
265
return Arrays.copyOf(
mSEHandle
.exchangeAPDU(this, cmd), mFileRecordSize);
EFACRules.java
111
EFACConditions temp = new EFACConditions(
mSEHandle
, new AID_REF_DO(tag, aid));
EFACConditions.java
99
mSEHandle
.putAccessRule(mAidRefDo, hash_ref_do, channelAccess);
255
mSEHandle
.putAccessRule(mAidRefDo, hash_ref_do, channelAccess);
Completed in 3700 milliseconds