Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java157 @NonNull @AlgorithmName String algorithm, @NonNull byte[] key, int truncLenBits) { in IpSecAlgorithm() argument
160 mTruncLenBits = truncLenBits; in IpSecAlgorithm()
199 final int truncLenBits = in.readInt();
201 return new IpSecAlgorithm(name, key, truncLenBits);