Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 16 of 16) sorted by relevance

/external/trusty/arm-trusted-firmware/lib/fconf/
Dfconf_cot_getter.c152 auth_method_desc_t *auth_method) in set_auth_method() argument
157 assert(auth_method != NULL); in set_auth_method()
160 auth_method->type = auth_method_type; in set_auth_method()
164 auth_method->param.sig.sig = &sig; in set_auth_method()
165 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
166 auth_method->param.sig.data = &raw_data; in set_auth_method()
167 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
170 auth_method->param.hash.data = &raw_data; in set_auth_method()
171 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
174 auth_method->param.nv_ctr.cert_nv_ctr = auth_param_type_desc; in set_auth_method()
[all …]
/external/arm-trusted-firmware/lib/fconf/
Dfconf_cot_getter.c150 auth_method_desc_t *auth_method) in set_auth_method() argument
155 assert(auth_method != NULL); in set_auth_method()
158 auth_method->type = auth_method_type; in set_auth_method()
162 auth_method->param.sig.sig = &sig; in set_auth_method()
163 auth_method->param.sig.alg = &sig_alg; in set_auth_method()
164 auth_method->param.sig.data = &raw_data; in set_auth_method()
165 auth_method->param.sig.pk = auth_param_type_desc; in set_auth_method()
168 auth_method->param.hash.data = &raw_data; in set_auth_method()
169 auth_method->param.hash.hash = auth_param_type_desc; in set_auth_method()
172 auth_method->param.nv_ctr.cert_nv_ctr = auth_param_type_desc; in set_auth_method()
[all …]
/external/webrtc/rtc_base/
Dhttp_common.cc261 std::string& auth_method) { in HttpAuthenticate() argument
264 HttpHasNthAttribute(args, 0, &auth_method, nullptr); in HttpAuthenticate()
266 if (context && (context->auth_method != auth_method)) in HttpAuthenticate()
270 if (absl::EqualsIgnoreCase(auth_method, "basic")) { in HttpAuthenticate()
276 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
288 response = auth_method; in HttpAuthenticate()
298 if (absl::EqualsIgnoreCase(auth_method, "digest")) { in HttpAuthenticate()
304 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
345 ss << auth_method; in HttpAuthenticate()
365 bool want_negotiate = absl::EqualsIgnoreCase(auth_method, "negotiate"); in HttpAuthenticate()
[all …]
Dhttp_common.h28 std::string auth_method; member
29 HttpAuthContext(absl::string_view auth) : auth_method(auth) {} in HttpAuthContext()
47 std::string& auth_method);
Dsocket_adapters.cc413 std::string response, auth_method; in ProcessLine() local
416 auth_method)) { in ProcessLine()
418 RTC_LOG(LS_VERBOSE) << "Ignoring Proxy-Authenticate: " << auth_method; in ProcessLine()
421 unknown_mechanisms_.append(auth_method); in ProcessLine()
/external/arm-trusted-firmware/drivers/auth/
Dauth_mod.c359 const auth_method_desc_t *auth_method = NULL; in auth_mod_verify_img() local
380 auth_method = &img_desc->img_auth_methods[i]; in auth_mod_verify_img()
381 switch (auth_method->type) { in auth_mod_verify_img()
386 rc = auth_hash(&auth_method->param.hash, in auth_mod_verify_img()
390 rc = auth_signature(&auth_method->param.sig, in auth_mod_verify_img()
395 nv_ctr_param = &auth_method->param.nv_ctr; in auth_mod_verify_img()
/external/trusty/arm-trusted-firmware/drivers/auth/
Dauth_mod.c462 const auth_method_desc_t *auth_method = NULL; in auth_mod_verify_img() local
487 auth_method = &img_desc->img_auth_methods[i]; in auth_mod_verify_img()
488 switch (auth_method->type) { in auth_mod_verify_img()
493 rc = auth_hash(&auth_method->param.hash, in auth_mod_verify_img()
497 rc = auth_signature(&auth_method->param.sig, in auth_mod_verify_img()
502 nv_ctr_param = &auth_method->param.nv_ctr; in auth_mod_verify_img()
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c590 u8 auth_method; in ikev2_process_auth() local
603 auth_method = auth[0]; in ikev2_process_auth()
607 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth()
612 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth()
615 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
/external/wpa_supplicant_8/src/eap_server/
Dikev2.c654 u8 auth_method; in ikev2_process_auth() local
667 auth_method = auth[0]; in ikev2_process_auth()
671 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); in ikev2_process_auth()
676 return ikev2_process_auth_cert(data, auth_method, auth, in ikev2_process_auth()
679 return ikev2_process_auth_secret(data, auth_method, auth, in ikev2_process_auth()
Deap_server_peap.c843 goto auth_method; in eap_peap_process_phase2_soh()
947 auth_method: in eap_peap_process_phase2_soh()
/external/googleapis/google/monitoring/v3/
Duptime.proto271 // Do not set both `auth_method` and `auth_info`.
337 // Do not set both `auth_method` and `auth_info`.
338 oneof auth_method { oneof
/external/tcpdump/
Dprint-isakmp.c415 nd_uint8_t auth_method; /* Protocol-ID */ member
2315 STR_OR_ID(GET_U_1(p->auth_method), v2_auth)); in ikev2_auth_print()
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/proto/google/devtools/cloudbuild/v1/
Dcloudbuild.proto1667 // The secret provided in auth_method has been deleted.
1672 oneof auth_method { oneof
/external/googleapis/google/devtools/cloudbuild/v1/
Dcloudbuild.proto1958 // The secret provided in auth_method has been deleted.
1963 oneof auth_method { oneof
/external/google-cloud-java/java-storage-transfer/proto-google-cloud-storage-transfer-v1/src/main/proto/google/storagetransfer/v1/
Dtransfer_types.proto408 AuthMethod auth_method = 1; field
/external/googleapis/google/storagetransfer/v1/
Dtransfer_types.proto460 AuthMethod auth_method = 1; field