Lines Matching refs:cert_fail
267 + String cert_fail = null;
383 + if (cert_fail == null) {
384 + cert_fail = "cert-mismatch";
453 + if (cert_fail == null) {
454 + cert_fail = "server-cert-mismatch";
961 + if (cert_fail == null) {
962 + cert_fail = "user-view";
1016 + if (trusturlCerts == null && cert_fail == null) {
1017 + cert_fail = "missing-certs";
1058 + if (cert_fail == null) {
1060 + } else if (cert_fail.equals("user-view")) {
1063 + } else if (cert_fail.equals("server-cert-mismatch")) {
1068 + } else if (cert_fail.equals("cert-mismatch")) {
1073 + } else if (cert_fail.equals("missing-certs")) {
1185 + if (cert_fail == null) {
1186 + cert_fail = "server-cert-mismatch";
1203 + if (cert_fail == null) {
1204 + cert_fail = "did-not-fail";
1208 + if (cert_fail == null) {
1209 + cert_fail = "cert-mismatch";
1215 + if (cert_fail == null) {
1216 + cert_fail = "missing-certs";