| /drivers/crypto/nx/ |
| A D | nx-sha256.c | 77 memcpy(csbcpb->cpb.sha256.message_digest, sctx->state, SHA256_DIGEST_SIZE); in nx_sha256_update() 114 memcpy(csbcpb->cpb.sha256.input_partial_digest, in nx_sha256_update() 115 csbcpb->cpb.sha256.message_digest, in nx_sha256_update() 135 memcpy(sctx->state, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE); in nx_sha256_update() 163 memcpy(csbcpb->cpb.sha256.input_partial_digest, sctx->state, SHA256_DIGEST_SIZE); in nx_sha256_finup() 168 csbcpb->cpb.sha256.message_bit_length = (u64) (sctx->count * 8); in nx_sha256_finup() 200 memcpy(out, csbcpb->cpb.sha256.message_digest, SHA256_DIGEST_SIZE); in nx_sha256_finup()
|
| A D | Makefile | 10 nx-sha256.o \
|
| A D | nx_csbcpb.h | 130 struct cop_symcpb_sha256 sha256; member
|
| /drivers/platform/x86/ |
| A D | touchscreen_dmi.c | 104 .sha256 = { 0xc0, 0x88, 0xc5, 0xef, 0xd1, 0x70, 0x77, 0x59, 149 .sha256 = { 0xfd, 0x0a, 0x08, 0x08, 0x3c, 0xa6, 0x34, 0x4e, 180 .sha256 = { 0xdb, 0x92, 0x68, 0xa8, 0xdb, 0x81, 0x31, 0x00, 206 .sha256 = { 0xf7, 0xc0, 0xe8, 0x5a, 0x6c, 0xf2, 0xeb, 0x8d, 236 .sha256 = { 0x93, 0xe5, 0x49, 0xe0, 0xb6, 0xa2, 0xb4, 0xb3, 320 .sha256 = { 0xff, 0x62, 0x2d, 0xd1, 0x8a, 0x78, 0x04, 0x7b, 627 .sha256 = { 0x8f, 0xbd, 0x8f, 0x0c, 0x6b, 0xba, 0x5b, 0xf5, 712 .sha256 = { 0xd0, 0x58, 0xc4, 0x7d, 0x55, 0x2d, 0x62, 0x18, 937 .sha256 = { 0x9d, 0xb0, 0x3d, 0xf1, 0x00, 0x3c, 0xb5, 0x25, 962 .sha256 = { 0x9d, 0xb0, 0x3d, 0xf1, 0x00, 0x3c, 0xb5, 0x25,
|
| /drivers/crypto/ |
| A D | padlock-sha.c | 330 struct shash_alg *sha256; in padlock_init() local 339 sha256 = &sha256_alg; in padlock_init() 342 sha256 = &sha256_alg_nano; in padlock_init() 349 rc = crypto_register_shash(sha256); in padlock_init()
|
| A D | sa2ul.c | 412 struct sha256_state *sha256; in sa_export_shash() local 421 sha256 = state; in sa_export_shash() 422 result = sha256->state; in sa_export_shash() 443 struct sha256_state sha256; in sa_prepare_iopads() member
|
| /drivers/firmware/efi/ |
| A D | embedded-firmware.c | 56 sha256(map + i, desc->length, hash); in efi_check_md_for_embedded_firmware() 57 if (memcmp(hash, desc->sha256, 32) == 0) in efi_check_md_for_embedded_firmware()
|
| /drivers/crypto/intel/qat/qat_common/ |
| A D | qat_algs.c | 76 struct sha256_state sha256; member 163 if (crypto_shash_export_core(shash, &ctx->sha256)) in qat_alg_do_precomputes() 166 *hash_state_out = cpu_to_be32(ctx->sha256.state[i]); in qat_alg_do_precomputes() 199 if (crypto_shash_export_core(shash, &ctx->sha256)) in qat_alg_do_precomputes() 202 *hash_state_out = cpu_to_be32(ctx->sha256.state[i]); in qat_alg_do_precomputes()
|
| /drivers/crypto/intel/keembay/ |
| A D | Kconfig | 72 Provides OCS HCU hardware acceleration of sha256, sha384, sha512, and
|
| /drivers/crypto/marvell/octeontx/ |
| A D | otx_cptvf_algs.c | 722 struct sha256_state *sha256; in swap_pad() local 732 sha256 = (struct sha256_state *)pad; in swap_pad() 733 swap_data32(sha256->state, SHA256_DIGEST_SIZE); in swap_pad()
|
| /drivers/crypto/marvell/octeontx2/ |
| A D | otx2_cptvf_algs.c | 811 struct sha256_state *sha256; in swap_pad() local 821 sha256 = (struct sha256_state *)pad; in swap_pad() 822 swap_data32(sha256->state, SHA256_DIGEST_SIZE); in swap_pad()
|
| /drivers/char/tpm/ |
| A D | tpm-sysfs.c | 489 PCR_ATTR_BUILD(TPM_ALG_SHA256, sha256);
|
| A D | tpm2-sessions.c | 1099 sha256(&buf->data[offset_r], len, name + 2); in tpm2_parse_create_primary()
|
| /drivers/base/firmware_loader/ |
| A D | main.c | 815 sha256(fw->data, fw->size, digest); in fw_log_firmware_info()
|
| /drivers/net/usb/ |
| A D | r8152.c | 4636 sha256(fw_hdr->version, size - sizeof(checksum), checksum); in rtl8152_fw_verify_checksum()
|