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/common/src/jni/main/cpp/
DNativeCrypto.cpp3198 jint nonceLength = static_cast<jint>(EVP_AEAD_nonce_length(evpAead)); in NativeCrypto_EVP_AEAD_nonce_length() local
3199 JNI_TRACE("EVP_AEAD_nonce_length(%p) => %d", evpAead, nonceLength); in NativeCrypto_EVP_AEAD_nonce_length()
3200 return nonceLength; in NativeCrypto_EVP_AEAD_nonce_length()