diff --git a/crypto/cipher/asm/chacha20_poly1305_x86_64.pl b/crypto/cipher/asm/chacha20_poly1305_x86_64.pl index 4a206b899..44590c2fa 100644 --- a/crypto/cipher/asm/chacha20_poly1305_x86_64.pl +++ b/crypto/cipher/asm/chacha20_poly1305_x86_64.pl @@ -453,7 +453,6 @@ chacha20_poly1305_open: .cfi_offset r13, -40 .cfi_offset r14, -48 .cfi_offset r15, -56 -.cfi_offset $keyp, -64 lea 32(%rsp), %rbp and \$-32, %rbp mov %rdx, 8+$len_store @@ -852,7 +851,6 @@ chacha20_poly1305_seal: .cfi_offset r13, -40 .cfi_offset r14, -48 .cfi_offset r15, -56 -.cfi_offset $keyp, -64 lea 32(%rsp), %rbp and \$-32, %rbp mov %rdx, 8+$len_store diff --git a/crypto/curve25519/asm/x25519-asm-x86_64.S b/crypto/curve25519/asm/x25519-asm-x86_64.S index 72f69dbcd..dc8df94f7 100644 --- a/crypto/curve25519/asm/x25519-asm-x86_64.S +++ b/crypto/curve25519/asm/x25519-asm-x86_64.S @@ -143,8 +143,6 @@ movq %rbx,-40(%rsp) .cfi_rel_offset rbx, -40 movq %rbp,-48(%rsp) .cfi_rel_offset rbp, -48 -movq %rdi,-56(%rsp) -.cfi_rel_offset rdi, -56 mov %rdx,%rcx movq 24(%rsi),%rdx imulq $19,%rdx,%rax