Add missing GFp_
prefix to GFp_bsaes_ctr32_encrypt_blocks
.
The prefix was accidentally removed during a merge.
This commit is contained in:
parent
0c21917a7f
commit
0d97b47bc8
@ -938,7 +938,7 @@ $code.=<<___;
|
||||
.global GFp_bsaes_ctr32_encrypt_blocks
|
||||
.type GFp_bsaes_ctr32_encrypt_blocks,%function
|
||||
.align 5
|
||||
bsaes_ctr32_encrypt_blocks:
|
||||
GFp_bsaes_ctr32_encrypt_blocks:
|
||||
@ In OpenSSL, short inputs fall back to aes_nohw_* here. We patch this
|
||||
@ out to retain a constant-time implementation.
|
||||
mov ip, sp
|
||||
|
Loading…
x
Reference in New Issue
Block a user