Ruchika Gupta | b9eebfa | 2014-10-15 11:35:30 +0530 | [diff] [blame^] | 1 | /* |
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 | |||||
14 | void 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 |