| /third_party/curl/docs/cmdline-opts/ |
| D | Makefile.inc | 27 _AUTHORS.md \ 28 _BUGS.md \ 29 _DESCRIPTION.md \ 30 _ENVIRONMENT.md \ 31 _EXITCODES.md \ 32 _FILES.md \ 33 _GLOBBING.md \ 34 _NAME.md \ 35 _OPTIONS.md \ 36 _OUTPUT.md \ [all …]
|
| D | Makefile.in | 426 _AUTHORS.md \ 427 _BUGS.md \ 428 _DESCRIPTION.md \ 429 _ENVIRONMENT.md \ 430 _EXITCODES.md \ 431 _FILES.md \ 432 _GLOBBING.md \ 433 _NAME.md \ 434 _OPTIONS.md \ 435 _OUTPUT.md \ [all …]
|
| /third_party/json/docs/mkdocs/ |
| D | mkdocs.yml | 33 - index.md 34 - home/license.md 35 - "Code of Conduct": home/code_of_conduct.md 36 - "FAQ": home/faq.md 37 - home/exceptions.md 38 - home/releases.md 39 - home/design_goals.md 40 - home/sponsors.md 42 - features/arbitrary_types.md 44 - features/binary_formats/index.md [all …]
|
| /third_party/selinux/secilc/docs/ |
| D | README.md | 5 * [Introduction](cil_introduction.md#Introduction) 6 * [Design Philosophy](cil_introduction.md#design-philosophy) 7 * [Goals and Primary Features](cil_introduction.md#goals-and-primary-features) 8 * [Design Overview](cil_introduction.md#design-overview) 10 * [CIL Information](cil_reference_guide.md#cil-information) 11 * [Declarations](cil_reference_guide.md#declarations) 12 * [Definitions](cil_reference_guide.md#definitions) 13 * [Symbol Character Set](cil_reference_guide.md#symbol-character-set) 14 * [String Character Set](cil_reference_guide.md#string-character-set) 15 * [Comments](cil_reference_guide.md#comments) [all …]
|
| /third_party/node/ |
| D | CHANGELOG.md | 5 * [Node.js 18](doc/changelogs/CHANGELOG_V18.md) **Long Term Support** 6 * [Node.js 17](doc/changelogs/CHANGELOG_V17.md) End-of-Life 7 * [Node.js 16](doc/changelogs/CHANGELOG_V16.md) Long Term Support 8 * [Node.js 15](doc/changelogs/CHANGELOG_V15.md) End-of-Life 9 * [Node.js 14](doc/changelogs/CHANGELOG_V14.md) End-of-Life 10 * [Node.js 13](doc/changelogs/CHANGELOG_V13.md) End-of-Life 11 * [Node.js 12](doc/changelogs/CHANGELOG_V12.md) End-of-Life 12 * [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life 13 * [Node.js 10](doc/changelogs/CHANGELOG_V10.md) End-of-Life 14 * [Node.js 9](doc/changelogs/CHANGELOG_V9.md) End-of-Life [all …]
|
| /third_party/node/doc/api/ |
| D | index.md | 8 * [About this documentation](documentation.md) 9 * [Usage and example](synopsis.md) 13 * [Assertion testing](assert.md) 14 * [Asynchronous context tracking](async_context.md) 15 * [Async hooks](async_hooks.md) 16 * [Buffer](buffer.md) 17 * [C++ addons](addons.md) 18 * [C/C++ addons with Node-API](n-api.md) 19 * [C++ embedder API](embedding.md) 20 * [Child processes](child_process.md) [all …]
|
| /third_party/curl/docs/ |
| D | Makefile.am | 32 CURLPAGES = curl-config.md mk-ca-bundle.md 44 ALTSVC.md \ 45 BINDINGS.md \ 46 BUFREF.md \ 47 BUG-BOUNTY.md \ 48 BUGS.md \ 49 CHECKSRC.md \ 50 CIPHERS.md \ 52 CODE_OF_CONDUCT.md \ 53 CODE_REVIEW.md \ [all …]
|
| /third_party/json/docs/mkdocs/docs/api/basic_json/ |
| D | index.md | 25 … | [`object_t`](object_t.md) | 26 … | [`array_t`](array_t.md) … 27 …and object keys | [`string_t`](string_t.md) | 28 … | [`boolean_t`](boolean_t.md) | 29 …numbers | [`number_integer_t`](number_integer_t.md) | 30 … integer numbers | [`number_unsigned_t`](number_unsigned_t.md) | 31 …-point numbers | [`number_float_t`](number_float_t.md) | 33 …lve internal calls to `to_json()` and `from_json()` | [`json_serializer`](json_serializer.md) | 34 … | [`binary_t`](binary_t.md) | 38 - [**json**](../json.md) - default specialization [all …]
|
| /third_party/openssl/test/recipes/30-test_evp_data/ |
| D | evppkey_kdf_hkdf.txt | 17 Ctrl.md = md:SHA256 25 Ctrl.md = md:SHA256 32 Ctrl.md = md:SHA256 38 Ctrl.md = md:SHA256 46 Ctrl.md = md:SHA256 53 Ctrl.md = md:SHA256 59 Ctrl.md = md:SHA256 67 Ctrl.md = md:SHA256 75 Ctrl.md = md:SHA256 81 Ctrl.md = md:SHA1 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | TrackingMDRef.h | 25 Metadata *MD; variable 28 TrackingMDRef() : MD(nullptr) {} in TrackingMDRef() 29 explicit TrackingMDRef(Metadata *MD) : MD(MD) { track(); } in TrackingMDRef() argument 31 TrackingMDRef(TrackingMDRef &&X) : MD(X.MD) { retrack(X); } in TrackingMDRef() 32 TrackingMDRef(const TrackingMDRef &X) : MD(X.MD) { track(); } in TrackingMDRef() 38 MD = X.MD; 47 MD = X.MD; 53 Metadata *get() const { return MD; } in get() 60 MD = nullptr; in reset() 62 void reset(Metadata *MD) { in reset() argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | TrackingMDRef.h | 26 Metadata *MD = nullptr; variable 30 explicit TrackingMDRef(Metadata *MD) : MD(MD) { track(); } in TrackingMDRef() argument 32 TrackingMDRef(TrackingMDRef &&X) : MD(X.MD) { retrack(X); } in TrackingMDRef() 33 TrackingMDRef(const TrackingMDRef &X) : MD(X.MD) { track(); } in TrackingMDRef() 40 MD = X.MD; 50 MD = X.MD; 57 Metadata *get() const { return MD; } in get() 64 MD = nullptr; in reset() 66 void reset(Metadata *MD) { in reset() argument 68 this->MD = MD; in reset() [all …]
|
| /third_party/musl/src/crypt/ |
| D | crypt_sha512.c | 139 static void sha512_sum(struct sha512 *s, uint8_t *md) in sha512_sum() argument 145 md[8*i] = s->h[i] >> 56; in sha512_sum() 146 md[8*i+1] = s->h[i] >> 48; in sha512_sum() 147 md[8*i+2] = s->h[i] >> 40; in sha512_sum() 148 md[8*i+3] = s->h[i] >> 32; in sha512_sum() 149 md[8*i+4] = s->h[i] >> 24; in sha512_sum() 150 md[8*i+5] = s->h[i] >> 16; in sha512_sum() 151 md[8*i+6] = s->h[i] >> 8; in sha512_sum() 152 md[8*i+7] = s->h[i]; in sha512_sum() 198 /* hash n bytes of the repeated md message digest */ [all …]
|
| /third_party/rust/crates/cxx/book/src/ |
| D | SUMMARY.md | 3 - [Rust ❤️ C++](index.md) 5 - [Core concepts](concepts.md) 7 - [Tutorial](tutorial.md) 9 - [Other Rust–C++ interop tools](context.md) 11 - [Multi-language build system options](building.md) 12 - [Cargo](build/cargo.md) 13 - [Bazel or Buck2](build/bazel.md) 14 - [CMake](build/cmake.md) 15 - [More...](build/other.md) 17 - [Reference: the bridge module](reference.md) [all …]
|
| /third_party/node/deps/openssl/openssl/crypto/sha/ |
| D | sha1_one.c | 23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1() argument 28 if (md == NULL) in ossl_sha1() 29 md = m; in ossl_sha1() 33 SHA1_Final(md, &c); in ossl_sha1() 35 return md; in ossl_sha1() 38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1() argument 42 if (md == NULL) in SHA1() 43 md = m; in SHA1() 44 return EVP_Q_digest(NULL, "SHA1", NULL, d, n, md, NULL) ? md : NULL; in SHA1() 47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224() argument [all …]
|
| /third_party/openssl/crypto/sha/ |
| D | sha1_one.c | 23 unsigned char *ossl_sha1(const unsigned char *d, size_t n, unsigned char *md) in ossl_sha1() argument 28 if (md == NULL) in ossl_sha1() 29 md = m; in ossl_sha1() 33 SHA1_Final(md, &c); in ossl_sha1() 35 return md; in ossl_sha1() 38 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md) in SHA1() argument 42 if (md == NULL) in SHA1() 43 md = m; in SHA1() 44 return EVP_Q_digest(NULL, "SHA1", NULL, d, n, md, NULL) ? md : NULL; in SHA1() 47 unsigned char *SHA224(const unsigned char *d, size_t n, unsigned char *md) in SHA224() argument [all …]
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | SUMMARY.md | 3 - [Introduction](./introduction.md) 4 - [Requirements](./requirements.md) 5 - [Library Usage with `build.rs`](./library-usage.md) 6 - [Tutorial](./tutorial-0.md) 7 - [Add `bindgen` as a Build Dependency](./tutorial-1.md) 8 - [Create a `wrapper.h` Header](./tutorial-2.md) 9 - [Create a `build.rs` File](./tutorial-3.md) 10 - [Include the Generated Bindings in `src/lib.rs`](./tutorial-4.md) 11 - [Write a Sanity Test](./tutorial-5.md) 12 - [Publish Your Crate!](./tutorial-6.md) [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| D | sha256-internal.c | 84 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() argument 92 S[i] = md->state[i]; in sha256_compress() 120 md->state[i] = md->state[i] + S[i]; in sha256_compress() 127 void sha256_init(struct sha256_state *md) in sha256_init() argument 129 md->curlen = 0; in sha256_init() 130 md->length = 0; in sha256_init() 131 md->state[0] = 0x6A09E667UL; in sha256_init() 132 md->state[1] = 0xBB67AE85UL; in sha256_init() 133 md->state[2] = 0x3C6EF372UL; in sha256_init() 134 md->state[3] = 0xA54FF53AUL; in sha256_init() [all …]
|
| D | sha512-internal.c | 110 static int sha512_compress(struct sha512_state *md, unsigned char *buf) in sha512_compress() argument 122 S[i] = md->state[i]; in sha512_compress() 151 md->state[i] = md->state[i] + S[i]; in sha512_compress() 161 @param md The hash state you wish to initialize 164 void sha512_init(struct sha512_state *md) in sha512_init() argument 166 md->curlen = 0; in sha512_init() 167 md->length = 0; in sha512_init() 168 md->state[0] = CONST64(0x6a09e667f3bcc908); in sha512_init() 169 md->state[1] = CONST64(0xbb67ae8584caa73b); in sha512_init() 170 md->state[2] = CONST64(0x3c6ef372fe94f82b); in sha512_init() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | sha256-internal.c | 84 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() argument 92 S[i] = md->state[i]; in sha256_compress() 120 md->state[i] = md->state[i] + S[i]; in sha256_compress() 127 void sha256_init(struct sha256_state *md) in sha256_init() argument 129 md->curlen = 0; in sha256_init() 130 md->length = 0; in sha256_init() 131 md->state[0] = 0x6A09E667UL; in sha256_init() 132 md->state[1] = 0xBB67AE85UL; in sha256_init() 133 md->state[2] = 0x3C6EF372UL; in sha256_init() 134 md->state[3] = 0xA54FF53AUL; in sha256_init() [all …]
|
| D | sha512-internal.c | 110 static int sha512_compress(struct sha512_state *md, unsigned char *buf) in sha512_compress() argument 122 S[i] = md->state[i]; in sha512_compress() 151 md->state[i] = md->state[i] + S[i]; in sha512_compress() 161 @param md The hash state you wish to initialize 164 void sha512_init(struct sha512_state *md) in sha512_init() argument 166 md->curlen = 0; in sha512_init() 167 md->length = 0; in sha512_init() 168 md->state[0] = CONST64(0x6a09e667f3bcc908); in sha512_init() 169 md->state[1] = CONST64(0xbb67ae8584caa73b); in sha512_init() 170 md->state[2] = CONST64(0x3c6ef372fe94f82b); in sha512_init() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | AMDGPUMetadata.cpp | 94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping() 96 MD.mReqdWorkGroupSize, std::vector<uint32_t>()); in mapping() 98 MD.mWorkGroupSizeHint, std::vector<uint32_t>()); in mapping() 100 MD.mVecTypeHint, std::string()); in mapping() 101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping() 108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping() 109 YIO.mapOptional(Kernel::Arg::Key::Name, MD.mName, std::string()); in mapping() 110 YIO.mapOptional(Kernel::Arg::Key::TypeName, MD.mTypeName, std::string()); in mapping() 111 YIO.mapRequired(Kernel::Arg::Key::Size, MD.mSize); in mapping() 112 YIO.mapRequired(Kernel::Arg::Key::Align, MD.mAlign); in mapping() [all …]
|
| /third_party/libexif/libexif/apple/ |
| D | exif-mnote-data-apple.c | 32 exif_mnote_data_apple_free(ExifMnoteData *md) { in exif_mnote_data_apple_free() argument 33 ExifMnoteDataApple *d = (ExifMnoteDataApple *) md; in exif_mnote_data_apple_free() 45 exif_mem_free(md->mem, d->entries[i].data); in exif_mnote_data_apple_free() 48 exif_mem_free(md->mem, d->entries); in exif_mnote_data_apple_free() 57 exif_mnote_data_apple_load(ExifMnoteData *md, const unsigned char *buf, unsigned int buf_size) { in exif_mnote_data_apple_load() argument 58 ExifMnoteDataApple *d = (ExifMnoteDataApple *) md; in exif_mnote_data_apple_load() 66 exif_log(md->log, EXIF_LOG_CODE_CORRUPT_DATA, in exif_mnote_data_apple_load() 74 exif_log(md->log, EXIF_LOG_CODE_CORRUPT_DATA, in exif_mnote_data_apple_load() 84 exif_log(md->log, EXIF_LOG_CODE_CORRUPT_DATA, in exif_mnote_data_apple_load() 94 exif_log(md->log, EXIF_LOG_CODE_CORRUPT_DATA, in exif_mnote_data_apple_load() [all …]
|
| /third_party/openssl/engines/ |
| D | e_ossltest.c | 66 static int digest_md5_final(EVP_MD_CTX *ctx, unsigned char *md); 72 EVP_MD *md; in digest_md5() local 74 if ((md = EVP_MD_meth_new(NID_md5, NID_md5WithRSAEncryption)) == NULL in digest_md5() 75 || !EVP_MD_meth_set_result_size(md, MD5_DIGEST_LENGTH) in digest_md5() 76 || !EVP_MD_meth_set_input_blocksize(md, MD5_CBLOCK) in digest_md5() 77 || !EVP_MD_meth_set_app_datasize(md, in digest_md5() 79 || !EVP_MD_meth_set_flags(md, 0) in digest_md5() 80 || !EVP_MD_meth_set_init(md, digest_md5_init) in digest_md5() 81 || !EVP_MD_meth_set_update(md, digest_md5_update) in digest_md5() 82 || !EVP_MD_meth_set_final(md, digest_md5_final)) { in digest_md5() [all …]
|
| /third_party/node/deps/openssl/openssl/engines/ |
| D | e_ossltest.c | 66 static int digest_md5_final(EVP_MD_CTX *ctx, unsigned char *md); 72 EVP_MD *md; in digest_md5() local 74 if ((md = EVP_MD_meth_new(NID_md5, NID_md5WithRSAEncryption)) == NULL in digest_md5() 75 || !EVP_MD_meth_set_result_size(md, MD5_DIGEST_LENGTH) in digest_md5() 76 || !EVP_MD_meth_set_input_blocksize(md, MD5_CBLOCK) in digest_md5() 77 || !EVP_MD_meth_set_app_datasize(md, in digest_md5() 79 || !EVP_MD_meth_set_flags(md, 0) in digest_md5() 80 || !EVP_MD_meth_set_init(md, digest_md5_init) in digest_md5() 81 || !EVP_MD_meth_set_update(md, digest_md5_update) in digest_md5() 82 || !EVP_MD_meth_set_final(md, digest_md5_final)) { in digest_md5() [all …]
|
| /third_party/openssl/crypto/evp/ |
| D | evp_lib.c | 731 int EVP_MD_is_a(const EVP_MD *md, const char *name) in EVP_MD_is_a() argument 733 if (md == NULL) in EVP_MD_is_a() 735 if (md->prov != NULL) in EVP_MD_is_a() 736 return evp_is_a(md->prov, md->name_id, NULL, name); in EVP_MD_is_a() 737 return evp_is_a(NULL, 0, EVP_MD_get0_name(md), name); in EVP_MD_is_a() 740 int evp_md_get_number(const EVP_MD *md) in evp_md_get_number() argument 742 return md->name_id; in evp_md_get_number() 745 const char *EVP_MD_get0_description(const EVP_MD *md) in EVP_MD_get0_description() argument 747 if (md->description != NULL) in EVP_MD_get0_description() 748 return md->description; in EVP_MD_get0_description() [all …]
|