Searched refs:AtRandSim (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/ |
D | AtRandSimTest.java | 36 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtRandSim; 60 assertTrue(result instanceof AtRandSim); in testDecode() 61 AtRandSim atRandSim = (AtRandSim) result; in testDecode() 95 AtRandSim atRandSim = new AtRandSim(AT_RAND_SIM.length, expectedRands); in testEncode()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimChallengeStateTest.java | 73 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtRandSim; 250 new AtRandSim(AT_RAND_LENGTH, in testGetRandChallengeResults() 292 new AtRandSim(AT_RAND_LENGTH, in testGetRandChallengeResultsBufferUnderflow() 333 AtRandSim atRandSim = new AtRandSim(AT_RAND_LENGTH, RAND_1_BYTES, RAND_2_BYTES); in testProcessUiccAuthenticationNullResponse()
|
D | EapSimAkaMethodStateMachineTest.java | 110 import com.android.internal.net.eap.test.message.simaka.EapSimAkaAttribute.AtRandSim; 331 AtRandSim atRandSim = new AtRandSim(AT_RAND_LEN, RAND_1_BYTES, RAND_2_BYTES); in testGetMac() 360 AtRandSim atRandSim = new AtRandSim(AT_RAND_LEN, RAND_1_BYTES, RAND_2_BYTES); in testReceivedValidMac()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAttributeFactory.java | 28 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtRandSim; 82 return new AtRandSim(lengthInBytes, byteBuffer); in getAttribute()
|
D | EapSimAkaAttribute.java | 503 public static class AtRandSim extends EapSimAkaReservedBytesAttribute { class in EapSimAkaAttribute 510 public AtRandSim(int lengthInBytes, ByteBuffer byteBuffer) in AtRandSim() method in EapSimAkaAttribute.AtRandSim 535 public AtRandSim(int lengthInBytes, byte[]... rands) in AtRandSim() method in EapSimAkaAttribute.AtRandSim
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapSimMethodStateMachine.java | 58 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtRandSim; 484 AtRandSim atRand = (AtRandSim) eapSimTypeData.attributeMap.get(EAP_AT_RAND); in getRandChallengeResults()
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/exceptions/simaka/ |
D | EapSimInvalidAtRandException.java | 19 import com.android.internal.net.eap.message.simaka.EapSimAkaAttribute.AtRandSim;
|