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.java130 String encryptedIdentity = buildEncryptedIdentity(telephonyUtil, identity, in getSimIdentity() local
223 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.java2846 ArrayList<Byte> encryptedIdentity = null; in sendNetworkEapIdentityResponse() local
2860 ArrayList<Byte> encryptedIdentity) { in sendNetworkEapIdentityResponse()
DSupplicantStaIfaceHal.java1088 @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