Home
last modified time | relevance | path

Searched defs:authSet (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DANQPMatcherTest.java191 Set<AuthParam> authSet = new HashSet<>(); in matchNAIRealmWithExactMatch() local
194 authMap.put(authParam.getAuthTypeID(), authSet); in matchNAIRealmWithExactMatch() local
218 Set<AuthParam> authSet = new HashSet<>(); in matchNAIRealmWithEAPMethodMismatch() local
221 authMap.put(authParam.getAuthTypeID(), authSet); in matchNAIRealmWithEAPMethodMismatch() local
246 Set<AuthParam> authSet = new HashSet<>(); in matchNAIRealmWithAuthTypeMismatch() local
249 authMap.put(authParam.getAuthTypeID(), authSet); in matchNAIRealmWithAuthTypeMismatch() local
H A DPasspointProviderTest.java221 Set<AuthParam> authSet = new HashSet<>(); in createNAIRealmElement() local
223 authParamMap.put(authParam.getAuthTypeID(), authSet); in createNAIRealmElement() local
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/
H A DBenchmark.cpp124 bool GenerateKey(const AuthorizationSet& authSet) { in GenerateKey()
140 AuthorizationSetBuilder authSet = AuthorizationSetBuilder() local
/aosp12/hardware/interfaces/security/keymint/aidl/vts/performance/
H A DKeyMintBenchmark.cpp161 AuthorizationSetBuilder authSet = AuthorizationSetBuilder() in GenerateKey() local