HomeSort by relevance Sort by last modified time
    Searched refs:truncLenBits (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/net/
IpSecAlgorithm.java 136 * parameter. See {@link #IpSecAlgorithm(String algorithm, byte[] key, int truncLenBits)}
154 * @param truncLenBits number of bits of output hash to use.
157 @NonNull @AlgorithmName String algorithm, @NonNull byte[] key, int truncLenBits) {
160 mTruncLenBits = truncLenBits;
199 final int truncLenBits = in.readInt();
201 return new IpSecAlgorithm(name, key, truncLenBits);
  /system/netd/server/
XfrmController.h 96 uint16_t truncLenBits;
XfrmController.cpp 528 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)};
531 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)};
534 .name = aeadAlgo, .key = aeadKey, .truncLenBits = static_cast<uint16_t>(aeadIcvBits)};
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java 533 int truncLenBits)
539 TEST_DATA.length + transportHdrLen, ivLen, blkSize, truncLenBits)
556 calculateEspPacketSize(TCP_HDRLEN_WITH_OPTIONS, ivLen, blkSize, truncLenBits);
    [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 88 milliseconds