Home
last modified time | relevance | path

Searched +full:digests +full:- +full:gcc (Results 1 – 23 of 23) sorted by relevance

/external/flatbuffers/.github/workflows/
Dbuild.yml2 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/fsverity-utils/
DREADME.md1 # 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/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
Dbcm.c38 #include "bn/asm/x86_64-gcc.c"
66 #include "digest/digests.c"
74 #include "ec/p224-64.c"
76 #include "ec/p256-x86_64.c"
102 #include "sha/sha1-altivec.c"
146 // Android may be compiled in execute-only-memory mode, in which case the in BORINGSSL_maybe_set_module_text_permissions()
150 // other build configurations this is a no-op. in BORINGSSL_maybe_set_module_text_permissions()
153 ((uintptr_t)BORINGSSL_bcm_text_start) & ~(page_size - 1); in BORINGSSL_maybe_set_module_text_permissions()
156 ((uintptr_t)BORINGSSL_bcm_text_end) - page_start, in BORINGSSL_maybe_set_module_text_permissions()
173 // .text section, which triggers the global-buffer overflow detection. in BORINGSSL_bcm_power_on_self_test()
[all …]
/external/boringssl/src/crypto/fipsmodule/
Dbcm.c38 #include "bn/asm/x86_64-gcc.c"
66 #include "digest/digests.c"
75 #include "ec/p224-64.c"
77 #include "ec/p256-nistz.c"
148 // Android may be compiled in execute-only-memory mode, in which case the in BORINGSSL_maybe_set_module_text_permissions()
152 // other build configurations this is a no-op. in BORINGSSL_maybe_set_module_text_permissions()
155 ((uintptr_t)BORINGSSL_bcm_text_start) & ~(page_size - 1); in BORINGSSL_maybe_set_module_text_permissions()
158 ((uintptr_t)BORINGSSL_bcm_text_end) - page_start, in BORINGSSL_maybe_set_module_text_permissions()
175 // .text section, which triggers the global-buffer overflow detection. in BORINGSSL_bcm_power_on_self_test()
208 // In the static build, read-only data is placed within the .text segment. in BORINGSSL_integrity_test()
[all …]
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/
Dbcm.c38 #include "bn/asm/x86_64-gcc.c"
66 #include "digest/digests.c"
75 #include "ec/p224-64.c"
77 #include "ec/p256-nistz.c"
148 // Android may be compiled in execute-only-memory mode, in which case the in BORINGSSL_maybe_set_module_text_permissions()
152 // other build configurations this is a no-op. in BORINGSSL_maybe_set_module_text_permissions()
155 ((uintptr_t)BORINGSSL_bcm_text_start) & ~(page_size - 1); in BORINGSSL_maybe_set_module_text_permissions()
158 ((uintptr_t)BORINGSSL_bcm_text_end) - page_start, in BORINGSSL_maybe_set_module_text_permissions()
175 // .text section, which triggers the global-buffer overflow detection. in BORINGSSL_bcm_power_on_self_test()
208 // In the static build, read-only data is placed within the .text segment. in BORINGSSL_integrity_test()
[all …]
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dconfig.h6 * 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/mbedtls/include/mbedtls/
Dmbedtls_config.h6 * 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/libgav1/src/
Dpost_filter_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
107 // Digests are in Y/U/V order. in GetSuperResDigest10bpp()
146 // Digests are in Y/U/V order. in GetSuperResDigest12bpp()
186 // anonymous namespace to avoid the GCC -Wsubobject-linkage warning.
310 reinterpret_cast<Pixel*>(buffer_.data(plane)) - in SetUp()
311 buffer_.stride(plane) / sizeof(Pixel) * kRestorationVerticalBorder - in SetUp()
314 reinterpret_cast<Pixel*>(loop_restoration_border_.data(plane)) - in SetUp()
316 kRestorationVerticalBorder - in SetUp()
332 // ---------
339 // -------
[all …]
/external/boringssl/src/
Dbuild.json4 // converts some of those inputs (e.g. perlasm files) into pre-generated
24 "crypto/fipsmodule/bn/asm/x86_64-gcc.c",
52 "crypto/fipsmodule/digest/digests.c",
59 "crypto/fipsmodule/ec/p224-64.c",
60 "crypto/fipsmodule/ec/p256-nistz.c",
97 {"src": "crypto/fipsmodule/aes/asm/aesv8-armx.pl", "dst": "aesv8-armv8"},
98 {"src": "crypto/fipsmodule/modes/asm/aesv8-gcm-armv8.pl"},
99 {"src": "crypto/fipsmodule/bn/asm/armv8-mont.pl"},
100 {"src": "crypto/fipsmodule/bn/asm/bn-armv8.pl"},
101 {"src": "crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl"},
[all …]
/external/boringssl/
DBUILD.generated.bzl17 "src/crypto/fipsmodule/bn/asm/x86_64-gcc.c",
45 "src/crypto/fipsmodule/digest/digests.c",
52 "src/crypto/fipsmodule/ec/p224-64.c",
53 "src/crypto/fipsmodule/ec/p256-nistz.c",
250 "src/crypto/fipsmodule/ec/p256-nistz-table.h",
251 "src/crypto/fipsmodule/ec/p256-nistz.h",
532 "src/crypto/curve25519/asm/x25519-asm-arm.S",
535 "src/gen/bcm/aesni-gcm-x86_64-apple.S",
536 "src/gen/bcm/aesni-gcm-x86_64-linux.S",
537 "src/gen/bcm/aesni-x86-apple.S",
[all …]
/external/openthread/third_party/mbedtls/repo/
DChangeLog3 = 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
88 M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23,
[all …]
/external/mbedtls/
DChangeLog3 = 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/mdnsresponder/mDNSCore/
DDNSDigest.c1 /* -*- Mode: C; tab-width: 4 -*-
3 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.
9 * http://www.apache.org/licenses/LICENSE-2.0
37 #pragma mark - Byte Swapping Functions
52 #pragma mark - MD5 Hash Functions
65 * to aid in platform-specific optimizations and debugging.
67 * CommonDigest.h - APSL
71 * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
125 * Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
132 * This library is free for commercial and non-commercial use as long as
[all …]
/external/trusty/arm-trusted-firmware/docs/
Dchange-log.md4 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/boringssl/src/gen/
Dsources.cmake31 crypto/fipsmodule/bn/asm/x86_64-gcc.c
59 crypto/fipsmodule/digest/digests.c
66 crypto/fipsmodule/ec/p224-64.c
67 crypto/fipsmodule/ec/p256-nistz.c
107 gen/bcm/aesni-gcm-x86_64-apple.S
108 gen/bcm/aesni-gcm-x86_64-linux.S
109 gen/bcm/aesni-x86-apple.S
110 gen/bcm/aesni-x86-linux.S
111 gen/bcm/aesni-x86_64-apple.S
112 gen/bcm/aesni-x86_64-linux.S
[all …]
Dsources.bzl27 "crypto/fipsmodule/bn/asm/x86_64-gcc.c",
55 "crypto/fipsmodule/digest/digests.c",
62 "crypto/fipsmodule/ec/p224-64.c",
63 "crypto/fipsmodule/ec/p256-nistz.c",
101 "gen/bcm/aesni-gcm-x86_64-apple.S",
102 "gen/bcm/aesni-gcm-x86_64-linux.S",
103 "gen/bcm/aesni-x86-apple.S",
104 "gen/bcm/aesni-x86-linux.S",
105 "gen/bcm/aesni-x86_64-apple.S",
106 "gen/bcm/aesni-x86_64-linux.S",
[all …]
Dsources.json12 "crypto/fipsmodule/bn/asm/x86_64-gcc.c",
40 "crypto/fipsmodule/digest/digests.c",
47 "crypto/fipsmodule/ec/p224-64.c",
48 "crypto/fipsmodule/ec/p256-nistz.c",
85 "gen/bcm/aesni-gcm-x86_64-apple.S",
86 "gen/bcm/aesni-gcm-x86_64-linux.S",
87 "gen/bcm/aesni-x86-apple.S",
88 "gen/bcm/aesni-x86-linux.S",
89 "gen/bcm/aesni-x86_64-apple.S",
90 "gen/bcm/aesni-x86_64-linux.S",
[all …]
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.gemspec1 # -*- ruby -*-
2 # encoding: utf-8
10 s.email = 'grpc-io@googlegroups.com'
14 s.license = 'Apache-2.0'
33 s.add_dependency 'google-protobuf', '~> 3.23'
34 s.add_dependency 'googleapis-common-protos-types', '~> 1.0'
41 s.add_development_dependency 'rake-compiler', '~> 1.2.1'
42 s.add_development_dependency 'rake-compiler-dock', '~> 1.3'
326 s.files += %w( src/core/ext/upb-generated/envoy/admin/v3/certs.upb.c )
327 s.files += %w( src/core/ext/upb-generated/envoy/admin/v3/certs.upb.h )
[all …]
Dpackage.xml1 <?xml version="1.0" encoding="UTF-8"?>
2-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
10 <email>grpc-packages@google.com</email>
13 <date>2019-09-24</date>
25 - gRPC Core 1.56.2 update
308 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/admin/v3/certs.upb.c" role="src" />
309 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/admin/v3/certs.upb.h" role="src" />
310 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/admin/v3/clusters.upb.c" role="src…
311 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/admin/v3/clusters.upb.h" role="src…
312 …<file baseinstalldir="/" name="src/core/ext/upb-generated/envoy/admin/v3/config_dump.upb.c" role="…
[all …]
/external/grpc-grpc/
Dgrpc.gemspec1 # -*- ruby -*-
2 # encoding: utf-8
10 s.email = 'grpc-io@googlegroups.com'
14 s.license = 'Apache-2.0'
33 s.add_dependency 'google-protobuf', '~> 3.25'
34 s.add_dependency 'googleapis-common-protos-types', '~> 1.0'
41 s.add_development_dependency 'rake-compiler', '~> 1.2.1'
42 s.add_development_dependency 'rake-compiler-dock', '~> 1.4'
271 s.files += %w( src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h )
272 s.files += %w( src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c )
[all …]
Dpackage.xml1 <?xml version="1.0" encoding="UTF-8"?>
2-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
10 <email>grpc-packages@google.com</email>
13 <date>2019-09-24</date>
25 - gRPC Core 1.63.1 update
253 <file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/certs.upb.h" role="src" />
254 …<file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.c" role="sr…
255 …<file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/certs.upb_minitable.h" role="sr…
256 <file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/clusters.upb.h" role="src" />
257 …<file baseinstalldir="/" name="src/core/ext/upb-gen/envoy/admin/v3/clusters.upb_minitable.c" role=…
[all …]
/external/perfetto/buildtools/grpc/
DBUILD.gn13 # BoringSSL has assembly code which is tied to platform-specific. For now, we
18 sources = [ "src/third_party/abseil-cpp/absl/algorithm/algorithm.h" ]
21 configs -= [ "//gn/standalone:extra_warnings" ]
26 sources = [ "src/third_party/abseil-cpp/absl/algorithm/container.h" ]
34 configs -= [ "//gn/standalone:extra_warnings" ]
39 sources = [ "src/third_party/abseil-cpp/absl/base/internal/atomic_hook.h" ]
45 configs -= [ "//gn/standalone:extra_warnings" ]
51 "src/third_party/abseil-cpp/absl/base/call_once.h",
52 "src/third_party/abseil-cpp/absl/base/casts.h",
53 "src/third_party/abseil-cpp/absl/base/internal/cycleclock.cc",
[all …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt1803 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 …]