Searched refs:ecp_nistz256_neg (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c111 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);
1063 ecp_nistz256_neg(p.p.Z, p.p.Y);
1102 ecp_nistz256_neg(t.p.Z, t.a.Y);
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl509 @ 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
H A Decp_nistz256-armv8.pl343 // 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
H A Decp_nistz256-sparcv9.pl571 ! void ecp_nistz256_neg(BN_ULONG %i0[8],const BN_ULONG %i1[8]);
572 .globl ecp_nistz256_neg
574 ecp_nistz256_neg: label
588 .type ecp_nistz256_neg,#function
589 .size ecp_nistz256_neg,.-ecp_nistz256_neg
H A Decp_nistz256-ppc64.pl398 # 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
H A Decp_nistz256-x86_64.pl432 # 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
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Decp_nistz256-x86_64.S2727 .globl ecp_nistz256_neg
2728 .type ecp_nistz256_neg,@function
2730 ecp_nistz256_neg: label
2781 .size ecp_nistz256_neg,.-ecp_nistz256_neg
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2777 @ void ecp_nistz256_neg(BN_ULONG r0[8],const BN_ULONG r1[8]);
2778 .globl ecp_nistz256_neg
2779 .type ecp_nistz256_neg,%function
2781 ecp_nistz256_neg: label
2790 .size ecp_nistz256_neg,.-ecp_nistz256_neg
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Decp_nistz256-armv8.S2621 // void ecp_nistz256_neg(BN_ULONG x0[4],const BN_ULONG x1[4]);
2622 .globl ecp_nistz256_neg
2623 .type ecp_nistz256_neg,%function
2625 ecp_nistz256_neg: label
2643 .size ecp_nistz256_neg,.-ecp_nistz256_neg
/freebsd-13-stable/sys/crypto/openssl/i386/
H A Decp_nistz256-x86.S2700 .globl ecp_nistz256_neg
2701 .type ecp_nistz256_neg,@function
2703 ecp_nistz256_neg: label
2729 .size ecp_nistz256_neg,.-.L_ecp_nistz256_neg_begin
7867 ecp_nistz256_neg: label
[all...]

Completed in 351 milliseconds