Skip to content

Commit

Permalink
avx2: [aes-gcm] clear stack frame location
Browse files Browse the repository at this point in the history
  • Loading branch information
tkanteck authored and pablodelara committed Oct 10, 2024
1 parent 4e8cdcf commit 2c68d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/include/gcm_vaes_avx2.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,7 @@ align 32

%%_small_initial_compute_hash:
;; Final hash is now in T3 (xmm14 really)
vmovdqa [rsp + TMP1], xmm14 ;; @todo overwrite this location with current hash value
vmovdqa xmm9, [rsp + TMP3] ;; keep last counter block into xmm9
%endmacro ; INITIAL_BLOCKS_PARTIAL

Expand Down

0 comments on commit 2c68d3f

Please sign in to comment.