Lines Matching defs:failed
875 const char *failed =
970 failed = NULL;
1041 failed = info == NULL ? NULL : OSSL_STORE_INFO_type_string(type);
1049 if (failed == NULL) {
1054 failed = "key";
1056 failed = "params";
1060 failed = "cert";
1064 failed = "CRL";
1067 if (failed != NULL)
1073 if (!suppress_decode_errors && failed != NULL) {
1074 if (desc != NULL && strstr(desc, failed) != NULL) {
1077 BIO_printf(bio_err, " %s", failed);
1086 if (suppress_decode_errors || failed == NULL)
1089 return failed == NULL;
3372 BIO_printf(bio_err, "%s: Generating %s key parameters failed\n",