Home
last modified time | relevance | path

Searched refs:sha1 (Results 1 – 25 of 164) sorted by relevance

1234567

/openbmc/qemu/tests/qemu-iotests/
H A D149.out1 # ================= dm-crypt aes-256-xts-plain64-sha1 =================
3 truncate TEST_DIR/luks-aes-256-xts-plain64-sha1.img --size 4194304MB
5 …xts-plain64 --key-size 512 --hash sha1 --key-slot 0 --key-file - --iter-time 10 TEST_DIR/luks-aes-…
7 …etup -q -v luksOpen TEST_DIR/luks-aes-256-xts-plain64-sha1.img qiotest-145-aes-256-xts-plain64-sha1
9 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1
10 … 100M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-aes-256-xts-plain64-sha1
15 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-xts-plain64-sha1
16 …5728M 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-aes-256-xts-plain64-sha1
21 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1
23 …4 --image-opts driver=luks,key-secret=sec0,file.filename=TEST_DIR/luks-aes-256-xts-plain64-sha1.img
[all …]
/openbmc/qemu/tests/tcg/arm/
H A DMakefile.target71 sha1-vector: CFLAGS=-O3
72 sha1-vector: sha1.c
74 run-sha1-vector: sha1-vector run-sha1
76 $(call diff-out, sha1-vector, sha1.out)
78 ARM_TESTS += sha1-vector
/openbmc/linux/arch/powerpc/crypto/
H A DMakefile10 obj-$(CONFIG_CRYPTO_SHA1_PPC) += sha1-powerpc.o
11 obj-$(CONFIG_CRYPTO_SHA1_PPC_SPE) += sha1-ppc-spe.o
22 sha1-powerpc-y := sha1-powerpc-asm.o sha1.o
23 sha1-ppc-spe-y := sha1-spe-asm.o sha1-spe-glue.o
/openbmc/linux/arch/arm/crypto/
H A DMakefile8 obj-$(CONFIG_CRYPTO_SHA1_ARM) += sha1-arm.o
9 obj-$(CONFIG_CRYPTO_SHA1_ARM_NEON) += sha1-arm-neon.o
20 obj-$(CONFIG_CRYPTO_SHA1_ARM_CE) += sha1-arm-ce.o
28 sha1-arm-y := sha1-armv4-large.o sha1_glue.o
29 sha1-arm-neon-y := sha1-armv7-neon.o sha1_neon_glue.o
36 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o
/openbmc/linux/drivers/net/ppp/
H A Dppp_mppe.c93 struct shash_desc *sha1; member
133 crypto_shash_init(state->sha1); in get_new_key_from_sha()
134 crypto_shash_update(state->sha1, state->master_key, in get_new_key_from_sha()
136 crypto_shash_update(state->sha1, sha_pad->sha_pad1, in get_new_key_from_sha()
138 crypto_shash_update(state->sha1, state->session_key, in get_new_key_from_sha()
140 crypto_shash_update(state->sha1, sha_pad->sha_pad2, in get_new_key_from_sha()
142 crypto_shash_final(state->sha1, state->sha1_digest); in get_new_key_from_sha()
191 state->sha1 = kmalloc(sizeof(*state->sha1) + in mppe_alloc()
194 if (!state->sha1) { in mppe_alloc()
198 state->sha1->tfm = shash; in mppe_alloc()
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A DMakefile.target86 sha1-vector: CFLAGS=-O3
87 sha1-vector: sha1.c
89 run-sha1-vector: sha1-vector run-sha1
91 $(call diff-out, sha1-vector, sha1.out)
93 TESTS += sha1-vector
/openbmc/u-boot/doc/
H A DREADME.sha110 => help sha1
11 sha1 address len [addr] calculate the SHA1 sum [save at addr]
15 "sha1 -p"
18 "sha1 -c"
24 "sha1 address len"
50 "sha1 300000 60000 35ffe0"
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch24 libiberty/sha1.c | 10 ++++++++++
27 diff --git a/libiberty/sha1.c b/libiberty/sha1.c
29 --- a/libiberty/sha1.c
30 +++ b/libiberty/sha1.c
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch24 libiberty/sha1.c | 10 ++++++++++
27 diff --git a/libiberty/sha1.c b/libiberty/sha1.c
29 --- a/libiberty/sha1.c
30 +++ b/libiberty/sha1.c
/openbmc/u-boot/doc/uImage.FIT/
H A Dupdate3.its19 algo = "sha1";
29 algo = "sha1";
40 algo = "sha1";
H A Dsign-configs.its18 algo = "sha1";
29 algo = "sha1";
39 algo = "sha1,rsa2048";
H A Dmulti.its25 algo = "sha1";
39 algo = "sha1";
67 algo = "sha1";
104 algo = "sha1";
H A Dbeaglebone_vboot.txt142 algo = "sha1";
152 algo = "sha1";
162 algo = "sha1,rsa2048";
224 Hash algo: sha1
233 Hash algo: sha1
252 Verifying Hash Integrity ... sha1,rsa2048:dev+
256 sha1,rsa2048:dev+
269 Hash algo: sha1
272 sha1+
285 Hash algo: sha1
[all …]
H A Dhowto.txt12 with sha1 and md5 checksums.
100 Hash algo: sha1
145 Hash algo: sha1
167 Hash algo: sha1
169 Verifying Hash Integrity ... crc32+ sha1+ OK
210 Hash algo: sha1
220 Hash algo: sha1
260 Hash algo: sha1
271 Hash algo: sha1
293 Hash algo: sha1
[all …]
H A Dkernel.its25 algo = "sha1";
60 algo = "sha1";
74 algo = "sha1";
/openbmc/u-boot/test/py/tests/vboot/
H A Dsign-configs-sha1.its18 algo = "sha1";
29 algo = "sha1";
39 algo = "sha1,rsa2048";
H A Dsign-configs-sha1-pss.its18 algo = "sha1";
29 algo = "sha1";
39 algo = "sha1,rsa2048";
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom.py110 sha1 = hashlib.sha1()
115 sha1.update(chunk)
120 return (doc, sha1.hexdigest())
/openbmc/openbmc-test-automation/security/
H A Dtest_bmc_ssh_security.robot34 # diffie-hellman-group14-sha1
41 # hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,
42 # umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
44 # hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,
45 # umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A D0002-make-Do-not-enforce-c99.patch34 -libMisc_a_SOURCES += sha1.c sha1.h sha256.c sha256.h sha512.c sha512.h
36 +libMisc_a_SOURCES += sha1.c sha1.h sha256.c sha256.h sha512.c sha512.h
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target63 run-gdbstub-sha1: sha1
67 --bin $< --test $(MULTIARCH_SRC)/gdbstub/sha1.py, \
70 run-gdbstub-qxfer-auxv-read: sha1
84 run-gdbstub-proc-mappings: sha1
137 EXTRA_RUNS += run-gdbstub-sha1 run-gdbstub-qxfer-auxv-read \
/openbmc/qemu/crypto/
H A Dpbkdf-nettle.c55 struct hmac_sha1_ctx sha1; in qcrypto_pbkdf2() member
81 hmac_sha1_set_key(&ctx.sha1, nkey, key); in qcrypto_pbkdf2()
82 PBKDF2(&ctx.sha1, hmac_sha1_update, hmac_sha1_digest, in qcrypto_pbkdf2()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/
H A Dfixes.patch71 diff --git a/src/libzsync/sha1.h b/src/libzsync/sha1.h
73 --- a/src/libzsync/sha1.h
74 +++ b/src/libzsync/sha1.h
/openbmc/u-boot/doc/chromium/
H A Dchromebook_jerry.its18 algo = "sha1";
29 algo = "sha1";
H A Dnyan-big.its18 algo = "sha1";
29 algo = "sha1";

1234567