Home
last modified time | relevance | path

Searched refs:apt (Results 1 – 14 of 14) sorted by relevance

/openssl/.github/workflows/
H A Dcompiler-zoo.yml96 …a-name if an LLVM version isn't part of the Ubuntu version we're using (see https://apt.llvm.org/).
100 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
101 sudo apt-get update
103 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key |\
110 …echo "deb [signed-by=/usr/share/keyrings/llvm-snapshot.gpg.key] http://apt.llvm.org/${{ matrix.zoo…
111 | sudo tee /etc/apt/sources.list.d/llvm.list
112 …echo "deb-src [signed-by=/usr/share/keyrings/llvm-snapshot.gpg.key] http://apt.llvm.org/${{ matrix…
113 | sudo tee -a /etc/apt/sources.list.d/llvm.list
115 cat /etc/apt/sources.list.d/llvm.list
118 sudo apt-get update
[all …]
H A Dos-zoo.yml60 install: apt-get update && apt-get install -y gcc make perl
62 install: apt-get update && apt-get install -y gcc make perl
64 install: apt-get update && apt-get install -y gcc make perl
66 install: apt-get update && apt-get install -y gcc make perl
68 install: apt-get update && apt-get install -y gcc make perl
H A Drun_quic_interop.yml25 sudo add-apt-repository ppa:wireshark-dev/stable
26 sudo apt-get update
27 sudo apt-get install -y tshark
H A Drun-checker-daily.yml163 sudo apt-get update
164 sudo apt-get -yq install lksctp-tools libsctp-dev
225 sudo apt-get update
226 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install brotli libbrotl…
247 sudo apt-get update
248 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install zstd libzstd1 l…
269 sudo apt-get update
271 …sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install zstd libzstd1 l…
292 sudo apt-get update
318 sudo apt-get update
[all …]
H A Dcoveralls.yml55 sudo apt-get update
56 sudo apt-get -yq install lcov
57 …sudo apt-get -yq install bison gettext keyutils ldap-utils libldap2-dev libkeyutils-dev python3 py…
H A Dfips-checksums.yml20 sudo apt-get update
21 … sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef
90 run: sudo apt-get -y install libsctp-dev abigail-tools libzstd-dev zstd
H A Dfuzz-checker.yml49 sudo apt-get update
50 sudo apt-get -yq --force-yes install ${{ matrix.fuzzy.install }}
H A Dcross-compiles.yml158 sudo add-apt-repository ppa:${{ matrix.platform.ppa }}
161 sudo apt-get update
162 sudo apt-get -yq --force-yes install \
189 run: sudo apt-get -yq --force-yes install qemu-user
H A Dci.yml33 sudo apt-get update
34 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef
416 run: sudo apt-get -y install libsctp-dev abigail-tools libzstd-dev zstd
575 sudo apt-get update
576 …sudo apt-get -yq install bison gettext keyutils ldap-utils libldap2-dev libkeyutils-dev python3 py…
/openssl/providers/implementations/rands/
H A Dfips_crng_test.c67 } apt; member
145 if (ossl_likely(crngt->apt.b != 0)) { in APT_test()
146 if (ossl_unlikely(crngt->apt.a == next) in APT_test()
147 && ossl_unlikely(++crngt->apt.b >= apt_c[ENTROPY_H])) { in APT_test()
148 crngt->apt.b = 0; in APT_test()
151 if (ossl_unlikely(++crngt->apt.i >= ENTROPY_APT_W)) in APT_test()
152 crngt->apt.b = 0; in APT_test()
155 crngt->apt.a = next; in APT_test()
156 crngt->apt.b = 1; in APT_test()
157 crngt->apt.i = 1; in APT_test()
/openssl/test/quic-openssl-docker/
H A DDockerfile12 RUN apt-get update && apt-get install -y \
46 RUN apt-get clean
/openssl/doc/life-cycles/
H A DREADME.md14 sudo apt install graphviz cpanminus
/openssl/fuzz/
H A DREADME.md18 sudo apt-get install clang
61 $ sudo apt-get install libstdc++-12-dev
65 sudo apt-get install make
108 sudo apt-get install afl-clang
/openssl/
H A DNOTES-PERL.md97 $ apt-cache search Text::Template
100 $ sudo apt-get install libtext-template-perl

Completed in 20 milliseconds