Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
910e3ca1
K
Kernel
项目概览
openeuler
/
Kernel
接近 2 年 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
910e3ca1
编写于
9月 21, 2018
作者:
H
Herbert Xu
浏览文件
操作
浏览文件
下载
差异文件
Merge
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Merge crypto-2.6 to resolve caam conflict with skcipher conversion.
上级
41a9aca6
13cc6f48
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
2 addition
and
7 deletion
+2
-7
arch/x86/crypto/aegis128-aesni-glue.c
arch/x86/crypto/aegis128-aesni-glue.c
+0
-1
arch/x86/crypto/aegis128l-aesni-glue.c
arch/x86/crypto/aegis128l-aesni-glue.c
+0
-1
arch/x86/crypto/aegis256-aesni-glue.c
arch/x86/crypto/aegis256-aesni-glue.c
+0
-1
arch/x86/crypto/morus1280-sse2-glue.c
arch/x86/crypto/morus1280-sse2-glue.c
+0
-1
arch/x86/crypto/morus640-sse2-glue.c
arch/x86/crypto/morus640-sse2-glue.c
+0
-1
drivers/crypto/caam/caamalg.c
drivers/crypto/caam/caamalg.c
+2
-2
未找到文件。
arch/x86/crypto/aegis128-aesni-glue.c
浏览文件 @
910e3ca1
...
...
@@ -379,7 +379,6 @@ static int __init crypto_aegis128_aesni_module_init(void)
{
if
(
!
boot_cpu_has
(
X86_FEATURE_XMM2
)
||
!
boot_cpu_has
(
X86_FEATURE_AES
)
||
!
boot_cpu_has
(
X86_FEATURE_OSXSAVE
)
||
!
cpu_has_xfeatures
(
XFEATURE_MASK_SSE
,
NULL
))
return
-
ENODEV
;
...
...
arch/x86/crypto/aegis128l-aesni-glue.c
浏览文件 @
910e3ca1
...
...
@@ -379,7 +379,6 @@ static int __init crypto_aegis128l_aesni_module_init(void)
{
if
(
!
boot_cpu_has
(
X86_FEATURE_XMM2
)
||
!
boot_cpu_has
(
X86_FEATURE_AES
)
||
!
boot_cpu_has
(
X86_FEATURE_OSXSAVE
)
||
!
cpu_has_xfeatures
(
XFEATURE_MASK_SSE
,
NULL
))
return
-
ENODEV
;
...
...
arch/x86/crypto/aegis256-aesni-glue.c
浏览文件 @
910e3ca1
...
...
@@ -379,7 +379,6 @@ static int __init crypto_aegis256_aesni_module_init(void)
{
if
(
!
boot_cpu_has
(
X86_FEATURE_XMM2
)
||
!
boot_cpu_has
(
X86_FEATURE_AES
)
||
!
boot_cpu_has
(
X86_FEATURE_OSXSAVE
)
||
!
cpu_has_xfeatures
(
XFEATURE_MASK_SSE
,
NULL
))
return
-
ENODEV
;
...
...
arch/x86/crypto/morus1280-sse2-glue.c
浏览文件 @
910e3ca1
...
...
@@ -40,7 +40,6 @@ MORUS1280_DECLARE_ALGS(sse2, "morus1280-sse2", 350);
static
int
__init
crypto_morus1280_sse2_module_init
(
void
)
{
if
(
!
boot_cpu_has
(
X86_FEATURE_XMM2
)
||
!
boot_cpu_has
(
X86_FEATURE_OSXSAVE
)
||
!
cpu_has_xfeatures
(
XFEATURE_MASK_SSE
,
NULL
))
return
-
ENODEV
;
...
...
arch/x86/crypto/morus640-sse2-glue.c
浏览文件 @
910e3ca1
...
...
@@ -40,7 +40,6 @@ MORUS640_DECLARE_ALGS(sse2, "morus640-sse2", 400);
static
int
__init
crypto_morus640_sse2_module_init
(
void
)
{
if
(
!
boot_cpu_has
(
X86_FEATURE_XMM2
)
||
!
boot_cpu_has
(
X86_FEATURE_OSXSAVE
)
||
!
cpu_has_xfeatures
(
XFEATURE_MASK_SSE
,
NULL
))
return
-
ENODEV
;
...
...
drivers/crypto/caam/caamalg.c
浏览文件 @
910e3ca1
...
...
@@ -1493,8 +1493,8 @@ static struct skcipher_edesc *skcipher_edesc_alloc(struct skcipher_request *req,
edesc
->
src_nents
=
src_nents
;
edesc
->
dst_nents
=
dst_nents
;
edesc
->
sec4_sg_bytes
=
sec4_sg_bytes
;
edesc
->
sec4_sg
=
(
void
*
)
edesc
+
sizeof
(
struct
skcipher_edesc
)
+
desc_bytes
;
edesc
->
sec4_sg
=
(
struct
sec4_sg_entry
*
)((
u8
*
)
edesc
->
hw_desc
+
desc_bytes
)
;
/* Make sure IV is located in a DMAable area */
iv
=
(
u8
*
)
edesc
->
hw_desc
+
desc_bytes
+
sec4_sg_bytes
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录