Home
last modified time | relevance | path

Searched full:auth (Results 1 – 25 of 6849) sorted by relevance

12345678910>>...274

/external/google-auth-library-java/.github/
DCODEOWNERS7 # The @googleapis/googleapis-auth is the default owner for changes in this repo
8 * @googleapis/yoshi-java @googleapis/googleapis-auth
11 **/*.java @googleapis/googleapis-auth
20 # 3PI-related files and related base classes - joint ownership between googleapis-auth and aion-sdk
21 oauth2_http/java/com/google/auth/oauth2/ActingParty.java @googleapis/googlea…
22 oauth2_http/java/com/google/auth/oauth2/AwsCredentials.java @googleapis/googlea…
23 oauth2_http/java/com/google/auth/oauth2/AwsSecurityCredentialsSupplier.java @googleapis/googlea…
24 oauth2_http/java/com/google/auth/oauth2/AwsDates.java @googleapis/googlea…
25 oauth2_http/java/com/google/auth/oauth2/AwsRequestSignature.java @googleapis/googlea…
26 oauth2_http/java/com/google/auth/oauth2/AwsRequestSigner.java @googleapis/googlea…
[all …]
/external/wpa_supplicant_8/src/common/
Ddpp_auth.c42 static void dpp_auth_success(struct dpp_authentication *auth) in dpp_auth_success() argument
46 os_memset(auth->Mx, 0, sizeof(auth->Mx)); in dpp_auth_success()
47 auth->Mx_len = 0; in dpp_auth_success()
48 os_memset(auth->Nx, 0, sizeof(auth->Nx)); in dpp_auth_success()
49 auth->Nx_len = 0; in dpp_auth_success()
50 os_memset(auth->Lx, 0, sizeof(auth->Lx)); in dpp_auth_success()
51 auth->Lx_len = 0; in dpp_auth_success()
52 os_memset(auth->k1, 0, sizeof(auth->k1)); in dpp_auth_success()
53 os_memset(auth->k2, 0, sizeof(auth->k2)); in dpp_auth_success()
55 auth->auth_success = 1; in dpp_auth_success()
[all …]
Ddpp_reconfig.c130 static struct wpabuf * dpp_reconfig_build_req(struct dpp_authentication *auth) in dpp_reconfig_build_req() argument
137 attr_len = 4 + 1 + 4 + 1 + 4 + os_strlen(auth->conf->connector) + in dpp_reconfig_build_req()
138 4 + auth->curve->nonce_len; in dpp_reconfig_build_req()
146 wpabuf_put_u8(msg, auth->transaction_id); in dpp_reconfig_build_req()
170 wpabuf_put_le16(msg, os_strlen(auth->conf->connector)); in dpp_reconfig_build_req()
171 wpabuf_put_str(msg, auth->conf->connector); in dpp_reconfig_build_req()
175 wpabuf_put_le16(msg, auth->curve->nonce_len); in dpp_reconfig_build_req()
176 wpabuf_put_data(msg, auth->c_nonce, auth->curve->nonce_len); in dpp_reconfig_build_req()
243 struct dpp_authentication *auth; in dpp_reconfig_init() local
292 auth = dpp_alloc_auth(dpp, msg_ctx); in dpp_reconfig_init()
[all …]
Ddpp.c42 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail() argument
44 wpa_msg(auth->msg_ctx, MSG_INFO, DPP_EVENT_FAIL "%s", txt); in dpp_auth_fail()
580 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect() argument
584 struct dpp_bootstrap_info *peer_bi = auth->peer_bi; in dpp_channel_intersect()
589 if (freq_included(auth->freq, auth->num_freq, freq)) in dpp_channel_intersect()
592 auth->freq[auth->num_freq++] = freq; in dpp_channel_intersect()
594 if (!auth->num_freq) { in dpp_channel_intersect()
599 auth->curr_freq = auth->freq[0]; in dpp_channel_intersect()
604 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list() argument
612 auth->num_freq = 0; in dpp_channel_local_list()
[all …]
/external/googleapis/google/monitoring/v3/
Dmonitoring.yaml29 https://www.googleapis.com/auth/cloud-platform,
30 https://www.googleapis.com/auth/monitoring,
31 https://www.googleapis.com/auth/monitoring.read
35 https://www.googleapis.com/auth/cloud-platform,
36 https://www.googleapis.com/auth/monitoring
40 https://www.googleapis.com/auth/cloud-platform,
41 https://www.googleapis.com/auth/monitoring,
42 https://www.googleapis.com/auth/monitoring.read
46 https://www.googleapis.com/auth/cloud-platform,
47 https://www.googleapis.com/auth/monitoring,
[all …]
/external/googleapis/google/analytics/admin/v1alpha/
Danalyticsadmin_v1alpha.yaml24 https://www.googleapis.com/auth/analytics.edit
28 https://www.googleapis.com/auth/analytics.manage.users
32 https://www.googleapis.com/auth/analytics.manage.users
36 https://www.googleapis.com/auth/analytics.manage.users,
37 https://www.googleapis.com/auth/analytics.manage.users.readonly
41 https://www.googleapis.com/auth/analytics.manage.users
45 https://www.googleapis.com/auth/analytics.manage.users
49 https://www.googleapis.com/auth/analytics.manage.users
53 https://www.googleapis.com/auth/analytics.edit,
54 https://www.googleapis.com/auth/analytics.readonly
[all …]
/external/googleapis/google/bigtable/admin/v2/
Dbigtableadmin_v2.yaml61 https://www.googleapis.com/auth/bigtable.admin,
62 https://www.googleapis.com/auth/bigtable.admin.cluster,
63 https://www.googleapis.com/auth/bigtable.admin.instance,
64 https://www.googleapis.com/auth/cloud-bigtable.admin,
65 https://www.googleapis.com/auth/cloud-bigtable.admin.cluster,
66 https://www.googleapis.com/auth/cloud-platform
70 https://www.googleapis.com/auth/bigtable.admin,
71 https://www.googleapis.com/auth/bigtable.admin.cluster,
72 https://www.googleapis.com/auth/bigtable.admin.instance,
73 https://www.googleapis.com/auth/cloud-bigtable.admin,
[all …]
/external/google-auth-library-java/
DCHANGELOG.md3 ## [1.23.0](https://github.com/googleapis/google-auth-library-java/compare/v1.22.0...v1.23.0) (2024…
8 …ps://github.com/googleapis/google-auth-library-java/issues/1363)) ([1d9efc7](https://github.com/go…
9 …ps://github.com/googleapis/google-auth-library-java/issues/1336)) ([64ce8a1](https://github.com/go…
10 …ps://github.com/googleapis/google-auth-library-java/issues/1355)) ([17ef707](https://github.com/go…
11 …ps://github.com/googleapis/google-auth-library-java/issues/1352)) ([a7a8d7a](https://github.com/go…
16 …ps://github.com/googleapis/google-auth-library-java/issues/1364)) ([a24e563](https://github.com/go…
17auth-library-java/issues/1347): ExternalAccountCredentials serialization is broken ([#1358](https:…
18 …ps://github.com/googleapis/google-auth-library-java/issues/1284)) ([fb75239](https://github.com/go…
20 ## [1.22.0](https://github.com/googleapis/google-auth-library-java/compare/v1.21.0...v1.22.0) (2024…
25 …ps://github.com/googleapis/google-auth-library-java/issues/1346)) ([7e26861](https://github.com/go…
[all …]
/external/python/google-auth-library-python/
DCHANGELOG.md5 [1]: https://pypi.org/project/google-auth/#history
7 ### [2.3.3](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.2...v2.3.3) (…
12 …ww.github.com/googleapis/google-auth-library-python/issues/866)) ([8f1e9cf](https://www.github.com…
13 …ww.github.com/googleapis/google-auth-library-python/issues/905)) ([ef31284](https://www.github.com…
14 …ww.github.com/googleapis/google-auth-library-python/issues/904)) ([bd0ccc5](https://www.github.com…
16 ### [2.3.2](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.1...v2.3.2) (…
21 …ww.github.com/googleapis/google-auth-library-python/issues/894)) ([8e95c1e](https://www.github.com…
23 ### [2.3.1](https://www.github.com/googleapis/google-auth-library-python/compare/v2.3.0...v2.3.1) (…
28 …ww.github.com/googleapis/google-auth-library-python/issues/892)) ([5bd5ccf](https://www.github.com…
33 …ww.github.com/googleapis/google-auth-library-python/issues/890)) ([e2b3c98](https://www.github.com…
[all …]
/external/googleapis/google/apps/events/subscriptions/v1/
Dworkspaceevents_v1.yaml25 https://www.googleapis.com/auth/chat.memberships,
26 https://www.googleapis.com/auth/chat.memberships.readonly,
27 https://www.googleapis.com/auth/chat.messages,
28 https://www.googleapis.com/auth/chat.messages.reactions,
29 https://www.googleapis.com/auth/chat.messages.reactions.readonly,
30 https://www.googleapis.com/auth/chat.messages.readonly,
31 https://www.googleapis.com/auth/chat.spaces,
32 https://www.googleapis.com/auth/chat.spaces.readonly,
33 https://www.googleapis.com/auth/meetings.space.created,
34 https://www.googleapis.com/auth/meetings.space.readonly
[all …]
/external/googleapis/google/chat/v1/
Dchat_v1.yaml20 https://www.googleapis.com/auth/chat.import
24 https://www.googleapis.com/auth/chat.import,
25 https://www.googleapis.com/auth/chat.memberships,
26 https://www.googleapis.com/auth/chat.memberships.app
30 https://www.googleapis.com/auth/chat.bot,
31 https://www.googleapis.com/auth/chat.import,
32 https://www.googleapis.com/auth/chat.messages,
33 https://www.googleapis.com/auth/chat.messages.create
37 https://www.googleapis.com/auth/chat.import,
38 https://www.googleapis.com/auth/chat.messages,
[all …]
/external/googleapis/google/logging/v2/
Dlogging_v2.yaml79 https://www.googleapis.com/auth/cloud-platform,
80 https://www.googleapis.com/auth/logging.admin
84 https://www.googleapis.com/auth/cloud-platform,
85 https://www.googleapis.com/auth/cloud-platform.read-only,
86 https://www.googleapis.com/auth/logging.admin,
87 https://www.googleapis.com/auth/logging.read
91 https://www.googleapis.com/auth/cloud-platform,
92 https://www.googleapis.com/auth/cloud-platform.read-only,
93 https://www.googleapis.com/auth/logging.admin,
94 https://www.googleapis.com/auth/logging.read
[all …]
/external/sdk-platform-java/gapic-generator-java/src/test/resources/
Dlogging.yaml37 https://www.googleapis.com/auth/cloud-platform,
38 https://www.googleapis.com/auth/logging.admin
42 https://www.googleapis.com/auth/cloud-platform,
43 https://www.googleapis.com/auth/cloud-platform.read-only,
44 https://www.googleapis.com/auth/logging.admin,
45 https://www.googleapis.com/auth/logging.read
49 https://www.googleapis.com/auth/cloud-platform,
50 https://www.googleapis.com/auth/cloud-platform.read-only,
51 https://www.googleapis.com/auth/logging.admin,
52 https://www.googleapis.com/auth/logging.read
[all …]
/external/googleapis/google/appengine/v1/
Dappengine_v1.yaml92 https://www.googleapis.com/auth/cloud-platform
96 https://www.googleapis.com/auth/appengine.admin,
97 https://www.googleapis.com/auth/cloud-platform,
98 https://www.googleapis.com/auth/cloud-platform.read-only
102 https://www.googleapis.com/auth/cloud-platform
106 https://www.googleapis.com/auth/appengine.admin,
107 https://www.googleapis.com/auth/cloud-platform,
108 https://www.googleapis.com/auth/cloud-platform.read-only
112 https://www.googleapis.com/auth/appengine.admin,
113 https://www.googleapis.com/auth/cloud-platform,
[all …]
/external/googleapis/google/analytics/admin/v1beta/
Danalyticsadmin_v1beta.yaml24 https://www.googleapis.com/auth/analytics.edit
28 https://www.googleapis.com/auth/analytics.edit,
29 https://www.googleapis.com/auth/analytics.readonly
33 https://www.googleapis.com/auth/analytics.edit,
34 https://www.googleapis.com/auth/analytics.readonly
38 https://www.googleapis.com/auth/analytics.edit,
39 https://www.googleapis.com/auth/analytics.readonly
43 https://www.googleapis.com/auth/analytics.edit,
44 https://www.googleapis.com/auth/analytics.readonly
48 https://www.googleapis.com/auth/analytics.edit,
[all …]
/external/googleapis/google/ads/googleads/v16/
Dgoogleads_v16.yaml154 https://www.googleapis.com/auth/adwords
158 https://www.googleapis.com/auth/adwords
162 https://www.googleapis.com/auth/adwords
166 https://www.googleapis.com/auth/adwords
170 https://www.googleapis.com/auth/adwords
174 https://www.googleapis.com/auth/adwords
178 https://www.googleapis.com/auth/adwords
182 https://www.googleapis.com/auth/adwords
186 https://www.googleapis.com/auth/adwords
190 https://www.googleapis.com/auth/adwords
[all …]
/external/googleapis/google/area120/tables/v1alpha1/
Darea120tables_v1alpha1.yaml14 https://www.googleapis.com/auth/drive,
15 https://www.googleapis.com/auth/drive.file,
16 https://www.googleapis.com/auth/drive.readonly,
17 https://www.googleapis.com/auth/spreadsheets,
18 https://www.googleapis.com/auth/spreadsheets.readonly,
19 https://www.googleapis.com/auth/tables
23 https://www.googleapis.com/auth/drive,
24 https://www.googleapis.com/auth/drive.file,
25 https://www.googleapis.com/auth/spreadsheets,
26 https://www.googleapis.com/auth/tables
[all …]
/external/googleapis/google/ads/googleads/v15/
Dgoogleads_v15.yaml153 https://www.googleapis.com/auth/adwords
157 https://www.googleapis.com/auth/adwords
161 https://www.googleapis.com/auth/adwords
165 https://www.googleapis.com/auth/adwords
169 https://www.googleapis.com/auth/adwords
173 https://www.googleapis.com/auth/adwords
177 https://www.googleapis.com/auth/adwords
181 https://www.googleapis.com/auth/adwords
185 https://www.googleapis.com/auth/adwords
189 https://www.googleapis.com/auth/adwords
[all …]
/external/googleapis/google/cloud/resourcemanager/v3/
Dcloudresourcemanager_v3.yaml72 https://www.googleapis.com/auth/cloud-platform
76 https://www.googleapis.com/auth/cloud-platform,
77 https://www.googleapis.com/auth/cloud-platform.read-only
81 https://www.googleapis.com/auth/cloud-platform,
82 https://www.googleapis.com/auth/cloud-platform.read-only
86 https://www.googleapis.com/auth/cloud-platform,
87 https://www.googleapis.com/auth/cloud-platform.read-only
91 https://www.googleapis.com/auth/cloud-platform,
92 https://www.googleapis.com/auth/cloud-platform.read-only
96 https://www.googleapis.com/auth/cloud-platform,
[all …]
/external/googleapis/google/cloud/dialogflow/v2/
Ddialogflow_v2.yaml101 https://www.googleapis.com/auth/cloud-platform,
102 https://www.googleapis.com/auth/dialogflow
106 https://www.googleapis.com/auth/cloud-platform,
107 https://www.googleapis.com/auth/dialogflow
111 https://www.googleapis.com/auth/cloud-platform,
112 https://www.googleapis.com/auth/dialogflow
116 https://www.googleapis.com/auth/cloud-platform,
117 https://www.googleapis.com/auth/dialogflow
121 https://www.googleapis.com/auth/cloud-platform,
122 https://www.googleapis.com/auth/dialogflow
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dfitness.v1.json2 "auth": { object
5 "https://www.googleapis.com/auth/fitness.activity.read": {
8 "https://www.googleapis.com/auth/fitness.activity.write": {
11 "https://www.googleapis.com/auth/fitness.blood_glucose.read": {
14 "https://www.googleapis.com/auth/fitness.blood_glucose.write": {
17 "https://www.googleapis.com/auth/fitness.blood_pressure.read": {
20 "https://www.googleapis.com/auth/fitness.blood_pressure.write": {
23 "https://www.googleapis.com/auth/fitness.body.read": {
26 "https://www.googleapis.com/auth/fitness.body.write": {
29 "https://www.googleapis.com/auth/fitness.body_temperature.read": {
[all …]
/external/googleapis/google/apps/drive/labels/v2beta/
Ddrivelabels_v2beta.yaml17 https://www.googleapis.com/auth/drive.admin.labels,
18 https://www.googleapis.com/auth/drive.labels
22 https://www.googleapis.com/auth/drive.admin.labels,
23 https://www.googleapis.com/auth/drive.admin.labels.readonly,
24 https://www.googleapis.com/auth/drive.labels,
25 https://www.googleapis.com/auth/drive.labels.readonly
29 https://www.googleapis.com/auth/drive.admin.labels,
30 https://www.googleapis.com/auth/drive.admin.labels.readonly,
31 https://www.googleapis.com/auth/drive.labels,
32 https://www.googleapis.com/auth/drive.labels.readonly
[all …]
/external/googleapis/google/apps/drive/labels/v2/
Ddrivelabels_v2.yaml17 https://www.googleapis.com/auth/drive.admin.labels,
18 https://www.googleapis.com/auth/drive.labels
22 https://www.googleapis.com/auth/drive.admin.labels,
23 https://www.googleapis.com/auth/drive.admin.labels.readonly,
24 https://www.googleapis.com/auth/drive.labels,
25 https://www.googleapis.com/auth/drive.labels.readonly
29 https://www.googleapis.com/auth/drive.admin.labels,
30 https://www.googleapis.com/auth/drive.admin.labels.readonly,
31 https://www.googleapis.com/auth/drive.labels,
32 https://www.googleapis.com/auth/drive.labels.readonly
[all …]
/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
Ddialogflow_v3beta1.yaml109 https://www.googleapis.com/auth/cloud-platform,
110 https://www.googleapis.com/auth/dialogflow
114 https://www.googleapis.com/auth/cloud-platform,
115 https://www.googleapis.com/auth/dialogflow
119 https://www.googleapis.com/auth/cloud-platform,
120 https://www.googleapis.com/auth/dialogflow
124 https://www.googleapis.com/auth/cloud-platform,
125 https://www.googleapis.com/auth/dialogflow
129 https://www.googleapis.com/auth/cloud-platform,
130 https://www.googleapis.com/auth/dialogflow
[all …]
/external/googleapis/google/devtools/artifactregistry/v1beta2/
Dartifactregistry_v1beta2.yaml54 https://www.googleapis.com/auth/cloud-platform,
55 https://www.googleapis.com/auth/cloud-platform.read-only
59 https://www.googleapis.com/auth/cloud-platform,
60 https://www.googleapis.com/auth/cloud-platform.read-only
64 https://www.googleapis.com/auth/cloud-platform
68 https://www.googleapis.com/auth/cloud-platform,
69 https://www.googleapis.com/auth/cloud-platform.read-only
73 https://www.googleapis.com/auth/cloud-platform,
74 https://www.googleapis.com/auth/cloud-platform.read-only
78 https://www.googleapis.com/auth/cloud-platform,
[all …]

12345678910>>...274