OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:client_cert_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
network_ui_data.cc
144
void TranslateClientCertType(const std::string&
client_cert_type
,
148
if (
client_cert_type
== kNone) {
150
} else if (
client_cert_type
== kRef) {
152
} else if (
client_cert_type
== kPattern) {
172
std::string
client_cert_type
;
local
174
&
client_cert_type
)) {
175
TranslateClientCertType(
client_cert_type
, ui_data);
181
std::string
client_cert_type
;
local
183
&
client_cert_type
)) {
184
TranslateClientCertType(
client_cert_type
, ui_data)
190
std::string
client_cert_type
;
local
[
all
...]
network_connection_handler.cc
393
client_cert::ConfigType
client_cert_type
= client_cert::CONFIG_TYPE_NONE;
local
396
client_cert_type
= client_cert::CONFIG_TYPE_OPENVPN;
408
client_cert_type
= client_cert::CONFIG_TYPE_IPSEC;
411
client_cert_type
= client_cert::CONFIG_TYPE_EAP;
415
if (
client_cert_type
!= client_cert::CONFIG_TYPE_NONE) {
452
!client_cert::IsCertificateConfigured(
client_cert_type
,
465
client_cert_type
,
486
if (
client_cert_type
== client_cert::CONFIG_TYPE_NONE) {
Completed in 181 milliseconds