Searched refs:AtIv (Results 1 – 6 of 6) sorted by relevance
37 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtIv;70 AtIv atIv = new AtIv(mMockSecureRandom); in testEncode()84 assertTrue(result instanceof AtIv); in testDecode()85 AtIv atIv = (AtIv) result; in testDecode()
121 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtIv;618 AtIv atIv = new AtIv(mMockSecureRandom); in testHandleEapAkaNotificationPostReauth()706 AtIv atIv = new AtIv(mMockSecureRandom); in testBuildReauthResponse()713 AtIv atIvResult = null; in testBuildReauthResponse()717 atIvResult = (AtIv) attribute; in testBuildReauthResponse()743 AtIv atIv = new AtIv(mMockSecureRandom); in testRetrieveSecuredAttributes()
52 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtIv;311 AtIv atIv = (AtIv) typeData.attributeMap.get(EAP_AT_IV); in retrieveSecuredAttributes()384 int counter, boolean isCounterSmall, byte[] kEncr, AtIv atIv) in buildReauthResponse()589 EapSimAkaAttribute.AtIv atIv = new EapSimAkaAttribute.AtIv(mSecureRandom); in handleEapSimAkaNotification()
821 EapSimAkaAttribute.AtIv atIv = new EapSimAkaAttribute.AtIv(mSecureRandom); in handleReauthentication()860 EapSimAkaAttribute.AtIv atIv = new EapSimAkaAttribute.AtIv(mSecureRandom); in handleReauthentication()
46 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtIv;111 return new AtIv(lengthInBytes, byteBuffer); in getAttribute()
1217 public static class AtIv extends EapSimAkaReservedBytesAttribute { class in EapSimAkaAttribute1225 public AtIv(int lengthInBytes, ByteBuffer byteBuffer) in AtIv() method in EapSimAkaAttribute.AtIv1235 public AtIv(SecureRandom secureRandom) throws EapSimAkaInvalidAttributeException { in AtIv() method in EapSimAkaAttribute.AtIv