Home
last modified time | relevance | path

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

/frameworks/libs/net/common/device/com/android/net/module/util/
DStruct.java308 private static byte[] getLast8Bytes(final byte[] input) { in getLast8Bytes() method in Struct
334 final byte[] output = getLast8Bytes(bigIntegerBytes); in bigIntegerToU64Bytes()