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

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloChallengeResponse.java 167 int nonceLength = gamma.length / 2;
168 byte[] nonce = new byte[nonceLength];
169 System.arraycopy(gamma, nonceLength, nonce, 0, nonceLength);
PairingSession.java 527 int nonceLength = symbolLength / 2;
528 int bytesNeeded = nonceLength / mEncoder.symbolsPerByte();

Completed in 36 milliseconds