Home | History | Annotate | Download | only in patches

Lines Matching full:nonce

4688 -            byte[]  nonce = new byte[12];
4695 - random.nextBytes(nonce);
4702 - params.init(new GCMParameters(nonce, 12).getEncoded());
4802 + // byte[] nonce = new byte[12];
4809 + // random.nextBytes(nonce);
4816 + // params.init(new GCMParameters(nonce, 12).getEncoded());
7035 ivLength = 13; // CCM nonce 7..13 bytes
7043 - * RFC 7253 4.2. Nonce is a string of no more than 120 bits
7064 + // * RFC 7253 4.2. Nonce is a string of no more than 120 bits