Searched refs:NONCE_S_LENGTH (Results 1 – 1 of 1) sorted by relevance
764 private static final int NONCE_S_LENGTH = 4 * LENGTH_SCALING; field in EapSimAkaAttribute.AtNonceS766 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()