Searched refs:isJceSupported (Results 1 – 3 of 3) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrity.java | 69 boolean isJceSupported, in IkeMacIntegrity() argument 71 super(algorithmId, keyLength, algorithmName, isJceSupported); in IkeMacIntegrity() 86 boolean isJceSupported = true; in create() 99 isJceSupported = false; in create() 129 algorithmId, keyLength, algorithmName, isJceSupported, checksumLength); in create()
|
D | IkeMacPrf.java | 54 boolean isJceSupported) { in IkeMacPrf() argument 55 super(algorithmId, keyLength, algorithmName, isJceSupported); in IkeMacPrf() 69 boolean isJceSupported = true; in create() 78 isJceSupported = false; in create() 101 return new IkeMacPrf(algorithmId, keyLength, algorithmName, isJceSupported); in create()
|
D | IkeMac.java | 37 protected IkeMac(int algorithmId, int keyLength, String algorithmName, boolean isJceSupported) { in IkeMac() argument 40 mIsJceSupported = isJceSupported; in IkeMac()
|