Searched refs:buildResponseMessageWithMac (Results 1 – 4 of 4) sorted by relevance
267 EapResult buildResponseMessageWithMac(int identifier, int eapSubtype, byte[] extraData) { in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine269 return buildResponseMessageWithMac(identifier, eapSubtype, extraData, new ArrayList<>(1)); in buildResponseMessageWithMac()273 EapResult buildResponseMessageWithMac( in buildResponseMessageWithMac() method in EapSimAkaMethodStateMachine355 return buildResponseMessageWithMac(identifier, eapSimAkaTypeData.eapSubtype, new byte[0]); in handleEapSimAkaNotification()
466 return buildResponseMessageWithMac( in process()
442 return buildResponseMessageWithMac( in handleChallengeAuthentication()
389 mStateMachine.buildResponseMessageWithMac(ID_INT, EAP_SIM_CHALLENGE, SRES_BYTES); in testBuildResponseMessageWithMac()