Home
last modified time | relevance | path

Searched defs:sectionNonce (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DMessageStreamHmacEncoder.java44 public static byte[] encodeMessagePacket(byte[] accountKey, byte[] sectionNonce, byte[] data) in encodeMessagePacket()
63 public static boolean verifyHmac(byte[] accountKey, byte[] sectionNonce, byte[] data) in verifyHmac()
89 private static void checkAccountKeyAndSectionNonce(byte[] accountKey, byte[] sectionNonce) in checkAccountKeyAndSectionNonce()