blob: ed61579ac06aacf2d22c46f26b3049426db1a5a5 [file] [log] [blame]
Ruchika Guptab9eebfa2014-10-15 11:35:30 +05301/*
2 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 *
6 */
7
8#ifndef __JOBDESC_H
9#define __JOBDESC_H
10
11#include <common.h>
12#include <asm/io.h>
13
14void inline_cnstr_jobdesc_hash(uint32_t *desc,
15 const uint8_t *msg, uint32_t msgsz, uint8_t *digest,
16 u32 alg_type, uint32_t alg_size, int sg_tbl);
17
18#endif