Searched refs:getSessionKeyLength (Results 1 – 5 of 5) sorted by relevance
71 return MIN_SIZE_BYTES + getSessionKeyLength(); in getSize()181 int size = MIN_SIZE_BYTES + getSessionKeyLength(); in toBytes()193 .put(Conversions.intToByteArray(getSessionKeyLength(), SESSION_KEY_LENGTH_SIZE)) in toBytes()262 public final int getSessionKeyLength() { in getSessionKeyLength() method in UwbOobConfig330 int sessionKeyLength = uwbConfig.getSessionKeyLength(); in build()
694 assertEquals(sessionKeyLength, params.getSessionKeyLength()); in testSpecificationParams()720 assertEquals(sessionKeyLength, fromBundle.getSessionKeyLength()); in testSpecificationParams()751 assertEquals(sessionKeyLength, fromCopy.getSessionKeyLength()); in testSpecificationParams()
238 assertEquals(firaSpecificationParams.getSessionKeyLength(), KEY_LENGTH_256_BITS_SUPPORTED); in verifyFiraSpecificationVersion2()
227 assertThat(peerConfig.getSessionKeyLength()).isEqualTo(16); in shouldUseProvisionedSts_whenSecurityLevelSecure()
396 public int getSessionKeyLength() { in getSessionKeyLength() method in FiraSpecificationParams