Searched refs:reasons (Results 1 – 25 of 115) sorted by relevance
12345
| /mirbsd/src/lib/libpcap/ |
| D | grammar.y | 296 | ID { const char *reasons[] = PFRES_NAMES; variable 298 for (i = 0; reasons[i]; i++) { 299 if (strcasecmp($1, reasons[i]) == 0) { 304 if (reasons[i] == NULL)
|
| /mirbsd/src/lib/libssl/src/crypto/x509v3/ |
| D | v3_crld.c | 94 if(point->reasons) in STACK_OF() 152 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
|
| D | x509v3.h | 230 ASN1_BIT_STRING *reasons; member
|
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_CTX_new.pod | 40 compatibility reasons, see SSLv23_*_method(). 49 compatibility reasons, see SSLv23_*_method(). It will also not understand
|
| D | SSL_get_verify_result.pod | 21 of a certificate can fail because of many reasons at the same time. Only
|
| D | SSL_alert_type_string.pod | 179 versions might be avoided for security reasons). This message is
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | ERR_GET_LIB.pod | 30 reasons.
|
| D | lh_stats.pod | 24 writing this library for the reasons of implementing what looked like
|
| D | OPENSSL_config.pod | 44 There are several reasons why calling the OpenSSL configuration routines is
|
| D | des_modes.pod | 137 key and start variable are used. Consequently, for security reasons
|
| /mirbsd/src/ |
| D | README | 32 but only for size and practical reasons, since it's free.
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | genrsa.pod | 88 private keys this will not matter because for security reasons they will
|
| /mirbsd/src/share/zoneinfo/datfiles/ |
| D | etcetera | 4 # These entries are mostly present for historical reasons, so that
|
| /mirbsd/src/lib/libdes/ |
| D | MODES.DES | 52 key and start variable are used. Consequently, for security reasons
|
| D | des.doc | 6 advise not using but they are still in the library for historical reasons. 141 For historical reasons, des_cbc_encrypt() did not update the 466 key and start variable are used. Consequently, for security reasons
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/ |
| D | Changes | 430 - Undef warning introduced in 2.24 on skipped tests with no reasons 503 - Little bug in the skip 'various reasons' logic. 540 - Merged in Ilya's "various reasons" patch
|
| /mirbsd/src/share/doc/ |
| D | README | 53 Note: Some of the subdirectories are empty, for a variety of reasons:
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | misc | 179 * parameter is used for speed reasons, but the length can always be
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/ |
| D | Changes | 131 - TODO reasons as overloaded objects now won't blow up under threads. 145 - t/harness_active.t would fail for frivolous reasons with older
|
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | a2p.pod | 125 For aesthetic reasons you may wish to change the array base $[ from 1
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/MakeMaker/ |
| D | FAQ.pod | 66 There are many reasons, but the major one is cross-platform
|
| /mirbsd/src/lib/libssl/src/ |
| D | README.ASN1 | 11 there are lots of reasons some of which are included below...
|
| D | README | 178 Note: For legal reasons, contributions from the US can be accepted only
|
| /mirbsd/src/usr.sbin/popa3d/ |
| D | DESIGN | 14 format, for various reasons. Many of them need a POP3 server.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq1.pod | 272 For various reasons, Perl is probably not well-suited for real-time 379 version (released in April 1999) for stability reasons.
|
12345