projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251718e
)
Fine reading of manual suggests that km can return non-normal completion code.
author
Andy Polyakov
<appro@openssl.org>
Thu, 3 May 2007 07:26:27 +0000
(07:26 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 3 May 2007 07:26:27 +0000
(07:26 +0000)
crypto/aes/asm/aes-s390x.pl
patch
|
blob
|
history
diff --git
a/crypto/aes/asm/aes-s390x.pl
b/crypto/aes/asm/aes-s390x.pl
index 3fcb9a6c299b70298f25d6032c6c6393d1fbb96b..c09e140e615d2c11480d2ccb28e8deac3aa7890c 100644
(file)
--- a/
crypto/aes/asm/aes-s390x.pl
+++ b/
crypto/aes/asm/aes-s390x.pl
@@
-143,7
+143,7
@@
AES_encrypt:
la %r4,0($out)
lghi %r3,16 # single block length
.long 0xb92e0042 # km %r4,%r2
- b
r
%r14
+ b
cr 8,
%r14
.Lesoft:
stmg %r3,%r15,24($sp)
@@
-452,7
+452,7
@@
AES_decrypt:
la %r4,0($out)
lghi %r3,16 # single block length
.long 0xb92e0042 # km %r4,%r2
- b
r
%r14
+ b
cr 8,
%r14
.Ldsoft:
stmg %r3,%r15,24($sp)