HomeSort by relevance Sort by last modified time
    Searched refs:nonceLength (Results 1 - 3 of 3) 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();
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 506 milliseconds