Home
last modified time | relevance | path

Searched +full:nettle +full:- +full:dev (Results 1 – 13 of 13) sorted by relevance

/external/oss-fuzz/projects/nettle/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
21 export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_NO_OPENSSL"
29 cp -R boost/ /usr/include/
40 lzip -d gmp-6.2.0.tar.lz
41 tar xf gmp-6.2.0.tar
43 cd gmp-6.2.0/
44 autoreconf -ivf
45 if [[ $CFLAGS != *-m32* ]]
47 ./configure --enable-maintainer-mode
[all …]
/external/openthread/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile4 # -------
9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
24 && rm -rf /var/lib/apt/lists
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
29 && apt-get -y install \
31 build-essential \
[all …]
/external/mbedtls/tests/docker/bionic/
DDockerfile4 # -------
9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
24 && rm -rf /var/lib/apt/lists
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
29 && apt-get -y install \
31 build-essential \
[all …]
/external/oss-fuzz/projects/knot-dns/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
28 pkg-config \
32 libev-dev
34 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
36 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
37 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
38 RUN git clone --depth=1 https://gitlab.com/gnutls/gnutls.git
39 RUN git clone --depth=1 https://github.com/LMDB/lmdb.git
[all …]
/external/oss-fuzz/projects/wget2/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
20 pkg-config \
38 libmicrohttpd-dev
40 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
42 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
43 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
44 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git
45 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
[all …]
/external/curl/m4/
Dcurl-gnutls.m421 # SPDX-License-Identifier: curl
25 dnl ----------------------------------------------------
27 dnl ----------------------------------------------------
46 addlib=`$PKGCONFIG --libs-only-l gnutls`
47 addld=`$PKGCONFIG --libs-only-L gnutls`
48 addcflags=`$PKGCONFIG --cflags-only-I gnutls`
49 version=`$PKGCONFIG --modversion gnutls`
50 gtlslib=`echo $addld | $SED -e 's/^-L//'`
52 dnl without pkg-config, we try libgnutls-config as that was how it
54 check=`libgnutls-config --version 2>/dev/null`
[all …]
/external/curl/.github/workflows/
Dosslq-linux.yml3 # SPDX-License-Identifier: curl
5 name: osslq-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dngtcp2-linux.yml3 # SPDX-License-Identifier: curl
5 name: ngtcp2-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
/external/curl/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for curl -.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
19 ## -------------------------------- ##
21 ## -------------------------------- ##
60 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
66 # Try built-in echo, and fail.
77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
109 xc_tst_str=`expr "$xc_tst_str" : '.*' 2>/dev/null`
[all …]
DCMakeLists.txt21 # SPDX-License-Identifier: curl
29 # sub-projects in a larger build using `FetchContent`. To support
32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package
61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"
66 # Setup package meta-data
71 # SET(PACKAGE_VERSION "-")
72 # SET(PACKAGE_STRING "curl-")
91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
100 list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile6 ALL += systemd/wpa_supplicant-nl80211@.service
7 ALL += systemd/wpa_supplicant-wired@.service
47 PKG_CONFIG ?= pkg-config
50 CFLAGS += -I$(abspath ../src)
51 CFLAGS += -I$(abspath ../src/utils)
56 GITVER := $(shell git describe --dirty=+)
58 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"
64 CFLAGS += -DCONFIG_TESTING_OPTIONS
70 @if [ -f .config ]; then \
71 echo '.config exists - did not replace it'; \
[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 …]
Dinternal_raw_IPA.txt1508 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 …]