Home
last modified time | relevance | path

Searched refs:isJceSupported (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java69 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()
DIkeMacPrf.java54 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()
DIkeMac.java37 protected IkeMac(int algorithmId, int keyLength, String algorithmName, boolean isJceSupported) { in IkeMac() argument
40 mIsJceSupported = isJceSupported; in IkeMac()