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

/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c107 void ecp_nistz256_sub(BN_ULONG res[P256_LIMBS],
285 ecp_nistz256_sub(Zsqr, in_x, Zsqr);
298 ecp_nistz256_sub(res_x, res_x, tmp0);
299 ecp_nistz256_sub(S, S, res_x);
302 ecp_nistz256_sub(res_y, S, res_y);
354 ecp_nistz256_sub(R, S2, S1); /* R = S2 - S1 */
358 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */
413 ecp_nistz256_sub(res_x, Rsqr, Hsqr);
414 ecp_nistz256_sub(res_x, res_x, Hcub);
416 ecp_nistz256_sub(res_
[all...]
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl432 @ void ecp_nistz256_sub(BN_ULONG r0[8],const BN_ULONG r1[8],
434 .globl ecp_nistz256_sub
435 .type ecp_nistz256_sub,%function
437 ecp_nistz256_sub: label
446 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-armv8.pl321 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
323 .globl ecp_nistz256_sub
324 .type ecp_nistz256_sub,%function
326 ecp_nistz256_sub: label
341 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-sparcv9.pl551 ! void ecp_nistz256_sub(BN_ULONG %i0[8],const BN_ULONG %i1[8],
553 .globl ecp_nistz256_sub
555 ecp_nistz256_sub: label
568 .type ecp_nistz256_sub,#function
569 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-ppc64.pl362 # void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
364 .globl ecp_nistz256_sub
366 ecp_nistz256_sub: label
396 .size ecp_nistz256_sub,.-ecp_nistz256_sub
H A Decp_nistz256-x86_64.pl376 # void ecp_nistz256_sub(uint64_t res[4], uint64_t a[4], uint64_t b[4]);
377 .globl ecp_nistz256_sub
378 .type ecp_nistz256_sub,\@function,3
380 ecp_nistz256_sub: label
429 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/freebsd-13-stable/sys/crypto/openssl/amd64/
H A Decp_nistz256-x86_64.S2669 .globl ecp_nistz256_sub
2670 .type ecp_nistz256_sub,@function
2672 ecp_nistz256_sub: label
2723 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/freebsd-13-stable/sys/crypto/openssl/arm/
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
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Decp_nistz256-armv8.S2599 // void ecp_nistz256_sub(BN_ULONG x0[4],const BN_ULONG x1[4],
2601 .globl ecp_nistz256_sub
2602 .type ecp_nistz256_sub,%function
2604 ecp_nistz256_sub: label
2619 .size ecp_nistz256_sub,.-ecp_nistz256_sub
/freebsd-13-stable/sys/crypto/openssl/i386/
H A Decp_nistz256-x86.S2625 .globl ecp_nistz256_sub
2626 .type ecp_nistz256_sub,@function
2628 ecp_nistz256_sub: label
2643 .size ecp_nistz256_sub,.-.L_ecp_nistz256_sub_begin
7792 ecp_nistz256_sub: label
[all...]

Completed in 466 milliseconds