Searched refs:nonceLength (Results 1 – 3 of 3) sorted by relevance
167 int nonceLength = gamma.length / 2; in extractNonce() local168 byte[] nonce = new byte[nonceLength]; in extractNonce()169 System.arraycopy(gamma, nonceLength, nonce, 0, nonceLength); in extractNonce()
527 int nonceLength = symbolLength / 2; in doPairingPhase() local528 int bytesNeeded = nonceLength / mEncoder.symbolsPerByte(); in doPairingPhase()
4996 int nonceLength = EVP_AEAD_nonce_length(evpAead); local4997 JNI_TRACE("EVP_AEAD_nonce_length(%p) => %d", evpAead, nonceLength);4998 return nonceLength;