Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java63 private final int mChecksumLength; field in IkeMacIntegrity
72 mChecksumLength = checksumLength; in IkeMacIntegrity()
153 return mChecksumLength; in getChecksumLen()
173 return Arrays.copyOfRange(signedBytes, 0, mChecksumLength); in generateChecksum()
209 getIpSecAlgorithmName(getAlgorithmId()), key, mChecksumLength * 8); in buildIpSecAlgorithmWithKey()