Searched refs:authentication (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | legacy_pairing.rs | 17 use crate::lmp::procedure::{authentication, Context}; 49 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in initiate() 50 authentication::receive_challenge(ctx, link_key).await; in initiate() 91 authentication::receive_challenge(ctx, link_key).await; in respond() 92 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in respond()
|
D | mod.rs | 108 pub mod authentication; module 150 a { authentication::initiate(&ctx) } in run() 151 b { authentication::respond(&ctx) } in run()
|
D | secure_simple_pairing.rs | 21 use crate::lmp::procedure::{authentication, features, Context}; 571 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in initiate() 572 authentication::receive_challenge(ctx, link_key).await; in initiate() 828 authentication::receive_challenge(ctx, link_key).await; in respond() 829 let auth_result = authentication::send_challenge(ctx, 0, link_key).await; in respond() 853 use super::super::authentication::initiate; 854 use super::super::authentication::respond;
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | README.md | 22 Components requiring no authentication, or dealing with messages before 23 authentication have a higher fuzzing priority. This includes the SDP, GATT, SMP 24 and L2CAP components. A couple post authentication components such as BNEP,
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecConfig.java | 102 public void setAuthentication(IpSecAlgorithm authentication) { in setAuthentication() argument 103 mAuthentication = authentication; in setAuthentication()
|
/packages/modules/Bluetooth/flags/ |
D | pairing.aconfig | 7 description: "Clear authentication collision state on pairing conclusion"
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 152 // Total number of networks over bad authentication threshold when watchdog triggered 167 // Total count of triggers with atleast one bad authentication network 639 // Total number of successful L2 connection through FILS authentication 803 // No authentication. 806 // If the router uses a personal authentication. 809 // If the router is setup for enterprise authentication. 924 optional Auth authentication = 4; field 941 // Phase 2 authentication method after setting up a secure channel 1029 // The reason code if there is no error during authentication. It could 1030 // also imply that there no authentication in progress. [all …]
|
D | scorecard.proto | 211 // Number of authentication failures (excluding wrong password) at high RSSI
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 51 BugReport app uses `res/raw/gcs_credentials.json` for authentication and
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 722 sb.append(", mAuthentication=" + mRouterFingerPrintProto.authentication); in toString() 1460 mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateFromWifiConfiguration() 1463 mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateFromWifiConfiguration() 1466 mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateFromWifiConfiguration() 1478 if (mRouterFingerPrint.mRouterFingerPrintProto.authentication in updateFromWifiConfiguration() 2910 currentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult() 2915 currentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult() 2919 currentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult() 2925 currentConnectionEvent.mRouterFingerPrint.mRouterFingerPrintProto.authentication = in updateMetricsFromScanResult()
|
/packages/modules/adb/ |
D | protocol.txt | 95 The AUTH message informs the recipient that authentication is required to
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 1901 mDecodedProto.connectionEvent[0].routerFingerprint.authentication); in setupNetworkAndVerify() 1911 mDecodedProto.connectionEvent[1].routerFingerprint.authentication); in setupNetworkAndVerify()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|