Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java777 private static final int NONCE_S_LENGTH = 4 * LENGTH_SCALING; field in EapSimAkaAttribute.AtNonceS
779 public final byte[] nonceS = new byte[NONCE_S_LENGTH];
796 if (nonceS.length != NONCE_S_LENGTH) { in AtNonceS()
800 System.arraycopy(nonceS, 0, this.nonceS, 0, NONCE_S_LENGTH); in AtNonceS()