| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Fast SHA-1 implementation for SPE instruction set (PPC) |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * http://cache.freescale.com/files/32bit/doc/app_note/AN2665.pdf |
|---|
| 8 | 9 | * |
|---|
| 9 | 10 | * Copyright (c) 2015 Markus Stockhausen <stockhausen@collogia.de> |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 12 | | - * under the terms of the GNU General Public License as published by the Free |
|---|
| 13 | | - * Software Foundation; either version 2 of the License, or (at your option) |
|---|
| 14 | | - * any later version. |
|---|
| 15 | | - * |
|---|
| 16 | 11 | */ |
|---|
| 17 | 12 | |
|---|
| 18 | 13 | #include <asm/ppc_asm.h> |
|---|