.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * sha1-ce-core.S - SHA-1 secure hash using ARMv8 Crypto Extensions |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2015 Linaro Ltd. |
---|
5 | 6 | * Author: Ard Biesheuvel <ard.biesheuvel@linaro.org> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License version 2 as |
---|
9 | | - * published by the Free Software Foundation. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #include <linux/linkage.h> |
---|
13 | 10 | #include <asm/assembler.h> |
---|
14 | 11 | |
---|
15 | 12 | .text |
---|
| 13 | + .arch armv8-a |
---|
16 | 14 | .fpu crypto-neon-fp-armv8 |
---|
17 | 15 | |
---|
18 | 16 | k0 .req q0 |
---|