HomeSort by: relevance | last modified time | path
    Searched refs:badsig (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
open.c 74 goto badsig;
79 goto badsig;
88 badsig:
  /src/crypto/external/apache2/openssl/dist/apps/
crl.c 83 { "badsig", OPT_BADSIG, '-', "Corrupt last byte of loaded CRL signature (for test)" },
116 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; local
219 badsig = 1;
308 if (badsig) {
ocsp.c 68 int nmin, int ndays, int badsig,
175 { "badsig", OPT_BADSIG, '-',
292 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; local
400 badsig = 1;
770 badsig, resp_certid_md);
1079 int nmin, int ndays, int badsig,
1217 if (badsig) {
x509.c 215 { "badsig", OPT_BADSIG, '-',
354 int ret = 1, i, j, num = 0, badsig = 0, clrext = 0, nocert = 0; local
624 badsig = 1;
1003 if (badsig) {
  /src/crypto/external/bsd/openssl/dist/apps/
crl.c 60 {"badsig", OPT_BADSIG, '-', "Corrupt last byte of loaded CRL signature (for test)" },
93 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; local
195 badsig = 1;
285 if (badsig) {
ocsp.c 74 int nmin, int ndays, int badsig,
137 {"badsig", OPT_BADSIG, '-',
252 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; local
359 badsig = 1;
726 badsig, resp_certid_md);
1033 int nmin, int ndays, int badsig,
1162 if (badsig) {
x509.c 149 {"badsig", OPT_BADSIG, '-',
288 int ret = 1, i, j, num = 0, badsig = 0, clrext = 0, nocert = 0; local
546 badsig = 1;
903 if (badsig) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
crl.c 44 {"badsig", OPT_BADSIG, '-', "Corrupt last byte of loaded CRL signature (for test)" },
78 int ret = 1, num = 0, badsig = 0, fingerprint = 0, crlnumber = 0; local
168 badsig = 1;
247 if (badsig) {
ocsp.c 99 int nmin, int ndays, int badsig);
178 {"badsig", OPT_BADSIG, '-',
257 int vpmtouched = 0, badsig = 0, i, ignore_err = 0, nmin = 0, ndays = -1; local
355 badsig = 1;
684 rsign_md, rsign_sigopts, rother, rflags, nmin, ndays, badsig);
1138 int nmin, int ndays, int badsig)
1252 if (badsig) {
x509.c 139 {"badsig", OPT_BADSIG, '-', "Corrupt last byte of certificate signature (for test)"},
179 int ret = 1, i, num = 0, badsig = 0, clrext = 0, nocert = 0; local
412 badsig = 1;
628 if (badsig) {
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 762 goto badsig;
770 goto badsig;
841 badsig:
  /src/crypto/external/bsd/openssh/dist/
ed25519.c 2001 if (smlen < 64) goto badsig;
2002 if (sm[63] & 224) goto badsig;
2003 if (ge25519_unpackneg_vartime(&get1,pk)) goto badsig;
2026 badsig:

Completed in 37 milliseconds