/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0013-sha256.h-avoid-inclusion-of-sys-types.h.patch | 4 Subject: [PATCH] sha256.h: avoid inclusion of sys/types.h 15 util_lib/include/sha256.h | 4 ++++ 18 diff --git a/util_lib/include/sha256.h b/util_lib/include/sha256.h 20 --- a/util_lib/include/sha256.h 21 +++ b/util_lib/include/sha256.h
|
/openbmc/u-boot/test/trace/ |
H A D | test-trace.sh | 17 hash sha256 0 10000 20 hash sha256 0 10000 23 hash sha256 0 10000 34 if [ $(grep -c sha256 ${tmp}) -ne 6 ]; then
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | migrate-bitmaps-test | 72 def check_bitmap(self, vm, sha256): argument 75 if sha256: 76 self.assert_qmp(result, 'return/sha256', sha256) 99 sha256 = get_bitmap_hash(self.vm_a) 113 self.check_bitmap(self.vm_a, False if removed else sha256) 118 self.check_bitmap(self.vm_a, sha256) 134 self.check_bitmap(self.vm_a, sha256 if persistent else False) 164 sha256 = get_bitmap_hash(self.vm_a) 191 self.check_bitmap(self.vm_b, sha256 if should_migrate else False) 208 self.check_bitmap(self.vm_b, sha256 if persistent else False)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 165 | 56 def checkBitmap(self, sha256): argument 59 self.assert_qmp(result, 'return/sha256', sha256); 76 sha256 = self.getSha256() 94 self.checkBitmap(sha256) 96 sha256 = self.getSha256() 101 self.checkBitmap(sha256)
|
H A D | 149.out | 710 # ================= dm-crypt aes-256-cbc-essiv-sha256-sha1 ================= 712 truncate TEST_DIR/luks-aes-256-cbc-essiv-sha256-sha1.img --size 4194304MB 714 …ipher aes-cbc-essiv:sha256 --key-size 256 --hash sha1 --key-slot 0 --key-file - --iter-time 10 TES… 716 …up -q -v luksOpen TEST_DIR/luks-aes-256-cbc-essiv-sha256-sha1.img qiotest-145-aes-256-cbc-essiv-sh… 718 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-cbc-essiv-sha256-sha1 719 … 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-aes-256-cbc-essiv-sha256-sha1 724 sudo chown UID:GID /dev/mapper/qiotest-145-aes-256-cbc-essiv-sha256-sha1 725 … 10M --image-opts driver=host_device,filename=/dev/mapper/qiotest-145-aes-256-cbc-essiv-sha256-sha1 730 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-essiv-sha256-sha1 732 …mage-opts driver=luks,key-secret=sec0,file.filename=TEST_DIR/luks-aes-256-cbc-essiv-sha256-sha1.img [all …]
|
H A D | 207.out | 75 --- explicit sha256 key checking -- 77 …location": {"host-key-check": {"hash": "wrong", "mode": "hash", "type": "sha256"}, "path": "TEST_D… 79 Job failed: remote host key fingerprint 'sha256:HASH' does not match host_key_check 'sha256:wrong' 83 …"location": {"host-key-check": {"hash": "HASH", "mode": "hash", "type": "sha256"}, "path": "TEST_D…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-define-__THROW-to-avoid-build-issue-with-musl.patch | 13 genisoimage/sha256.h | 4 ++++ 17 diff --git a/genisoimage/sha256.h b/genisoimage/sha256.h 19 --- a/genisoimage/sha256.h 20 +++ b/genisoimage/sha256.h
|
/openbmc/linux/arch/arm/crypto/ |
H A D | Makefile | 10 obj-$(CONFIG_CRYPTO_SHA256_ARM) += sha256-arm.o 30 sha256-arm-neon-$(CONFIG_KERNEL_MODE_NEON) := sha256_neon_glue.o 31 sha256-arm-y := sha256-core.o sha256_glue.o $(sha256-arm-neon-y) 54 clean-files += poly1305-core.S sha256-core.S sha512-core.S
|
/openbmc/openbmc/meta-security/recipes-ids/aide/aide/ |
H A D | aide.conf | 54 FIPSR = p+u+g+s+acl+xattrs+sha256 64 ALLXTRAHASHES = sha1+rmd160+sha256+sha512+tiger 86 DATAONLY = p+u+g+s+acl+xattrs+sha256
|
/openbmc/u-boot/test/py/tests/vboot/ |
H A D | sign-configs-sha256.its | 18 algo = "sha256"; 29 algo = "sha256"; 39 algo = "sha256,rsa2048";
|
H A D | sign-configs-sha256-pss.its | 18 algo = "sha256"; 29 algo = "sha256"; 39 algo = "sha256,rsa2048";
|
H A D | sign-images-sha256.its | 18 algo = "sha256,rsa2048"; 30 algo = "sha256,rsa2048";
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-sha256.c | 88 memcpy(csbcpb->cpb.sha256.message_digest, sctx->state, SHA256_DIGEST_SIZE); in nx_sha256_update() 149 memcpy(csbcpb->cpb.sha256.input_partial_digest, in nx_sha256_update() 150 csbcpb->cpb.sha256.message_digest, in nx_sha256_update() 175 memcpy(sctx->state, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE); in nx_sha256_update() 204 memcpy(csbcpb->cpb.sha256.input_partial_digest, sctx->state, SHA256_DIGEST_SIZE); in nx_sha256_final() 212 csbcpb->cpb.sha256.message_bit_length = (u64) (sctx->count * 8); in nx_sha256_final() 245 memcpy(out, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE); in nx_sha256_final()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | Makefile | 62 obj-$(CONFIG_CRYPTO_SHA256_ARM64) += sha256-arm64.o 63 sha256-arm64-y := sha256-glue.o sha256-core.o 90 $(obj)/sha256-core.S: $(src)/sha512-armv8.pl 93 clean-files += poly1305-core.S sha256-core.S sha512-core.S
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | Makefile | 12 obj-$(CONFIG_CRYPTO_SHA256_PPC_SPE) += sha256-ppc-spe.o 24 sha256-ppc-spe-y := sha256-spe-asm.o sha256-spe-glue.o
|
/openbmc/linux/net/mptcp/ |
H A D | crypto.c | 36 sha256((__force u8 *)&input, sizeof(input), (u8 *)mptcp_hashed_key); in mptcp_crypto_key_sha() 69 sha256(input, SHA256_BLOCK_SIZE + len, &input[SHA256_BLOCK_SIZE]); in mptcp_crypto_hmac_sha() 78 sha256(input, SHA256_BLOCK_SIZE + SHA256_DIGEST_SIZE, hmac); in mptcp_crypto_hmac_sha()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
H A D | 0002-make-Do-not-enforce-c99.patch | 34 -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
|
H A D | 0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 27 Misc/sha256.c | 12 +++++++++++- 77 diff --git a/Misc/sha256.c b/Misc/sha256.c 79 --- a/Misc/sha256.c 80 +++ b/Misc/sha256.c
|
/openbmc/linux/fs/crypto/ |
H A D | fname.c | 61 u8 sha256[SHA256_DIGEST_SIZE]; member 69 #define FSCRYPT_NOKEY_NAME_MAX offsetofend(struct fscrypt_nokey_name, sha256) 392 offsetof(struct fscrypt_nokey_name, sha256)); in fscrypt_fname_disk_to_usr() 404 sha256(&iname->name[sizeof(nokey_name.bytes)], in fscrypt_fname_disk_to_usr() 406 nokey_name.sha256); in fscrypt_fname_disk_to_usr() 492 (ret > offsetof(struct fscrypt_nokey_name, sha256) && in fscrypt_setup_filename() 546 sha256(&de_name[sizeof(nokey_name->bytes)], in fscrypt_match_name() 548 return !memcmp(digest, nokey_name->sha256, sizeof(digest)); in fscrypt_match_name()
|
/openbmc/linux/arch/s390/purgatory/ |
H A D | Makefile | 5 purgatory-y := head.o purgatory.o string.o sha256.o mem.o 10 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Makefile | 57 obj-$(CONFIG_CRYPTO_SHA256_SSSE3) += sha256-ssse3.o 58 sha256-ssse3-y := sha256-ssse3-asm.o sha256-avx-asm.o sha256-avx2-asm.o sha256_ssse3_glue.o 59 sha256-ssse3-$(CONFIG_AS_SHA256_NI) += sha256_ni_asm.o
|
/openbmc/qemu/crypto/ |
H A D | pbkdf-nettle.c | 57 struct hmac_sha256_ctx sha256; in qcrypto_pbkdf2() member 93 hmac_sha256_set_key(&ctx.sha256, nkey, key); in qcrypto_pbkdf2() 94 PBKDF2(&ctx.sha256, hmac_sha256_update, hmac_sha256_digest, in qcrypto_pbkdf2()
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_ssh_security.robot | 31 # debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256, 32 # ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256, 33 … diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256,
|
/openbmc/linux/arch/x86/purgatory/ |
H A D | Makefile | 4 purgatory-y := purgatory.o stack.o setup-x86_$(BITS).o sha256.o entry64.o string.o 12 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
|
/openbmc/u-boot/doc/ |
H A D | README.uniphier | 155 algo = "sha256"; 166 algo = "sha256"; 178 algo = "sha256"; 192 algo = "sha256,rsa2048"; 272 Verifying Hash Integrity ... sha256,rsa2048:dev+ OK 284 Hash algo: sha256 286 Verifying Hash Integrity ... sha256+ OK 300 Hash algo: sha256 302 Verifying Hash Integrity ... sha256+ OK 313 Hash algo: sha256 [all …]
|