zero_hash         218 drivers/crypto/ux500/hash/hash_core.c 		u8 *zero_hash, u32 *zero_hash_size, bool *zero_digest)
zero_hash         230 drivers/crypto/ux500/hash/hash_core.c 			memcpy(zero_hash, &sha1_zero_message_hash[0],
zero_hash         236 drivers/crypto/ux500/hash/hash_core.c 			memcpy(zero_hash, &sha256_zero_message_hash[0],
zero_hash         249 drivers/crypto/ux500/hash/hash_core.c 				memcpy(zero_hash, &zero_message_hmac_sha1[0],
zero_hash         254 drivers/crypto/ux500/hash/hash_core.c 				memcpy(zero_hash, &zero_message_hmac_sha256[0],
zero_hash         985 drivers/crypto/ux500/hash/hash_core.c 		u8 zero_hash[SHA256_DIGEST_SIZE];
zero_hash         992 drivers/crypto/ux500/hash/hash_core.c 		ret = get_empty_message_digest(device_data, &zero_hash[0],
zero_hash         996 drivers/crypto/ux500/hash/hash_core.c 			memcpy(req->result, &zero_hash[0], ctx->digestsize);