Home
last modified time | relevance | path

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

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c113 void ecp_nistz256_sub(BN_ULONG res[P256_LIMBS],
291 ecp_nistz256_sub(Zsqr, in_x, Zsqr); in ecp_nistz256_point_double()
304 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double()
305 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double()
308 ecp_nistz256_sub(res_y, S, res_y); in ecp_nistz256_point_double()
360 ecp_nistz256_sub(R, S2, S1); /* R = S2 - S1 */ in ecp_nistz256_point_add()
364 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */ in ecp_nistz256_point_add()
419 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add()
420 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add()
422 ecp_nistz256_sub(res_ in ecp_nistz256_point_add()
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c113 void ecp_nistz256_sub(BN_ULONG res[P256_LIMBS],
291 ecp_nistz256_sub(Zsqr, in_x, Zsqr); in ecp_nistz256_point_double()
304 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double()
305 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double()
308 ecp_nistz256_sub(res_y, S, res_y); in ecp_nistz256_point_double()
360 ecp_nistz256_sub(R, S2, S1); /* R = S2 - S1 */ in ecp_nistz256_point_add()
364 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */ in ecp_nistz256_point_add()
419 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add()
420 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add()
422 ecp_nistz256_sub(res_ in ecp_nistz256_point_add()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl436 @ void ecp_nistz256_sub(BN_ULONG r0[8],const BN_ULONG r1[8],
438 .globl ecp_nistz256_sub
439 .type ecp_nistz256_sub,%function
441 ecp_nistz256_sub: label
450 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-armv8.pl324 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
326 .globl ecp_nistz256_sub
327 .type ecp_nistz256_sub,%function
329 ecp_nistz256_sub: label
344 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-sparcv9.pl553 ! void ecp_nistz256_sub(BN_ULONG %i0[8],const BN_ULONG %i1[8],
555 .globl ecp_nistz256_sub
557 ecp_nistz256_sub: label
570 .type ecp_nistz256_sub,#function
571 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-ppc64.pl365 # void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
367 .globl ecp_nistz256_sub
369 ecp_nistz256_sub: label
399 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-x86_64.pl378 # void ecp_nistz256_sub(uint64_t res[4], uint64_t a[4], uint64_t b[4]);
379 .globl ecp_nistz256_sub
380 .type ecp_nistz256_sub,\@function,3
382 ecp_nistz256_sub: label
431 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl436 @ void ecp_nistz256_sub(BN_ULONG r0[8],const BN_ULONG r1[8],
438 .globl ecp_nistz256_sub
439 .type ecp_nistz256_sub,%function
441 ecp_nistz256_sub: label
450 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-armv8.pl345 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
347 .globl ecp_nistz256_sub
348 .type ecp_nistz256_sub,%function
350 ecp_nistz256_sub: label
367 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-sparcv9.pl553 ! void ecp_nistz256_sub(BN_ULONG %i0[8],const BN_ULONG %i1[8],
555 .globl ecp_nistz256_sub
557 ecp_nistz256_sub: label
570 .type ecp_nistz256_sub,#function
571 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-ppc64.pl365 # void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
367 .globl ecp_nistz256_sub
369 ecp_nistz256_sub: label
399 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-x86_64.pl378 # void ecp_nistz256_sub(uint64_t res[4], uint64_t a[4], uint64_t b[4]);
379 .globl ecp_nistz256_sub
380 .type ecp_nistz256_sub,\@function,3
382 ecp_nistz256_sub: label
431 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2667 .globl ecp_nistz256_sub
2668 .type ecp_nistz256_sub,@function
2670 ecp_nistz256_sub: label
2721 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2667 .globl ecp_nistz256_sub
2668 .type ecp_nistz256_sub,@function
2670 ecp_nistz256_sub: label
2721 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2667 .globl ecp_nistz256_sub
2668 .type ecp_nistz256_sub,@function
2670 ecp_nistz256_sub: label
2721 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2667 .globl ecp_nistz256_sub
2668 .type ecp_nistz256_sub,@function
2670 ecp_nistz256_sub: label
2721 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/ec/
H A Decp_nistz256-x86_64.s2667 .globl ecp_nistz256_sub
2668 .type ecp_nistz256_sub,@function
2670 ecp_nistz256_sub: label
2721 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/ec/
H A Decp_nistz256-x86_64.s2667 .globl ecp_nistz256_sub
2668 .type ecp_nistz256_sub,@function
2670 ecp_nistz256_sub: label
2721 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S2700 @ void ecp_nistz256_sub(BN_ULONG r0[8],const BN_ULONG r1[8],
2702 .globl ecp_nistz256_sub
2703 .type ecp_nistz256_sub,%function
2705 ecp_nistz256_sub: label
2714 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/
H A Decp_nistz256-armv4.S2700 @ void ecp_nistz256_sub(BN_ULONG r0[8],const BN_ULONG r1[8],
2702 .globl ecp_nistz256_sub
2703 .type ecp_nistz256_sub,%function
2705 ecp_nistz256_sub: label
2714 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ec/
H A Decp_nistz256-ppc64.s2662 .globl ecp_nistz256_sub
2663 .type ecp_nistz256_sub,@function
2665 ecp_nistz256_sub: label
2666 .localentry ecp_nistz256_sub,0
2697 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ec/
H A Decp_nistz256-ppc64.s2662 .globl ecp_nistz256_sub
2663 .type ecp_nistz256_sub,@function
2665 ecp_nistz256_sub: label
2666 .localentry ecp_nistz256_sub,0
2697 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/ec/
H A Decp_nistz256-armv8.S2597 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
2599 .globl ecp_nistz256_sub
2600 .type ecp_nistz256_sub,%function
2602 ecp_nistz256_sub: label
2617 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/ec/
H A Decp_nistz256-armv8.S2597 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
2599 .globl ecp_nistz256_sub
2600 .type ecp_nistz256_sub,%function
2602 ecp_nistz256_sub: label
2617 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/ec/
H A Decp_nistz256-x86.S2652 .globl ecp_nistz256_sub
2653 .type ecp_nistz256_sub,@function
2655 ecp_nistz256_sub: label
2675 .size ecp_nistz256_sub,.-.L_ecp_nistz256_sub_begin

Completed in 273 milliseconds

12