diff options
Diffstat (limited to 'sys/crypto/openssl/amd64/chacha-x86_64.S')
-rw-r--r-- | sys/crypto/openssl/amd64/chacha-x86_64.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/crypto/openssl/amd64/chacha-x86_64.S b/sys/crypto/openssl/amd64/chacha-x86_64.S index 8755c7043580..15b457fbc5ac 100644 --- a/sys/crypto/openssl/amd64/chacha-x86_64.S +++ b/sys/crypto/openssl/amd64/chacha-x86_64.S @@ -3,6 +3,7 @@ +.section .rodata .align 64 .Lzero: .long 0,0,0,0 @@ -34,6 +35,7 @@ .Lsigma: .byte 101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107,0 .byte 67,104,97,67,104,97,50,48,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 +.previous .globl ChaCha20_ctr32 .type ChaCha20_ctr32,@function .align 64 |