HomeSort by: relevance | last modified time | path
    Searched refs:ecp_nistz256_neg (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/ec/asm/
ecp_nistz256-armv8.pl 369 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
370 .globl ecp_nistz256_neg
371 .type ecp_nistz256_neg,%function
373 ecp_nistz256_neg: label
393 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-armv4.pl 513 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
514 .globl ecp_nistz256_neg
515 .type ecp_nistz256_neg,%function
517 ecp_nistz256_neg: label
526 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-ppc64.pl 401 # void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
402 .globl ecp_nistz256_neg
404 ecp_nistz256_neg: label
435 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-x86_64.pl 436 # void ecp_nistz256_neg(uint64_t res[4], uint64_t a[4]);
437 .globl ecp_nistz256_neg
438 .type ecp_nistz256_neg,\@function,2
440 ecp_nistz256_neg: label
489 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/bsd/openssl/dist/crypto/ec/asm/
ecp_nistz256-armv8.pl 346 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
347 .globl ecp_nistz256_neg
348 .type ecp_nistz256_neg,%function
350 ecp_nistz256_neg: label
368 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-armv4.pl 513 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
514 .globl ecp_nistz256_neg
515 .type ecp_nistz256_neg,%function
517 ecp_nistz256_neg: label
526 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-ppc64.pl 401 # void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
402 .globl ecp_nistz256_neg
404 ecp_nistz256_neg: label
435 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-x86_64.pl 434 # void ecp_nistz256_neg(uint64_t res[4], uint64_t a[4]);
435 .globl ecp_nistz256_neg
436 .type ecp_nistz256_neg,\@function,2
438 ecp_nistz256_neg: label
487 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
ecp_nistz256-armv8.pl 343 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
344 .globl ecp_nistz256_neg
345 .type ecp_nistz256_neg,%function
347 ecp_nistz256_neg: label
365 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-armv4.pl 509 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
510 .globl ecp_nistz256_neg
511 .type ecp_nistz256_neg,%function
513 ecp_nistz256_neg: label
522 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-ppc64.pl 398 # void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
399 .globl ecp_nistz256_neg
401 ecp_nistz256_neg: label
432 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-x86_64.pl 432 # void ecp_nistz256_neg(uint64_t res[4], uint64_t a[4]);
433 .globl ecp_nistz256_neg
434 .type ecp_nistz256_neg,\@function,2
436 ecp_nistz256_neg: label
485 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistz256.c 108 void ecp_nistz256_neg(BN_ULONG res[P256_LIMBS], const BN_ULONG a[P256_LIMBS]);
737 ecp_nistz256_neg(temp[1].Y, temp[0].Y);
761 ecp_nistz256_neg(temp[1].Y, temp[0].Y);
1047 ecp_nistz256_neg(p.p.Z, p.p.Y);
1084 ecp_nistz256_neg(t.p.Z, t.a.Y);
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistz256.c 117 void ecp_nistz256_neg(BN_ULONG res[P256_LIMBS], const BN_ULONG a[P256_LIMBS]);
751 ecp_nistz256_neg(temp[1].Y, temp[0].Y);
775 ecp_nistz256_neg(temp[1].Y, temp[0].Y);
1069 ecp_nistz256_neg(p.p.Z, p.p.Y);
1108 ecp_nistz256_neg(t.p.Z, t.a.Y);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistz256.c 111 void ecp_nistz256_neg(BN_ULONG res[P256_LIMBS], const BN_ULONG a[P256_LIMBS]);
746 ecp_nistz256_neg(temp[1].Y, temp[0].Y);
770 ecp_nistz256_neg(temp[1].Y, temp[0].Y);
1064 ecp_nistz256_neg(p.p.Z, p.p.Y);
1103 ecp_nistz256_neg(t.p.Z, t.a.Y);
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/x86_64/
ecp_nistz256-x86_64.S 2728 .globl ecp_nistz256_neg
2729 .type ecp_nistz256_neg,@function
2731 ecp_nistz256_neg: label
2782 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/
ecp_nistz256-x86_64.S 2726 .globl ecp_nistz256_neg
2727 .type ecp_nistz256_neg,@function
2729 ecp_nistz256_neg: label
2780 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/x86_64/
ecp_nistz256-x86_64.S 2726 .globl ecp_nistz256_neg
2727 .type ecp_nistz256_neg,@function
2729 ecp_nistz256_neg: label
2780 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
ecp_nistz256-armv4.S 2778 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
2779 .globl ecp_nistz256_neg
2780 .type ecp_nistz256_neg,%function
2782 ecp_nistz256_neg: label
2791 .size ecp_nistz256_neg,.-ecp_nistz256_neg
ecp_nistz256-armv8.S 2643 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
2644 .globl ecp_nistz256_neg
2645 .type ecp_nistz256_neg,%function
2647 ecp_nistz256_neg: label
2667 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
ecp_nistz256-armv4.S 2778 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
2779 .globl ecp_nistz256_neg
2780 .type ecp_nistz256_neg,%function
2782 ecp_nistz256_neg: label
2791 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
ecp_nistz256-armv4.S 2776 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
2777 .globl ecp_nistz256_neg
2778 .type ecp_nistz256_neg,%function
2780 ecp_nistz256_neg: label
2789 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/aarch64/
ecp_nistz256-armv8.S 2642 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
2643 .globl ecp_nistz256_neg
2644 .type ecp_nistz256_neg,%function
2646 ecp_nistz256_neg: label
2666 .size ecp_nistz256_neg,.-ecp_nistz256_neg
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc64/
ecp_nistz256-ppc64.S 2726 .globl ecp_nistz256_neg
2727 .type ecp_nistz256_neg,@function
2730 ecp_nistz256_neg: label
2731 .quad .ecp_nistz256_neg,.TOC.@tocbase,0
2734 .ecp_nistz256_neg:
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/
ecp_nistz256-armv8.S 2619 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
2620 .globl ecp_nistz256_neg
2621 .type ecp_nistz256_neg,%function
2623 ecp_nistz256_neg: label
2641 .size ecp_nistz256_neg,.-ecp_nistz256_neg

Completed in 205 milliseconds

1 2