| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Hash Info: Hash algorithms information |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (c) 2013 Dmitry Kasatkin <d.kasatkin@samsung.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License as published by the Free |
|---|
| 8 | | - * Software Foundation; either version 2 of the License, or (at your option) |
|---|
| 9 | | - * any later version. |
|---|
| 10 | | - * |
|---|
| 11 | 6 | */ |
|---|
| 12 | 7 | |
|---|
| 13 | 8 | #ifndef _CRYPTO_HASH_INFO_H |
|---|
| .. | .. |
|---|
| 15 | 10 | |
|---|
| 16 | 11 | #include <crypto/sha.h> |
|---|
| 17 | 12 | #include <crypto/md5.h> |
|---|
| 13 | +#include <crypto/streebog.h> |
|---|
| 18 | 14 | |
|---|
| 19 | 15 | #include <uapi/linux/hash_info.h> |
|---|
| 20 | 16 | |
|---|