Searched +full:digests +full:- +full:clang (Results 1 – 22 of 22) sorted by relevance
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 2 permissions: read-all 9 - "*" # new tag version, like `0.8.4` or else 11 - master 14 - master 17 build-linux: 21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }} 22 digests-clang: ${{ steps.hash-clang.outputs.hashes }} 24 runs-on: ubuntu-latest 27 cxx: [g++-10, clang++-12] 28 fail-fast: false [all …]
|
| /external/curl/.github/workflows/ |
| D | curl-for-win.yml | 3 # SPDX-License-Identifier: curl 4 --- 5 name: curl-for-win 10 - master 11 - '*/ci' 14 - master 17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} 18 cancel-in-progress: true 30 linux-musl-llvm: 31 runs-on: ubuntu-latest [all …]
|
| /external/skia/infra/bots/assets/clang_linux/ |
| D | Dockerfile | 2 # https://github.com/llvm/llvm-project/blob/76fd4bf675b5ceeeca0e4e15cf15d89c7acf4947/llvm/utils/doc… 6 # docker pull launcher.gcr.io/google/debian10:latest && docker images --digests | grep debian10 12 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list 13 # Install compiler, python, etc. We need clang and lld because otherwise we have issues compiling 14 # compiler-rt (it fails using the built-in ld). 18 RUN apt-get update && \ 19 apt-get install -y --no-install-recommends \ 20 ca-certificates=20200601~deb10u2 gnupg=2.2.12-1+deb10u2 \ 21 build-essential=12.6 cmake=3.13.4-1 make=4.2.1-1.2 python3=3.7.3-1 \ 22 zlib1g=1:1.2.11.dfsg-1+deb10u2 wget=1.20.1-1.1 unzip=6.0-23+deb10u3 \ [all …]
|
| /external/fsverity-utils/ |
| D | README.md | 1 # fsverity-utils 5 This is fsverity-utils, a set of userspace utilities for fs-verity. 6 fs-verity is a Linux kernel feature that does transparent on-demand 7 integrity/authenticity verification of the contents of read-only 9 file. It is similar to dm-verity, but implemented at the file level 12 for more information about fs-verity, including which filesystems 15 fsverity-utils currently contains just one program, `fsverity`. The 16 `fsverity` program allows you to set up fs-verity protected files. 23 To build fsverity-utils, first install the needed build dependencies. For 24 example, on Debian-based systems, run: [all …]
|
| /external/pigweed/pw_env_setup/py/ |
| D | setup.cfg | 7 # https://www.apache.org/licenses/LICENSE-2.0 18 author_email = pigweed-developers@googlegroups.com 26 types-six 31 arm-none-eabi-gdb = pw_env_setup.entry_points.arm_gdb:main 36 cipd_setup/.cipd_version.digests 51 cipd_setup/clang.json
|
| /external/oss-fuzz/projects/wolfssl/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 …--enable-static --enable-md2 --enable-md4 --enable-ripemd --enable-blake2 --enable-blake2s --enabl… 23 WOLFCRYPT_CONFIGURE_PARAMS="$WOLFCRYPT_CONFIGURE_PARAMS --disable-asm" 32 cp -R boost/ /usr/include/ 34 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_BOTAN_IS_ORACLE" 41 sed -i 's/kNegativeIntegers = false/kNegativeIntegers = true/g' config.h 42 cp -R $SRC/cryptofuzz/ $SRC/cryptofuzz-openssl-api/ 43 cd $SRC/cryptofuzz-openssl-api/ 46 echo -n '"' >>extra_options.h [all …]
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | config.h | 6 * This set of compile-time options may be used to enable 12 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 52 * The platform lacks support for double-width integer division (64-bit 53 * division on a 32-bit platform, 128-bit division on a 64-bit platform). 59 * The bignum code uses double-width division to speed up some operations. 60 * Double-width division is often implemented in software that needs to 61 * be linked with the program. The presence of a double-width integer 66 * Uncomment this option to prevent the use of double-width division. 69 * Furthermore, a 64-bit type is always required even on a 32-bit 71 * cases it is also desirable to disable some double-width operations. For [all …]
|
| /external/webrtc/rtc_base/ |
| D | ssl_identity_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 32 "-----BEGIN CERTIFICATE-----\n" 44 "-----END CERTIFICATE-----\n"; 71 // `SSLIdentity::Create` and invoking `identity->PrivateKeyToPEMString()`, 72 // `identity->PublicKeyToPEMString()` and 73 // `identity->certificate().ToPEMString()`. If the crypto library is updated, 76 // were created by calling `identity->certificate().GetStats()`. 78 "-----BEGIN PRIVATE KEY-----\n" 93 "-----END PRIVATE KEY-----\n"; 95 "-----BEGIN PUBLIC KEY-----\n" [all …]
|
| /external/mbedtls/include/mbedtls/ |
| D | mbedtls_config.h | 6 * This set of compile-time options may be used to enable 12 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 57 * The platform lacks support for double-width integer division (64-bit 58 * division on a 32-bit platform, 128-bit division on a 64-bit platform). 64 * The bignum code uses double-width division to speed up some operations. 65 * Double-width division is often implemented in software that needs to 66 * be linked with the program. The presence of a double-width integer 71 * Uncomment this option to prevent the use of double-width division. 74 * Furthermore, a 64-bit type is always required even on a 32-bit 76 * cases it is also desirable to disable some double-width operations. For [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
| D | exponentiation.c | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 80 * openssl-core@openssl.org. 184 BN_init(&recp->N); in BN_RECP_CTX_init() 185 BN_init(&recp->Nr); in BN_RECP_CTX_init() 186 recp->num_bits = 0; in BN_RECP_CTX_init() 187 recp->shift = 0; in BN_RECP_CTX_init() 188 recp->flags = 0; in BN_RECP_CTX_init() [all …]
|
| /external/boringssl/src/crypto/fipsmodule/bn/ |
| D | exponentiation.c | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 35 * being used are not cryptographic related :-). 58 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 80 * openssl-core@openssl.org. 228 BN_init(&recp->N); in BN_RECP_CTX_init() 229 BN_init(&recp->Nr); in BN_RECP_CTX_init() 230 recp->num_bits = 0; in BN_RECP_CTX_init() 231 recp->shift = 0; in BN_RECP_CTX_init() 232 recp->flags = 0; in BN_RECP_CTX_init() [all …]
|
| /external/python/cpython3/Misc/NEWS.d/ |
| D | 3.10.0a1.rst | 2 .. date: 2020-07-15-20-15-08 4 .. release date: 2020-10-05 8 :issue:`29778` (CVE-2020-15801). 13 .. date: 2020-07-03-20-41-29 23 .. date: 2020-07-03-17-21-37 28 embedded (CVE-2020-15523). 33 .. date: 2020-06-29-16-02-29 46 .. date: 2020-02-12-14-17-39 56 .. date: 2020-10-04-10-55-12 66 .. date: 2020-10-04-01-02-58 [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 3 = Mbed TLS 2.28.7 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 2.28.6 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 24 = Mbed TLS 2.28.5 branch released 2023-10-05 39 (notably recent versions of Clang and IAR) could produce non-constant 43 ARC4 or null-cipher cipher suites. Credit to OSS-Fuzz. 53 mbedtls_x509_san_other_name struct. The type-id of the otherName was not 73 = Mbed TLS 2.28.4 branch released 2023-08-04 87 * Fix clang and armclang compilation error when targeting certain Arm [all …]
|
| /external/mbedtls/ |
| D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 3.5.1 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 28 = Mbed TLS 3.5.0 branch released 2023-10-05 31 * Mbed TLS 3.4 introduced support for omitting the built-in implementation 32 of ECDSA and/or EC J-PAKE when those are provided by a driver. However, 33 there was a flaw in the logic checking if the built-in implementation, in 36 accelerated and still have the built-in implementation compiled out. 39 considered not accelerated, and the built-in implementation of the curves [all …]
|
| /external/trusty/arm-trusted-firmware/docs/ |
| D | change-log.md | 4 issues in each release of Trusted Firmware-A. 6 …ew.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/v2.9.0..refs/tags/v2.10… 10 - **Architecture** 12 - **Performance Monitors Extension (FEAT_PMUv3)** 14 - This patch explicitly breaks the EL2 entry path. It is 17 …t ([83a4dae](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/83a4dae1… 19 - **Libraries** 21 - **EL3 Runtime** 23 - **Context Management** 25 - Initialisation code for handoff from EL3 to NS-EL1 [all …]
|
| /external/jline/src/src/test/resources/jline/example/ |
| D | english.gz | |
| /external/icu/icu4j/perf-tests/data/collation/ |
| D | ulyss10.txt | 30 organization with EIN [Employee Identification Number] 64-6221541 78 These Web sites include award-winning information about Project 108 If they reach just 1-2% of the world's population then the total 116 At our revised rates of production, we will reach only one-third 157 how to make them tax-deductible, or even if they CAN be made 166 Oxford, MS 38655-4109 174 [Employee Identification Number] 64-622154. Donations are 175 tax-deductible to the maximum extent permitted by law. As fundraising 213 By using or reading any part of this PROJECT GUTENBERG-tm 221 ABOUT PROJECT GUTENBERG-TM ETEXTS [all …]
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 2365 PERF_EVENT_STATE_DEAD = -4, 2366 PERF_EVENT_STATE_EXIT = -3, 2367 PERF_EVENT_STATE_ERROR = -2, 2368 PERF_EVENT_STATE_OFF = -1, 4304 perf_invalid_context = -1, 5116 RPM_INVALID = -1, 6945 CPUHP_INVALID = -1, 7954 EXTRA_REG_NONE = -1, 9451 MOD_INVALID = -1, [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
| D | internal_raw_IPA-old.txt | 1803 ad-lib ædlˈɪb 3726 aide-de-camp ˌeddɪkˈæmp 5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 7542 anglo-saxon ˈæŋglosˌæksən 8282 anti-lewisite ˌæntilˈuɪsˌaɪt 9550 aquifer %21020 ˈækwəfər, ˈɑkwə- 9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə 9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn 9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə- 9645 aram %8777 ær-, ˈeræm, ˈɛrəm [all …]
|
| D | internal_raw_IPA.txt | 1508 ad-lib ædlˈɪb 3152 aide-de-camp ˌeddɪkˈæmp 4660 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 6464 anglo-saxon ˈæŋglosˌæksən 7113 anti-lewisite ˌæntilˈuɪsˌaɪt 10681 audio-visual ˌodiovˈɪʒuəl 11799 baby-sit bˈebisˌɪt 14086 battle-ax bˈætlæks 14655 bed-sitter bˈɛdsˌɪtər 14656 bed-wetting bˈɛdwˌɛtɪŋ [all …]
|
| /external/bcc/libbpf-tools/loongarch/ |
| D | vmlinux_602.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 3005 RPM_INVALID = -1, 5916 PERF_EVENT_STATE_DEAD = -4, 5917 PERF_EVENT_STATE_EXIT = -3, 5918 PERF_EVENT_STATE_ERROR = -2, 5919 PERF_EVENT_STATE_OFF = -1, 7486 CGROUP_BPF_ATTACH_TYPE_INVALID = -1, 8505 WORK_STRUCT_WQ_DATA_MASK = -256LL, 11837 NETNS_BPF_INVALID = -1, 13043 __NETDEV_TX_MIN = -2147483648, [all …]
|
| D | vmlinux.h | 5 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record) 3005 RPM_INVALID = -1, 5916 PERF_EVENT_STATE_DEAD = -4, 5917 PERF_EVENT_STATE_EXIT = -3, 5918 PERF_EVENT_STATE_ERROR = -2, 5919 PERF_EVENT_STATE_OFF = -1, 7486 CGROUP_BPF_ATTACH_TYPE_INVALID = -1, 8505 WORK_STRUCT_WQ_DATA_MASK = -256LL, 11837 NETNS_BPF_INVALID = -1, 13043 __NETDEV_TX_MIN = -2147483648, [all …]
|