Home
last modified time | relevance | path

Searched defs:encryptedIdentity (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java129 String encryptedIdentity = buildEncryptedIdentity(telephonyUtil, identity, in getSimIdentity() local
222 String encryptedIdentity = telephonyUtil.encryptDataUsingPublicKey( in buildEncryptedIdentity() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java142 String encryptedIdentity = "\0" + encryptedImsi; in getEncryptedIdentity_WithRfc4648() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java2854 ArrayList<Byte> encryptedIdentity = null; in sendNetworkEapIdentityResponse() local
2868 ArrayList<Byte> encryptedIdentity) { in sendNetworkEapIdentityResponse()
DSupplicantStaIfaceHal.java1064 @NonNull String ifaceName, @NonNull String identity, String encryptedIdentity) { in sendCurrentNetworkEapIdentityResponse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java929 String encryptedIdentity = "blah2@blah.com"; in testSetCurrentNetworkEapIdentityResponse() local