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.java764 private static final int NONCE_S_LENGTH = 4 * LENGTH_SCALING; field in EapSimAkaAttribute.AtNonceS
766 public final byte[] nonceS = new byte[NONCE_S_LENGTH];
783 if (nonceS.length != NONCE_S_LENGTH) { in AtNonceS()
787 System.arraycopy(nonceS, 0, this.nonceS, 0, NONCE_S_LENGTH); in AtNonceS()