Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
H A DEapSimAkaMethodStateMachine.java267 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine
269 return buildResponseMessageWithMac(identifier, eapSubtype, extraData, new ArrayList<>(1)); in buildResponseMessageWithMac()
273 EapResult buildResponseMessageWithMac( in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine
355 return buildResponseMessageWithMac(identifier, eapSimAkaTypeData.eapSubtype, new byte[0]); in handleEapSimAkaNotification()
H A DEapSimMethodStateMachine.java466 return buildResponseMessageWithMac( in process()
H A DEapAkaMethodStateMachine.java442 return buildResponseMessageWithMac( in handleChallengeAuthentication()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
H A DEapSimAkaMethodStateMachineTest.java389 mStateMachine.buildResponseMessageWithMac(ID_INT, EAP_SIM_CHALLENGE, SRES_BYTES); in testBuildResponseMessageWithMac()