Home
last modified time | relevance | path

Searched refs:s390x (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_ccm_hw_s390x.inc22 sctx->ccm.s390x.fc = S390X_AES_FC(keylen);
23 memcpy(&sctx->ccm.s390x.kmac.k, key, keylen);
25 sctx->ccm.s390x.nonce.b[0] = ((ctx->l - 1) & 0x7)
27 memset(sctx->ccm.s390x.nonce.b + 1, 0, sizeof(sctx->ccm.s390x.nonce.b));
28 sctx->ccm.s390x.blocks = 0;
39 sctx->ccm.s390x.nonce.b[0] &= ~S390X_CCM_AAD_FLAG;
40 sctx->ccm.s390x.nonce.g[1] = mlen;
41 memcpy(sctx->ccm.s390x.nonce.b + 1, nonce, 15 - ctx->l);
58 sctx->ccm.s390x.nonce.b[0] |= S390X_CCM_AAD_FLAG;
61 ptr = sctx->ccm.s390x.buf.b;
[all …]
Dcipher_aes_hw_s390x.inc38 adat->plat.s390x.fc = S390X_AES_FC(keylen);
39 memcpy(adat->plat.s390x.param.km.k, key, keylen);
49 s390x_km(in, len, out, adat->plat.s390x.fc | modifier,
50 &adat->plat.s390x.param.km);
59 memcpy(adat->plat.s390x.param.kmo_kmf.k, key, keylen);
60 adat->plat.s390x.fc = S390X_AES_FC(keylen);
61 adat->plat.s390x.res = 0;
69 int n = adat->plat.s390x.res;
72 memcpy(adat->plat.s390x.param.kmo_kmf.cv, dat->iv, dat->ivlen);
74 *out = *in ^ adat->plat.s390x.param.kmo_kmf.cv[n];
[all …]
Dcipher_aes_gcm_hw_s390x.inc21 #define S390X_gcm_fc(A,C) ((A)->plat.s390x.fc | (A)->plat.s390x.hsflag |\
30 memcpy(&actx->plat.s390x.param.kma.k, key, keylen);
31 actx->plat.s390x.fc = S390X_AES_FC(keylen);
39 S390X_KMA_PARAMS *kma = &actx->plat.s390x.param.kma;
45 actx->plat.s390x.mreslen = 0;
46 actx->plat.s390x.areslen = 0;
47 actx->plat.s390x.kreslen = 0;
53 actx->plat.s390x.hsflag = 0;
70 s390x_kma(iv_zero_pad, len, NULL, 0, NULL, actx->plat.s390x.fc, kma);
71 actx->plat.s390x.hsflag = S390X_KMA_HS; /* The hash subkey is set */
[all …]
/third_party/libunwind/src/
DCMakeLists.txt271 # The list of files that go both into libunwind and libunwind-s390x:
274 s390x/is_fpreg.c s390x/regname.c
281 s390x/setcontext.S s390x/getcontext.S
282 s390x/Lapply_reg_state.c s390x/Lreg_states_iterate.c
283 s390x/Lcreate_addr_space.c s390x/Lget_save_loc.c s390x/Lglobal.c
284 s390x/Linit.c s390x/Linit_local.c s390x/Linit_remote.c
285 s390x/Lget_proc_info.c s390x/Lregs.c s390x/Lresume.c
286 s390x/Lis_signal_frame.c s390x/Lstep.c
289 # The list of files that go into libunwind-s390x:
293 s390x/Gapply_reg_state.c s390x/Greg_states_iterate.c
[all …]
DMakefile.am492 noinst_HEADERS += s390x/init.h s390x/unwind_i.h
494 s390x/is_fpreg.c s390x/regname.c
499 s390x/Lapply_reg_state.c s390x/Lreg_states_iterate.c \
500 s390x/Lcreate_addr_space.c s390x/Lget_save_loc.c s390x/Lglobal.c \
501 s390x/Linit.c s390x/Linit_local.c s390x/Linit_remote.c \
502 s390x/Lget_proc_info.c s390x/Lregs.c s390x/Lresume.c \
503 s390x/Lis_signal_frame.c s390x/Lstep.c \
504 s390x/getcontext.S s390x/setcontext.S
509 s390x/Gapply_reg_state.c s390x/Greg_states_iterate.c \
510 s390x/Gcreate_addr_space.c s390x/Gget_save_loc.c s390x/Gglobal.c \
[all …]
/third_party/rust/crates/libc/ci/docker/s390x-unknown-linux-gnu/
DDockerfile6 gcc-s390x-linux-gnu libc6-dev-s390x-cross \
7 qemu-system-s390x \
10 COPY linux-s390x.sh /
11 RUN bash /linux-s390x.sh
15 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
16 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="/test-runner-linux s390x" \
17 CC_s390x_unknown_linux_gnu=s390x-linux-gnu-gcc \
/third_party/rust/crates/libc/ci/docker/s390x-unknown-linux-musl/
DDockerfile6 gcc-s390x-linux-gnu \
10 RUN sh /install-musl.sh s390x
13 ENV CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_LINKER=s390x-linux-gnu-gcc \
14 CARGO_TARGET_S390X_UNKNOWN_LINUX_GNU_RUNNER="qemu-s390x -L /musl-s390x" \
16 RUSTFLAGS='-Clink-args=-lgcc -L /musl-s390x/lib' \
17 PATH=$PATH:/musl-s390x/bin:/rust/bin
/third_party/elfutils/tests/
Drun-elflint-test.sh52 testfiles testfile-s390x-hash-both
53 testrun ${abs_top_builddir}/src/elflint -q --gnu-ld testfile-s390x-hash-both
56 tempfiles testfile-s390x-hash-bothz
57 …builddir}/src/elfcompress -f -q --name='.s??tab' -o testfile-s390x-hash-bothz testfile-s390x-hash-…
58 testrun ${abs_top_builddir}/src/elflint -q --gnu-ld testfile-s390x-hash-bothz
Drun-backtrace-core-s390x.sh20 check_core s390x
/third_party/openssl/crypto/sha/
Dbuild.info26 $SHA1ASM_s390x=sha1-s390x.S sha256-s390x.S sha512-s390x.S
62 $KECCAK1600ASM_s390x=keccak1600-s390x.S
157 GENERATE[sha1-s390x.S]=asm/sha1-s390x.pl
158 INCLUDE[sha1-s390x.o]=..
159 GENERATE[sha256-s390x.S]=asm/sha512-s390x.pl
160 INCLUDE[sha256-s390x.o]=..
161 GENERATE[sha512-s390x.S]=asm/sha512-s390x.pl
162 INCLUDE[sha512-s390x.o]=..
163 GENERATE[keccak1600-s390x.S]=asm/keccak1600-s390x.pl
/third_party/openssl/crypto/chacha/
Dbuild.info10 $CHACHAASM_s390x=chacha-s390x.S
36 INCLUDE[chacha-s390x.o]=..
38 GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl
/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh96 elif [[ "$ARCH" == s390x ]]; then
97 if [[ $host_machine == s390x ]];then
152 elif [[ "$ARCH" == s390x ]]; then
153 if [[ $host_machine != s390x ]];then
229 elif [[ "$ARCH" == s390x ]]; then
Dbuild-zip.sh24 dist/<TARGET>-<VERSION_NUMBER>-linux-s390x.zip
41 linux-s390x.zip linux-s390x.exe \
/third_party/openssl/crypto/poly1305/
Dbuild.info14 $POLY1305ASM_s390x=poly1305-s390x.S
52 INCLUDE[poly1305-s390x.o]=..
53 GENERATE[poly1305-s390x.S]=asm/poly1305-s390x.pl
/third_party/rust/crates/libc/ci/
Dlinux-s390x.sh9 curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/…
10 curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/…
19 cp /usr/s390x-linux-gnu/lib/libgcc_s.so.1 usr/lib/
Dinstall-musl.sh63 s390x)
64 musl_arch=s390x
66 CC=s390x-linux-gnu-gcc \
/third_party/openssl/crypto/bn/
Dbuild.info59 $BNASM_s390x=bn_asm.c s390x-mont.S
61 $BNASM_s390x=asm/s390x.S s390x-mont.S
64 $BNASM_s390x_ec2m=s390x-gf2m.s
155 GENERATE[s390x-mont.S]=asm/s390x-mont.pl
156 GENERATE[s390x-gf2m.s]=asm/s390x-gf2m.pl
/third_party/openssl/crypto/rc4/
Dbuild.info7 $RC4ASM_s390x=rc4-s390x.s
36 GENERATE[rc4-s390x.s]=asm/rc4-s390x.pl
/third_party/openssl/crypto/modes/
Dbuild.info22 $MODESASM_s390x=ghash-s390x.S
80 GENERATE[ghash-s390x.S]=asm/ghash-s390x.pl
81 INCLUDE[ghash-s390x.o]=..
/third_party/libunwind/
DMakefile.am45 include_HEADERS += include/libunwind-s390x.h
96 include/tdep-s390x/dwarf-config.h \
97 include/tdep-s390x/jmpbuf.h include/tdep-s390x/libunwind_i.h \
/third_party/protobuf/kokoro/release/protoc/linux/
Dbuild.sh25 sudo apt install -y g++-s390x-linux-gnu
26 protoc-artifacts/build-protoc.sh linux s390x protoc
/third_party/openssl/crypto/aes/
Dbuild.info27 $AESASM_s390x=aes-s390x.S
125 GENERATE[aes-s390x.S]=asm/aes-s390x.pl
126 INCLUDE[aes-s390x.o]=..
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Dmod.rs112 mod s390x;
113 pub use self::s390x::*;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmod.rs155 mod s390x;
156 pub use self::s390x::*;
/third_party/node/tools/v8_gypfiles/
Dtoolchain.gypi112 host_arch=="s390x" or \
124 target_arch=="s390x" or clang==1', {
279 ['v8_target_arch=="s390x"', {
285 ['v8_target_arch=="s390x"', {
298 }], # s390x
1011 ['host_arch=="s390x"', {
1029 ['host_arch=="s390x"', {
1047 v8_target_arch=="ppc64" or v8_target_arch=="s390x")', {

123456