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.java269 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine
271 return buildResponseMessageWithMac(identifier, eapSubtype, extraData, new ArrayList<>(1)); in buildResponseMessageWithMac()
275 EapResult buildResponseMessageWithMac( in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine
357 return buildResponseMessageWithMac(identifier, eapSimAkaTypeData.eapSubtype, new byte[0]); in handleEapSimAkaNotification()
DEapSimMethodStateMachine.java465 return buildResponseMessageWithMac( in process()
DEapAkaMethodStateMachine.java440 return buildResponseMessageWithMac( in handleChallengeAuthentication()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java355 mStateMachine.buildResponseMessageWithMac(ID_INT, EAP_SIM_CHALLENGE, SRES_BYTES); in testBuildResponseMessageWithMac()