Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPoloChallengeResponse.java167 int nonceLength = gamma.length / 2; in extractNonce() local
168 byte[] nonce = new byte[nonceLength]; in extractNonce()
169 System.arraycopy(gamma, nonceLength, nonce, 0, nonceLength); in extractNonce()
DPairingSession.java527 int nonceLength = symbolLength / 2; in doPairingPhase() local
528 int bytesNeeded = nonceLength / mEncoder.symbolsPerByte(); in doPairingPhase()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp4996 int nonceLength = EVP_AEAD_nonce_length(evpAead); local
4997 JNI_TRACE("EVP_AEAD_nonce_length(%p) => %d", evpAead, nonceLength);
4998 return nonceLength;