Skip to content

Commit

Permalink
Addressing PR comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nebeid committed Jul 29, 2024
1 parent 55ad421 commit 2e37583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/aes/asm/aesni-x86_64.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,7 @@ sub aesni_generate8 {
movb \$1,BORINGSSL_function_hit(%rip)
#endif
cmp \$1,$len
jb .Lctr32_epilogue # if $len < 1, go to done
jne .Lctr32_bulk
# handle single block without allocating stack frame,
Expand All @@ -1234,7 +1235,6 @@ sub aesni_generate8 {
.align 16
.Lctr32_bulk:
jb .Lctr32_epilogue # if $len < 1, go to done
lea (%rsp),$key_ # use $key_ as frame pointer
.cfi_def_cfa_register $key_
push %rbp
Expand Down

0 comments on commit 2e37583

Please sign in to comment.