Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java454 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine
456 return buildResponseMessageWithMac( in buildResponseMessageWithMac()
465 EapResult buildResponseMessageWithMac( in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine
576 return buildResponseMessageWithMac( in handleEapSimAkaNotification()
592 return buildResponseMessageWithMac( in handleEapSimAkaNotification()
DEapAkaMethodStateMachine.java532 return buildResponseMessageWithMac( in handleChallengeAuthentication()
825 return buildResponseMessageWithMac( in handleReauthentication()
864 return buildResponseMessageWithMac( in handleReauthentication()
DEapSimMethodStateMachine.java474 return buildResponseMessageWithMac( in process()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java434 mStateMachine.buildResponseMessageWithMac(ID_INT, EAP_SIM_CHALLENGE, SRES_BYTES); in testBuildResponseMessageWithMac()