Searched refs:buildResponseMessageWithMac (Results 1 – 4 of 4) sorted by relevance
269 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine271 return buildResponseMessageWithMac(identifier, eapSubtype, extraData, new ArrayList<>(1)); in buildResponseMessageWithMac()275 EapResult buildResponseMessageWithMac( in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine357 return buildResponseMessageWithMac(identifier, eapSimAkaTypeData.eapSubtype, new byte[0]); in handleEapSimAkaNotification()
465 return buildResponseMessageWithMac( in process()
440 return buildResponseMessageWithMac( in handleChallengeAuthentication()
355 mStateMachine.buildResponseMessageWithMac(ID_INT, EAP_SIM_CHALLENGE, SRES_BYTES); in testBuildResponseMessageWithMac()