/third_party/mbedtls/tests/scripts/ |
D | generate_pkcs7_tests.py | 110 reasons = [] 112 reasons.append("Add null byte to start") 114 reasons.append("Add null byte to end") 141 reasons.append("Change tag " + tag + " to " + new_tag) 150 reasons.append("Change length from " + str(length) + " to " \ 158 reasons.append("Change contents of tag " + tag + " to contain \ 166 reasons.append("Change length from " + str(length) + " to " + str(length - 1)) 174 return list(zip(reasons, mutations))
|
/third_party/python/Tools/ssl/ |
D | make_ssl_data.py | 86 for reason, libname, errname, num in args.reasons: 115 reasons = [] 116 reasons.extend(parse_openssl_error_text(args)) 117 reasons.extend(parse_extra_reasons(args)) 119 args.reasons = sorted(reasons, key=operator.itemgetter(0, 3))
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | reason_phrase.c | 142 static const struct MHD_Reason_Block reasons[] = { variable 157 (reasons[code / 100].max > (code % 100)) ) in MHD_get_reason_phrase_for() 158 return reasons[code / 100].data[code % 100]; in MHD_get_reason_phrase_for()
|
/third_party/openssl/util/ |
D | mkerr.pl | 302 my @reasons = sort grep( /^${lib}_/, keys %rcodes ); 368 foreach my $i ( @reasons ) { 471 foreach my $i ( @reasons ) { 557 foreach my $i ( @reasons ) {
|
D | find-unused-errs | 27 echo Function and reasons
|
/third_party/rust/crates/rust-openssl/openssl-errors/src/ |
D | lib.rs | 257 reasons { 275 reasons { $($reason_name($reason_str);)* } 324 reasons { $($reason_name:ident($reason_str:expr);)* } 357 reasons { $($reason_name:ident($reason_str:expr);)* }
|
/third_party/rust/crates/cxx/syntax/ |
D | trivial.rs | 127 pub fn as_what<'a>(name: &'a Pair, reasons: &'a [TrivialReason]) -> impl Display + 'a { in as_what() 130 reasons: &'a [TrivialReason<'a>], in as_what() field 144 for reason in self.reasons { in as_what() 311 Description { name, reasons } in as_what()
|
/third_party/node/deps/openssl/openssl/util/ |
D | mkerr.pl | 302 my @reasons = sort grep( /^${lib}_/, keys %rcodes ); 368 foreach my $i ( @reasons ) { 471 foreach my $i ( @reasons ) { 557 foreach my $i ( @reasons ) {
|
D | find-unused-errs | 27 echo Function and reasons
|
/third_party/gstreamer/gst_libav/ |
D | README.md | 5 reasons. 20 practical reasons under the GPL itself.
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 672 const reasons = [] 732 logUtil(validatorResult, name, item, reasons, index) 738 reason: reasons.length > 0 ? function (k, v) { 741 util.camelCaseToHyphened(k) + '` attribute. \n ' + reasons.join(' \n')) 757 function logUtil (validatorResult, name, item, reasons, index) { argument 767 reasons.push(str) 777 const reasons = [] 855 logUtil(validatorResult, name, item, reasons, index) 860 reason: reasons.length > 0 ? function (k, v) { 863 '` of the `' + util.camelCaseToHyphened(k) + '` attribute. \n ' + reasons.join(' \n')) [all …]
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_crld.c | 220 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section() 320 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1), 471 if (point->reasons) in i2r_crldp() 472 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
|
D | v3_purp.c | 316 if (dp->reasons != NULL) { in setup_dp() 317 if (dp->reasons->length > 0) in setup_dp() 318 dp->dp_reasons = dp->reasons->data[0]; in setup_dp() 319 if (dp->reasons->length > 1) in setup_dp() 320 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
|
/third_party/openssl/crypto/x509/ |
D | v3_crld.c | 220 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section() 320 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1), 471 if (point->reasons) in i2r_crldp() 472 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
|
D | v3_purp.c | 316 if (dp->reasons != NULL) { in setup_dp() 317 if (dp->reasons->length > 0) in setup_dp() 318 dp->dp_reasons = dp->reasons->data[0]; in setup_dp() 319 if (dp->reasons->length > 1) in setup_dp() 320 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
|
/third_party/curl/tests/data/ |
D | test1294 | 49 …UMBER -H "Among other public buildings in a certain town, which for many reasons it will be pruden… 61 Among other public buildings in a certain town, which for many reasons it will be prudent to refrai…
|
/third_party/openssl/doc/man7/ |
D | EVP_MD-SHAKE.pod | 60 For backwards compatibility reasons the default xoflen length for SHAKE-128 is 64 For backwards compatibility reasons the default xoflen length for SHAKE-256 is
|
/third_party/mesa3d/docs/_extra/specs/ |
D | WL_create_wayland_buffer_from_image.spec | 80 the image as a wl_buffer. The possible reasons for this error are 101 Added a note about more possible reasons for returning EGL_BAD_FORMAT.
|
/third_party/node/deps/v8/src/execution/ |
D | tiering-manager.cc | 42 static char const* reasons[] = { in OptimizationReasonToString() local 48 DCHECK_LT(index, arraysize(reasons)); in OptimizationReasonToString() 49 return reasons[index]; in OptimizationReasonToString()
|
/third_party/EGL/extensions/WL/ |
D | EGL_WL_create_wayland_buffer_from_image.txt | 80 the image as a wl_buffer. The possible reasons for this error are 101 Added a note about more possible reasons for returning EGL_BAD_FORMAT.
|
/third_party/curl/docs/cmdline-opts/ |
D | metalink.d | 12 support is disabled in curl for security reasons (added in 7.78.0).
|
/third_party/node/deps/v8/ |
D | .mailmap | 5 # People change their names or email addresses for many reasons. This
|
/third_party/json/docs/mkdocs/docs/api/macros/ |
D | json_no_io.md | 9 security reasons (e.g., Intel Software Guard Extensions (SGX)).
|
/third_party/rust/crates/rust-openssl/openssl-sys/ |
D | Cargo.toml | 32 # We don't actually use metadeps for annoying reasons but this is still here for tooling
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | README | 4 reasons. It also takes integer audio as input.
|