Home
last modified time | relevance | path

Searched refs:ecp_nistz256_mul_by_3 (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl277 @ void ecp_nistz256_mul_by_3(BN_ULONG r0[8],const BN_ULONG r1[8]);
278 .globl ecp_nistz256_mul_by_3
279 .type ecp_nistz256_mul_by_3,%function
281 ecp_nistz256_mul_by_3: label
290 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
360 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-armv8.pl288 // void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]);
289 .globl ecp_nistz256_mul_by_3
290 .type ecp_nistz256_mul_by_3,%function
292 ecp_nistz256_mul_by_3: label
322 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-sparcv9.pl489 ! void ecp_nistz256_mul_by_3(BN_ULONG %i0[8],const BN_ULONG %i1[8]);
490 .globl ecp_nistz256_mul_by_3
492 ecp_nistz256_mul_by_3: label
505 .type ecp_nistz256_mul_by_3,#function
506 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-ppc64.pl314 # void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]);
315 .globl ecp_nistz256_mul_by_3
317 ecp_nistz256_mul_by_3: label
363 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-x86_64.pl246 # void ecp_nistz256_mul_by_3(uint64_t res[4], uint64_t a[4]);
247 .globl ecp_nistz256_mul_by_3
248 .type ecp_nistz256_mul_by_3,\@function,2
250 ecp_nistz256_mul_by_3: label
319 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl277 @ void ecp_nistz256_mul_by_3(BN_ULONG r0[8],const BN_ULONG r1[8]);
278 .globl ecp_nistz256_mul_by_3
279 .type ecp_nistz256_mul_by_3,%function
281 ecp_nistz256_mul_by_3: label
290 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
360 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-armv8.pl307 // void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]);
308 .globl ecp_nistz256_mul_by_3
309 .type ecp_nistz256_mul_by_3,%function
311 ecp_nistz256_mul_by_3: label
343 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-sparcv9.pl489 ! void ecp_nistz256_mul_by_3(BN_ULONG %i0[8],const BN_ULONG %i1[8]);
490 .globl ecp_nistz256_mul_by_3
492 ecp_nistz256_mul_by_3: label
505 .type ecp_nistz256_mul_by_3,#function
506 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-ppc64.pl314 # void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]);
315 .globl ecp_nistz256_mul_by_3
317 ecp_nistz256_mul_by_3: label
363 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
H A Decp_nistz256-x86_64.pl246 # void ecp_nistz256_mul_by_3(uint64_t res[4], uint64_t a[4]);
247 .globl ecp_nistz256_mul_by_3
248 .type ecp_nistz256_mul_by_3,\@function,2
250 ecp_nistz256_mul_by_3: label
319 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c106 void ecp_nistz256_mul_by_3(BN_ULONG res[P256_LIMBS],
297 ecp_nistz256_mul_by_3(M, M); in ecp_nistz256_point_double()
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c106 void ecp_nistz256_mul_by_3(BN_ULONG res[P256_LIMBS],
297 ecp_nistz256_mul_by_3(M, M); in ecp_nistz256_point_double()
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2531 .globl ecp_nistz256_mul_by_3
2532 .type ecp_nistz256_mul_by_3,@function
2534 ecp_nistz256_mul_by_3: label
2605 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2531 .globl ecp_nistz256_mul_by_3
2532 .type ecp_nistz256_mul_by_3,@function
2534 ecp_nistz256_mul_by_3: label
2605 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2531 .globl ecp_nistz256_mul_by_3
2532 .type ecp_nistz256_mul_by_3,@function
2534 ecp_nistz256_mul_by_3: label
2605 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2531 .globl ecp_nistz256_mul_by_3
2532 .type ecp_nistz256_mul_by_3,@function
2534 ecp_nistz256_mul_by_3: label
2605 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2531 .globl ecp_nistz256_mul_by_3
2532 .type ecp_nistz256_mul_by_3,@function
2534 ecp_nistz256_mul_by_3: label
2605 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2531 .globl ecp_nistz256_mul_by_3
2532 .type ecp_nistz256_mul_by_3,@function
2534 ecp_nistz256_mul_by_3: label
2605 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S2541 @ void ecp_nistz256_mul_by_3(BN_ULONG r0[8],const BN_ULONG r1[8]);
2542 .globl ecp_nistz256_mul_by_3
2543 .type ecp_nistz256_mul_by_3,%function
2545 ecp_nistz256_mul_by_3: label
2554 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
2624 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/
H A Decp_nistz256-armv4.S2541 @ void ecp_nistz256_mul_by_3(BN_ULONG r0[8],const BN_ULONG r1[8]);
2542 .globl ecp_nistz256_mul_by_3
2543 .type ecp_nistz256_mul_by_3,%function
2545 ecp_nistz256_mul_by_3: label
2554 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
2624 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ec/
H A Decp_nistz256-ppc64.s2607 .globl ecp_nistz256_mul_by_3
2608 .type ecp_nistz256_mul_by_3,@function
2610 ecp_nistz256_mul_by_3: label
2611 .localentry ecp_nistz256_mul_by_3,0
2658 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ec/
H A Decp_nistz256-ppc64.s2607 .globl ecp_nistz256_mul_by_3
2608 .type ecp_nistz256_mul_by_3,@function
2610 ecp_nistz256_mul_by_3: label
2611 .localentry ecp_nistz256_mul_by_3,0
2658 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/ec/
H A Decp_nistz256-armv8.S2561 // void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]);
2562 .globl ecp_nistz256_mul_by_3
2563 .type ecp_nistz256_mul_by_3,%function
2565 ecp_nistz256_mul_by_3: label
2595 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/ec/
H A Decp_nistz256-armv8.S2561 // void ecp_nistz256_mul_by_3(BN_ULONG x0[4],const BN_ULONG x1[4]);
2562 .globl ecp_nistz256_mul_by_3
2563 .type ecp_nistz256_mul_by_3,%function
2565 ecp_nistz256_mul_by_3: label
2595 .size ecp_nistz256_mul_by_3,.-ecp_nistz256_mul_by_3
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/ec/
H A Decp_nistz256-x86.S2409 .globl ecp_nistz256_mul_by_3
2410 .type ecp_nistz256_mul_by_3,@function
2412 ecp_nistz256_mul_by_3: label
2438 .size ecp_nistz256_mul_by_3,.-.L_ecp_nistz256_mul_by_3_begin

Completed in 266 milliseconds

12