Add missing GFp_ prefix to GFp_bsaes_ctr32_encrypt_blocks.

The prefix was accidentally removed during a merge.
This commit is contained in:
Brian Smith 2019-07-02 09:54:51 -10:00
parent 0c21917a7f
commit 0d97b47bc8

View File

@ -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