• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Security-57031.1.35/SecurityTool/

Lines Matching refs:sec_error

81 #define SEC_CHECK0(CALL, ERROR) do { if (!(CALL)) { sec_error(ERROR); goto loser; } } while(0)
84 { sec_error(ERROR ": %s", ARG, sec_errstr(rv)); goto loser; } } while(0)
106 sec_error("CERT_PolicyForCertUsage %ld: unknown certUsage", certUsage);
132 sec_error("CERT_PolicyForCertUsage %ld: unknown certUsage", certUsage);
628 sec_error("could not find signing identity for subject key ID: \"%s\"", signOptions->subjectKeyID);
648 sec_error("could not find signing identity for name: \"%s\"", signOptions->nickname);
659 sec_error("no signing identity was specified");
731 sec_error("can find encryption cert for \"%s\"", signOptions->nickname);
756 sec_error("can find encryption cert for \"%s\"", signOptions->encryptionKeyPreferenceNick);
808 sec_error("failed to alloc certs array: %s", strerror(errno));
927 sec_error("could not retrieve enveloped data: messsage has: %ld levels", nlevels);
1008 sec_error("failed to alloc certs array: %s", strerror(errno));
1129 sec_error("option -G only supported with option -S");
1137 sec_error("option -n only supported with option -D");
1157 sec_error("option -H requires one of MD2,MD4,MD5,SHA1,SHA256,SHA384,SHA512");
1163 sec_error("option -N only supported with option -S");
1174 sec_error("option -P only supported with option -S");
1185 sec_error("option -T only supported with option -S");
1193 sec_error("option -Y only supported with option -S");
1203 sec_error("option -c only supported with option -D");
1209 sec_error("unable to open \"%s\" for reading: %s", optarg, strerror(errno));
1228 sec_error("option -h only supported with option -D");
1234 sec_error("option -h cannot have a negative value");
1242 sec_error("unable to open \"%s\" for reading: %s", optarg, strerror(errno));
1254 sec_error("option -n only supported with option -D");
1264 sec_error("unable to open \"%s\" for writing: %s", optarg, strerror(errno));
1271 sec_error("option -p must have a value");
1282 sec_error("option -r must have a value");
1307 sec_error("option -Z must have a value");
1388 sec_error("problem decoding env msg");
1399 sec_error("problem decoding");
1409 sec_error("problem signing");
1416 sec_error("you must specify an envelope file with -e");
1427 sec_error("failed to create file %s: %s", envFileName, strerror(errno));
1440 sec_error("problem decrypting env msg");
1454 sec_error("problem encrypting");
1469 sec_error("problem enveloping");
1478 sec_error("problem with certs-only");