Searched refs:ecp_nistz256_neg (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | 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); in ecp_nistz256_windowed_mul() 775 ecp_nistz256_neg(temp[1].Y, temp[0].Y); in ecp_nistz256_windowed_mul() 1069 ecp_nistz256_neg(p.p.Z, p.p.Y); in ecp_nistz256_points_mul() 1108 ecp_nistz256_neg(t.p.Z, t.a.Y); in ecp_nistz256_points_mul()
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | ecp_nistz256-ppc64.S | 2701 .globl ecp_nistz256_neg 2702 .type ecp_nistz256_neg,@function 2704 ecp_nistz256_neg: label 2705 .localentry ecp_nistz256_neg,0 2737 .size ecp_nistz256_neg,.-ecp_nistz256_neg
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | ecp_nistz256-ppc64.S | 2701 .globl ecp_nistz256_neg 2702 .type ecp_nistz256_neg,@function 2704 ecp_nistz256_neg: label 2705 .localentry ecp_nistz256_neg,0 2737 .size ecp_nistz256_neg,.-ecp_nistz256_neg
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | ecp_nistz256-armv8.S | 2621 .globl ecp_nistz256_neg 2622 .type ecp_nistz256_neg,%function 2624 ecp_nistz256_neg: label 2642 .size ecp_nistz256_neg,.-ecp_nistz256_neg
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | 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
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | 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
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | ecp_nistz256-x86.S | 2739 .globl ecp_nistz256_neg 2740 .type ecp_nistz256_neg,@function 2742 ecp_nistz256_neg: label 2773 .size ecp_nistz256_neg,.-.L_ecp_nistz256_neg_begin 8030 .globl ecp_nistz256_neg 8031 .type ecp_nistz256_neg,@function 8033 ecp_nistz256_neg: label 8064 .size ecp_nistz256_neg,.-.L_ecp_nistz256_neg_begin
|