| /src/crypto/external/apache2/openssl/dist/util/ |
| find-unused-errs | 27 echo Function and reasons
|
| mkerr.pl | 296 print STDERR "$lib: $rnew{$lib} new reasons\n" if $rnew{$lib}; 303 my @reasons = sort grep( /^${lib}_/, keys %rcodes ); 369 foreach my $i ( @reasons ) { 470 foreach my $i ( @reasons ) { 556 foreach my $i ( @reasons ) {
|
| /src/crypto/external/bsd/openssl/dist/util/ |
| find-unused-errs | 27 echo Function and reasons
|
| mkerr.pl | 295 print STDERR "$lib: $rnew{$lib} new reasons\n" if $rnew{$lib}; 302 my @reasons = sort grep( /^${lib}_/, keys %rcodes ); 368 foreach my $i ( @reasons ) { 471 foreach my $i ( @reasons ) { 557 foreach my $i ( @reasons ) {
|
| /src/crypto/external/bsd/openssl.old/dist/util/ |
| find-unused-errs | 27 echo Function and reasons
|
| mkerr.pl | 424 print STDERR "$lib: $rnew{$lib} new reasons\n" if $rnew{$lib}; 432 my @reasons = sort grep( /^${lib}_/, keys %rcodes ); 518 foreach my $i ( @reasons ) { 605 foreach my $i ( @reasons ) {
|
| /src/external/gpl2/groff/dist/contrib/mm/ |
| NOTES | 17 cover sheet. MT files is only for compatibility reasons, and has several
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_crld.c | 225 if (strcmp(cnf->name, "reasons") == 0) { 226 if (!set_reasons(&point->reasons, cnf->value)) 333 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1), 449 print_reasons(out, "Only Some Reasons", idp->onlysomereasons, indent); 472 if (point->reasons) 473 print_reasons(out, "Reasons", point->reasons, indent); 556 ASN1_IMP_OPT(OSSL_AA_DIST_POINT, reasons, ASN1_BIT_STRING, 1), 586 if (strcmp(cnf->name, "reasons") == 0) { 587 if (!set_reasons(&point->reasons, cnf->value) [all...] |
| v3_purp.c | 358 if (dp->reasons != NULL) { 359 if (dp->reasons->length > 0) 360 dp->dp_reasons = dp->reasons->data[0]; 361 if (dp->reasons->length > 1) 362 dp->dp_reasons |= (dp->reasons->data[1] << 8);
|
| x509_vfy.c | 1086 unsigned int reasons = 0; local 1091 &reasons, crl, x); 1093 ctx->current_reasons = reasons; 1132 * If reasons not updated we won't get anywhere by another iteration, 1205 unsigned int reasons, best_reasons = 0; local 1212 reasons = *preasons; 1213 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); 1234 best_reasons = reasons; 1352 * the certificate issuer this is returned in *pissuer. The reasons mask is 1353 * also used to determine if the CRL is suitable: if no new reasons the CR 1643 unsigned int reasons; local [all...] |
| /src/usr.bin/make/unit-tests/ |
| varmod-order.mk | 74 # Repeating the 'r' is not supported as well, for the same reasons as above. 83 # Repeating the 'r' is not supported as well, for the same reasons as above.
|
| var-scope-cmdline.mk | 8 # For performance reasons, the actual implementation is more complex than the
|
| varmod-ifelse.mk | 126 # the build continued, for historical reasons, see main_Exit.
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_crld.c | 220 if (strcmp(cnf->name, "reasons") == 0) { 221 if (!set_reasons(&point->reasons, cnf->value)) 321 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1), 448 print_reasons(out, "Only Some Reasons", idp->onlysomereasons, indent); 470 if (point->reasons) 471 print_reasons(out, "Reasons", point->reasons, indent);
|
| v3_purp.c | 311 if (dp->reasons) { 312 if (dp->reasons->length > 0) 313 dp->dp_reasons = dp->reasons->data[0]; 314 if (dp->reasons->length > 1) 315 dp->dp_reasons |= (dp->reasons->data[1] << 8); 842 * returns 0 for OK, positive for reason for mismatch, reasons match
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_crld.c | 224 if (strcmp(cnf->name, "reasons") == 0) { 225 if (!set_reasons(&point->reasons, cnf->value)) 325 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1), 453 print_reasons(out, "Only Some Reasons", idp->onlysomereasons, indent); 476 if (point->reasons) 477 print_reasons(out, "Reasons", point->reasons, indent);
|
| v3_purp.c | 316 if (dp->reasons != NULL) { 317 if (dp->reasons->length > 0) 318 dp->dp_reasons = dp->reasons->data[0]; 319 if (dp->reasons->length > 1) 320 dp->dp_reasons |= (dp->reasons->data[1] << 8);
|
| x509_vfy.c | 988 * If reasons not updated we won't get anywhere by another iteration, 1061 unsigned int reasons, best_reasons = 0; local 1068 reasons = *preasons; 1069 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); 1089 best_reasons = reasons; 1197 * the certificate issuer this is returned in *pissuer. The reasons mask is 1198 * also used to determine if the CRL is suitable: if no new reasons the CRL 1199 * is rejected, otherwise reasons is updated. 1217 /* If no new reasons reject */ 1248 /* If no new reasons reject * 1490 unsigned int reasons; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_vfy.c | 953 * If reasons not updated we won't get anywhere by another iteration, 1029 unsigned int reasons, best_reasons = 0; local 1036 reasons = *preasons; 1037 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); 1056 best_reasons = reasons; 1174 * the certificate issuer this is returned in *pissuer. The reasons mask is 1175 * also used to determine if the CRL is suitable: if no new reasons the CRL 1176 * is rejected, otherwise reasons is updated. 1196 /* If no new reasons reject */ 1228 /* If no new reasons reject * 1477 unsigned int reasons; local [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86/k7/ |
| sublsh1_n.asm | 56 C processors. It uses 2*4-way unrolling, for good reasons.
|
| addlsh1_n.asm | 56 C processors. It uses 2*3-way unrolling, for good reasons. Unfortunately,
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| XFile.pm | 217 Lock the file using C<flock>. If locking fails for reasons other than
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 95 const char *reasons[] = { variable 1416 strcpy(t, reasons[ipf.fl_breason]); 1417 t += strlen(reasons[ipf.fl_breason]);
|
| /src/distrib/sets/ |
| fmt-list | 262 -- of 8. There are probably reasons for the large indentation.
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| x509v3.h.in | 219 /* All existing reasons */ 236 ASN1_BIT_STRING *reasons; 1399 ASN1_BIT_STRING *reasons;
|