Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPoloChallengeResponse.java114 clientModulus = removeLeadingNullBytes(clientModulus); in getAlpha()
115 clientExponent = removeLeadingNullBytes(clientExponent); in getAlpha()
116 serverModulus = removeLeadingNullBytes(serverModulus); in getAlpha()
117 serverExponent = removeLeadingNullBytes(serverExponent); in getAlpha()
202 private byte[] removeLeadingNullBytes(byte[] inArray) { in removeLeadingNullBytes() method in PoloChallengeResponse