repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
weix2025/toy | 42,295 | deps/boringssl/win-aarch64/crypto/fipsmodule/vpaes-armv8-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include <openssl/arm_arch.h>
.section .rodata
.align 7 // totally strategic alignment
_vpaes_... |
weix2025/toy | 82,204 | deps/boringssl/win-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__ >= 8
.arch armv8-a+crypto
.text
.globl aes_gc... |
weix2025/toy | 28,371 | deps/boringssl/win-aarch64/crypto/fipsmodule/sha1-armv8-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include <openssl/arm_arch.h>
.text
.globl sha1_block_data_order
.def sha1_block_data_order
... |
weix2025/toy | 10,892 | deps/boringssl/win-aarch64/crypto/fipsmodule/ghash-neon-armv8-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include <openssl/arm_arch.h>
.text
.globl gcm_init_neon
.def gcm_init_neon
.type 32
.endef... |
weix2025/toy | 7,433 | deps/boringssl/win-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include "openssl/arm_arch.h"
.text
.globl beeu_mod_inverse_vartime
.align 4
beeu_mod_inverse_... |
weix2025/toy | 49,069 | deps/boringssl/win-aarch64/crypto/fipsmodule/sha512-armv8-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
// Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
//
// Licensed under the... |
weix2025/toy | 37,795 | deps/boringssl/win-aarch64/crypto/fipsmodule/p256-armv8-asm-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include "openssl/arm_arch.h"
.section .rodata
.align 5
Lpoly:
.quad 0xffffffffffffffff,0x000000... |
weix2025/toy | 40,472 | deps/boringssl/win-aarch64/crypto/chacha/chacha-armv8-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include <openssl/arm_arch.h>
.section .rodata
.align 5
Lsigma:
.quad 0x3320646e61707865,0x6... |
weix2025/toy | 74,015 | deps/boringssl/win-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-win.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32)
#include <openssl/arm_arch.h>
.section .rodata
.align 7
Lchacha20_consts:
.byte 'e','x','p','a',... |
weix2025/toy | 9,066 | deps/boringssl/linux-arm/crypto/test/trampoline-armv4-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
.syntax unified
.arch armv7-a
.fpu vfp
.text
@ abi_test_trampoline loads callee-saved registers f... |
weix2025/toy | 6,298 | deps/boringssl/linux-arm/crypto/fipsmodule/ghash-armv4-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
#include <openssl/arm_arch.h>
@ Silence ARMv8 deprecated IT instruction warnings. This file is used... |
weix2025/toy | 64,245 | deps/boringssl/linux-arm/crypto/fipsmodule/sha256-armv4-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
@ Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
@
@ Licensed under the OpenS... |
weix2025/toy | 22,237 | deps/boringssl/linux-arm/crypto/fipsmodule/armv4-mont-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
#include <openssl/arm_arch.h>
@ Silence ARMv8 deprecated IT instruction warnings. This file is used... |
weix2025/toy | 19,359 | deps/boringssl/linux-arm/crypto/fipsmodule/aesv8-armv7-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.arch armv7-a @ don't confuse not-so-la... |
weix2025/toy | 6,814 | deps/boringssl/linux-arm/crypto/fipsmodule/ghashv8-armv7-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.fpu neon
.code 32
#undef __thumb2__
.g... |
weix2025/toy | 40,888 | deps/boringssl/linux-arm/crypto/fipsmodule/vpaes-armv7-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
.syntax unified
.arch armv7-a
.fpu neon
#if defined(__thumb2__)
.thumb
#else
.code 32
#endif
.tex... |
weix2025/toy | 31,982 | deps/boringssl/linux-arm/crypto/fipsmodule/sha1-armv4-large-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
#include <openssl/arm_arch.h>
.text
#if defined(__thumb2__)
.syntax unified
.thumb
#else
.code 32
#... |
weix2025/toy | 43,408 | deps/boringssl/linux-arm/crypto/fipsmodule/sha512-armv4-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
@ Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
@
@ Licensed under the OpenS... |
weix2025/toy | 32,442 | deps/boringssl/linux-arm/crypto/fipsmodule/bsaes-armv7-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
@ Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
@
@ Licensed under the OpenS... |
weix2025/toy | 29,286 | deps/boringssl/linux-arm/crypto/chacha/chacha-armv4-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
#include <openssl/arm_arch.h>
@ Silence ARMv8 deprecated IT instruction warnings. This file is used... |
weix2025/toy | 19,011 | deps/boringssl/linux-aarch64/crypto/test/trampoline-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.text
// abi_test_trampoline loads callee-saved registers from |... |
weix2025/toy | 49,265 | deps/boringssl/linux-aarch64/crypto/fipsmodule/sha512-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
// Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
//
// Licensed under th... |
weix2025/toy | 43,441 | deps/boringssl/linux-aarch64/crypto/fipsmodule/vpaes-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.section .rodata
.type _vpaes_consts,%object
.align 7 // totally... |
weix2025/toy | 14,707 | deps/boringssl/linux-aarch64/crypto/fipsmodule/ghashv8-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.arch armv8-a+crypto
.globl gcm_ini... |
weix2025/toy | 31,208 | deps/boringssl/linux-aarch64/crypto/fipsmodule/armv8-mont-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.text
.globl bn_mul_mont
.hidden bn_mul_mont
.type bn_mul_mont,%... |
weix2025/toy | 2,101 | deps/boringssl/linux-aarch64/crypto/fipsmodule/bn-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.text
// BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap,... |
weix2025/toy | 82,380 | deps/boringssl/linux-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__ >= 8
.arch armv8-a+crypto
.text
.globl aes_g... |
weix2025/toy | 7,590 | deps/boringssl/linux-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include "openssl/arm_arch.h"
.text
.globl beeu_mod_inverse_vartime
.hidden beeu_mod_inverse_va... |
weix2025/toy | 39,167 | deps/boringssl/linux-aarch64/crypto/fipsmodule/p256-armv8-asm-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include "openssl/arm_arch.h"
.section .rodata
.align 5
.Lpoly:
.quad 0xffffffffffffffff,0x0000... |
weix2025/toy | 34,342 | deps/boringssl/linux-aarch64/crypto/fipsmodule/sha256-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
// Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
//
// Licensed under th... |
weix2025/toy | 16,619 | deps/boringssl/linux-aarch64/crypto/fipsmodule/aesv8-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.arch armv8-a+crypto
.section .roda... |
weix2025/toy | 11,053 | deps/boringssl/linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.text
.globl gcm_init_neon
.hidden gcm_init_neon
.type gcm_init_... |
weix2025/toy | 28,511 | deps/boringssl/linux-aarch64/crypto/fipsmodule/sha1-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.text
.hidden OPENSSL_armcap_P
.globl sha1_block_data_order
.hi... |
weix2025/toy | 40,665 | deps/boringssl/linux-aarch64/crypto/chacha/chacha-armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.hidden OPENSSL_armcap_P
.section .rodata
.align 5
.Lsigma:
.q... |
weix2025/toy | 74,345 | deps/boringssl/linux-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__)
#include <openssl/arm_arch.h>
.section .rodata
.align 7
.Lchacha20_consts:
.byte 'e','x','p','a... |
weix2025/toy | 2,657 | deps/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_square.S | #include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && \
(defined(__APPLE__) || defined(__ELF__))
.intel_syntax noprefix
.text
#if defined(__APPLE__)
.private_extern _fiat_curve25519_adx_square
.global _fiat_curve25519_adx_square
_fiat_curve25519_adx_square:
#else
.type fiat_curv... |
weix2025/toy | 3,204 | deps/boringssl/src/third_party/fiat/asm/fiat_p256_adx_mul.S | #include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && \
(defined(__APPLE__) || defined(__ELF__))
.intel_syntax noprefix
.text
#if defined(__APPLE__)
.private_extern _fiat_p256_adx_mul
.global _fiat_p256_adx_mul
_fiat_p256_adx_mul:
#else
.type fiat_p256_adx_mul, @function
.hidden... |
weix2025/toy | 2,909 | deps/boringssl/src/third_party/fiat/asm/fiat_p256_adx_sqr.S | #include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && \
(defined(__APPLE__) || defined(__ELF__))
.intel_syntax noprefix
.text
#if defined(__APPLE__)
.private_extern _fiat_p256_adx_sqr
.global _fiat_p256_adx_sqr
_fiat_p256_adx_sqr:
#else
.type fiat_p256_adx_sqr, @function
.hidden... |
weix2025/toy | 3,462 | deps/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_mul.S | #include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && \
(defined(__APPLE__) || defined(__ELF__))
.intel_syntax noprefix
.text
#if defined(__APPLE__)
.private_extern _fiat_curve25519_adx_mul
.global _fiat_curve25519_adx_mul
_fiat_curve25519_adx_mul:
#else
.type fiat_curve25519_ad... |
weix2025/toy | 1,378 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-Basic/in.s | # Most instructions and lines should pass unaltered. This is made up of
# copy-and-pasted bits of compiler output and likely does not actually
# run.
.file "bcm.c"
.text
.type foo, @function
.globl foo
foo:
.file 1 "../foo/bar.c"
.loc 1 2 3
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -... |
weix2025/toy | 2,312 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-Basic/out.s | .text
.file 2 "inserted_by_delocate.c"
.loc 2 1 0
BORINGSSL_bcm_text_start:
# Most instructions and lines should pass unaltered. This is made up of
# copy-and-pasted bits of compiler output and likely does not actually
# run.
.file "bcm.c"
.text
.type foo, @function
.globl foo
.Lfoo_local_target:
foo:
.file 1 ... |
weix2025/toy | 1,710 | deps/boringssl/src/util/fipstools/delocate/testdata/aarch64-Basic/in.s | .type foo, %function
.globl foo
foo:
// GOT load
adrp x1, :got:stderr
ldr x0, [x1, :got_lo12:stderr]
// GOT load to x0
adrp x0, :got:stderr
ldr x1, [x0, :got_lo12:stderr]
// GOT load with no register move
adrp x0, :got:stderr
ldr x0, [x0, :got_lo12:stderr]
// Address load
adrp x0, .Llocal_data
add x1, ... |
weix2025/toy | 4,918 | deps/boringssl/src/util/fipstools/delocate/testdata/aarch64-Basic/out.s | .text
.file 1 "inserted_by_delocate.c"
.loc 1 1 0
BORINGSSL_bcm_text_start:
.type foo, %function
.globl foo
.Lfoo_local_target:
foo:
// GOT load
// WAS adrp x1, :got:stderr
sub sp, sp, 128
stp x0, lr, [sp, #-16]!
bl .Lboringssl_loadgot_stderr
mov x1, x0
ldp x0, lr, [sp], #16
add sp, sp, 128
// WAS ldr x0, [x1,... |
weix2025/toy | 1,891 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/in.s | .text
foo:
bar:
# leaq of OPENSSL_ia32cap_P is supported.
leaq OPENSSL_ia32cap_P(%rip), %r11
# As is the equivalent GOTPCREL movq.
movq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
# And a non-movq instruction via the GOT.
orq OPENSSL_ia32cap_P@GOTPCREL(%rip), %r12
# ... which targets the default temp register
or... |
weix2025/toy | 7,398 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/out.s | .text
.file 1 "inserted_by_delocate.c"
.loc 1 1 0
BORINGSSL_bcm_text_start:
.text
.Lfoo_local_target:
foo:
.Lbar_local_target:
bar:
# leaq of OPENSSL_ia32cap_P is supported.
# WAS leaq OPENSSL_ia32cap_P(%rip), %r11
leaq -128(%rsp), %rsp
pushfq
leaq OPENSSL_ia32cap_addr_delta(%rip), %r11
addq (%r11), %r11
popfq
... |
weix2025/toy | 1,988 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-LargeMemory/out.s | .text
.file 1 "inserted_by_delocate.c"
.loc 1 1 0
BORINGSSL_bcm_text_start:
.text
# PIC function call
.L0:
leaq .L0(%rip), %rax
# WAS movabsq $_GLOBAL_OFFSET_TABLE_-.L0, %rcx
movq .Lboringssl_got_delta(%rip), %rcx
addq $.Lboringssl_got_delta-.L0, %rcx
addq %rax, %rcx
# WAS movabsq $_Z... |
weix2025/toy | 1,235 | deps/boringssl/src/util/fipstools/delocate/testdata/generic-FileDirectives/out.s | .text
.file 1002 "inserted_by_delocate.c" md5 0x00000000000000000000000000000000
.loc 1002 1 0
BORINGSSL_bcm_text_start:
.file 10 "some/path/file.c" "file.c"
.file 1000 "some/path/file2.c" "file2.c"
.file 1001 "some/path/file_with_md5.c" "other_name.c" md5 0x5eba7844df6449a7f2fff1556fe7ba8d239f8e2f
# An instruction is... |
weix2025/toy | 3,097 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/out.s | .text
.file 1 "inserted_by_delocate.c"
.loc 1 1 0
BORINGSSL_bcm_text_start:
.type foo, @function
.globl foo
.Lfoo_local_target:
foo:
movq $0, %rax
ret
.Lbar_local_target:
bar:
# References to globals must be rewritten to their local targets.
# WAS call foo
call .Lfoo_local_target
# WAS jmp foo
jmp .Lfoo_local_t... |
weix2025/toy | 2,058 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-BSS/out.s | .text
.file 1 "inserted_by_delocate.c"
.loc 1 1 0
BORINGSSL_bcm_text_start:
.text
movq %rax, %rax
# BSS declarations emit accessors.
.comm aes_128_ctr_generic_storage,64,32
.lcomm aes_128_ctr_generic_storage2,64,32
# BSS symbols may also be emitted in .bss sections.
.section .bss,"awT",@nobits
.align 4
.gl... |
weix2025/toy | 1,621 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-Sections/out.s | .text
.file 1 "inserted_by_delocate.c"
.loc 1 1 0
BORINGSSL_bcm_text_start:
# .text stays in .text
.text
movq %rax, %rax
# -ffunction-sections is undone.
# WAS .section .text.foo,"ax",@progbits
.text
.globl foo
.Lfoo_local_target:
foo:
ret
# .rodata is moved to .text.
# WAS .section .rodata
.text
.long 42
.s... |
weix2025/toy | 1,668 | deps/boringssl/src/util/fipstools/delocate/testdata/x86_64-ThreeArg/out.s | .text
.file 1 "inserted_by_delocate.c"
.loc 1 1 0
BORINGSSL_bcm_text_start:
.type foo, @function
.globl foo
.Lfoo_local_target:
foo:
movq %rax, %rax
# WAS shrxq %rbx, kBoringSSLRSASqrtTwo@GOTPCREL(%rip), %rax
leaq -128(%rsp), %rsp
pushq %rcx
leaq .LkBoringSSLRSASqrtTwo_local_target(%rip), %rcx
shrxq %rbx, %rcx, ... |
weix2025/toy | 62,471 | deps/boringssl/src/crypto/poly1305/poly1305_arm_asm.S | #include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__)
# This implementation was taken from the public domain, neon2 version in
# SUPERCOP by D. J. Bernstein and Peter Schwabe.
# qhasm: int32 input_0
# qhasm: int32 input_1
# qhasm: int32 input_2
# qhasm: int32 input... |
weix2025/toy | 41,610 | deps/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S | /* Copyright (c) 2015, Google Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS... |
weix2025/toy | 242,834 | deps/boringssl/src/crypto/hrss/asm/poly_rq_mul.S | // Copyright (c) 2017, the HRSS authors.
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and this permission notice appear in all copies.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DIS... |
weix2025/toy | 6,847 | deps/boringssl/apple-arm/crypto/test/trampoline-armv4-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
.syntax unified
.text
@ abi_test_trampoline loads callee-saved registers from |state|, calls ... |
weix2025/toy | 64,154 | deps/boringssl/apple-arm/crypto/fipsmodule/sha256-armv4-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
@ Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
@
@ Licensed under the Ope... |
weix2025/toy | 19,125 | deps/boringssl/apple-arm/crypto/fipsmodule/aesv8-armv7-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.code 32
#undef __thumb2__
.align 5... |
weix2025/toy | 31,924 | deps/boringssl/apple-arm/crypto/fipsmodule/sha1-armv4-large-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.text
#if defined(__thumb2__)
.syntax unified
.thumb
#else
.code 32... |
weix2025/toy | 6,804 | deps/boringssl/apple-arm/crypto/fipsmodule/ghashv8-armv7-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.code 32
#undef __thumb2__
.globl _g... |
weix2025/toy | 32,164 | deps/boringssl/apple-arm/crypto/fipsmodule/bsaes-armv7-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
@ Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
@
@ Licensed under the Ope... |
weix2025/toy | 43,366 | deps/boringssl/apple-arm/crypto/fipsmodule/sha512-armv4-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
@ Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved.
@
@ Licensed under the Ope... |
weix2025/toy | 40,095 | deps/boringssl/apple-arm/crypto/fipsmodule/vpaes-armv7-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
.syntax unified
#if defined(__thumb2__)
.thumb
#else
.code 32
#endif
.text
.align 7 @ total... |
weix2025/toy | 22,236 | deps/boringssl/apple-arm/crypto/fipsmodule/armv4-mont-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
#include <openssl/arm_arch.h>
@ Silence ARMv8 deprecated IT instruction warnings. This file is us... |
weix2025/toy | 6,253 | deps/boringssl/apple-arm/crypto/fipsmodule/ghash-armv4-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
#include <openssl/arm_arch.h>
@ Silence ARMv8 deprecated IT instruction warnings. This file is us... |
weix2025/toy | 29,264 | deps/boringssl/apple-arm/crypto/chacha/chacha-armv4-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__APPLE__)
#include <openssl/arm_arch.h>
@ Silence ARMv8 deprecated IT instruction warnings. This file is us... |
weix2025/toy | 13,678 | deps/boringssl/apple-aarch64/crypto/test/trampoline-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.text
// abi_test_trampoline loads callee-saved registers from... |
weix2025/toy | 37,549 | deps/boringssl/apple-aarch64/crypto/fipsmodule/p256-armv8-asm-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include "openssl/arm_arch.h"
.section __TEXT,__const
.align 5
Lpoly:
.quad 0xfffffffffffffff... |
weix2025/toy | 30,952 | deps/boringssl/apple-aarch64/crypto/fipsmodule/armv8-mont-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.text
.globl _bn_mul_mont
.private_extern _bn_mul_mont
.align... |
weix2025/toy | 1,991 | deps/boringssl/apple-aarch64/crypto/fipsmodule/bn-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.text
// BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *a... |
weix2025/toy | 14,451 | deps/boringssl/apple-aarch64/crypto/fipsmodule/ghashv8-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.globl _gcm_init_v8
.private_ext... |
weix2025/toy | 7,482 | deps/boringssl/apple-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include "openssl/arm_arch.h"
.text
.globl _beeu_mod_inverse_vartime
.private_extern _beeu_mo... |
weix2025/toy | 49,092 | deps/boringssl/apple-aarch64/crypto/fipsmodule/sha512-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
// Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
//
// Licensed under ... |
weix2025/toy | 34,170 | deps/boringssl/apple-aarch64/crypto/fipsmodule/sha256-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
// Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
//
// Licensed under ... |
weix2025/toy | 16,109 | deps/boringssl/apple-aarch64/crypto/fipsmodule/aesv8-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__>=7
.text
.section __TEXT,__const
.align 5... |
weix2025/toy | 41,814 | deps/boringssl/apple-aarch64/crypto/fipsmodule/vpaes-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.section __TEXT,__const
.align 7 // totally strategic alignme... |
weix2025/toy | 10,904 | deps/boringssl/apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.text
.globl _gcm_init_neon
.private_extern _gcm_init_neon
.a... |
weix2025/toy | 28,389 | deps/boringssl/apple-aarch64/crypto/fipsmodule/sha1-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.text
.private_extern _OPENSSL_armcap_P
.globl _sha1_block_da... |
weix2025/toy | 82,180 | deps/boringssl/apple-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
#if __ARM_MAX_ARCH__ >= 8
.text
.globl _aes_gcm_enc_kernel
.pr... |
weix2025/toy | 40,466 | deps/boringssl/apple-aarch64/crypto/chacha/chacha-armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.private_extern _OPENSSL_armcap_P
.section __TEXT,__const
.a... |
weix2025/toy | 74,000 | deps/boringssl/apple-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__)
#include <openssl/arm_arch.h>
.section __TEXT,__const
.align 7
Lchacha20_consts:
.byte 'e','x... |
weix2025/toy | 3,671 | deps/boringssl/apple-x86/crypto/test/trampoline-x86-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _abi_test_trampoline
.private_extern _abi_test_trampoline
.align 4
_abi_test_trampoli... |
weix2025/toy | 15,187 | deps/boringssl/apple-x86/crypto/fipsmodule/vpaes-x86-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
#ifdef BORINGSSL_DISPATCH_TEST
#endif
.align 6,0x90
L_vpaes_consts:
.long 218628480,23521025... |
weix2025/toy | 98,057 | deps/boringssl/apple-x86/crypto/fipsmodule/sha256-586-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _sha256_block_data_order
.private_extern _sha256_block_data_order
.align 4
_sha256_bl... |
weix2025/toy | 68,632 | deps/boringssl/apple-x86/crypto/fipsmodule/sha1-586-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _sha1_block_data_order
.private_extern _sha1_block_data_order
.align 4
_sha1_block_da... |
weix2025/toy | 16,233 | deps/boringssl/apple-x86/crypto/fipsmodule/bn-586-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _bn_mul_add_words
.private_extern _bn_mul_add_words
.align 4
_bn_mul_add_words:
L_bn_... |
weix2025/toy | 12,051 | deps/boringssl/apple-x86/crypto/fipsmodule/md5-586-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _md5_block_asm_data_order
.private_extern _md5_block_asm_data_order
.align 4
_md5_blo... |
weix2025/toy | 49,838 | deps/boringssl/apple-x86/crypto/fipsmodule/aesni-x86-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
#ifdef BORINGSSL_DISPATCH_TEST
#endif
.globl _aes_hw_encrypt
.private_extern _aes_hw_encrypt... |
weix2025/toy | 49,913 | deps/boringssl/apple-x86/crypto/fipsmodule/sha512-586-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _sha512_block_data_order
.private_extern _sha512_block_data_order
.align 4
_sha512_bl... |
weix2025/toy | 6,387 | deps/boringssl/apple-x86/crypto/fipsmodule/ghash-x86-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _gcm_init_clmul
.private_extern _gcm_init_clmul
.align 4
_gcm_init_clmul:
L_gcm_init_... |
weix2025/toy | 9,078 | deps/boringssl/apple-x86/crypto/fipsmodule/x86-mont-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _bn_mul_mont
.private_extern _bn_mul_mont
.align 4
_bn_mul_mont:
L_bn_mul_mont_begin:... |
weix2025/toy | 21,551 | deps/boringssl/apple-x86/crypto/fipsmodule/co-586-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _bn_mul_comba8
.private_extern _bn_mul_comba8
.align 4
_bn_mul_comba8:
L_bn_mul_comba... |
weix2025/toy | 5,508 | deps/boringssl/apple-x86/crypto/fipsmodule/ghash-ssse3-x86-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _gcm_gmult_ssse3
.private_extern _gcm_gmult_ssse3
.align 4
_gcm_gmult_ssse3:
L_gcm_gm... |
weix2025/toy | 19,413 | deps/boringssl/apple-x86/crypto/chacha/chacha-x86-apple.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__APPLE__)
.text
.globl _ChaCha20_ctr32
.private_extern _ChaCha20_ctr32
.align 4
_ChaCha20_ctr32:
L_ChaCha20_... |
weix2025/toy | 10,529 | deps/boringssl/linux-x86_64/crypto/test/trampoline-x86_64-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__)
.text
.type abi_test_trampoline, @function
.globl abi_test_trampoline
.hidden abi_test_t... |
weix2025/toy | 70,802 | deps/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__)
.text
.extern OPENSSL_ia32cap_P
.hidden OPENSSL_ia32cap_P
.globl sha256_block_data_order
.hidde... |
weix2025/toy | 102,131 | deps/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__)
.text
.extern OPENSSL_ia32cap_P
.hidden OPENSSL_ia32cap_P
.globl sha1_block_data_order
.hidden ... |
weix2025/toy | 77,208 | deps/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__)
.text
.extern OPENSSL_ia32cap_P
.hidden OPENSSL_ia32cap_P
.section .rodata
.align 64
.Lpoly:
.... |
weix2025/toy | 58,540 | deps/boringssl/linux-x86_64/crypto/fipsmodule/x86_64-mont5-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__)
.text
.extern OPENSSL_ia32cap_P
.hidden OPENSSL_ia32cap_P
.globl bn_mul_mont_gather5
.hidden b... |
weix2025/toy | 39,394 | deps/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__)
.text
.globl rsaz_1024_sqr_avx2
.hidden rsaz_1024_sqr_avx2
.type rsaz_1024_sqr_avx2,@function
.... |
weix2025/toy | 48,798 | deps/boringssl/linux-x86_64/crypto/fipsmodule/sha512-x86_64-linux.S | // This file is generated from a similarly-named Perl script in the BoringSSL
// source tree. Do not edit by hand.
#include <openssl/asm_base.h>
#if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__)
.text
.extern OPENSSL_ia32cap_P
.hidden OPENSSL_ia32cap_P
.globl sha512_block_data_order
.hidde... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.