Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/spec/
DChaCha20ParameterSpec.java47 private static final int NONCE_LENGTH = 12; field in ChaCha20ParameterSpec
68 if (this.nonce.length != NONCE_LENGTH) { in ChaCha20ParameterSpec()