Searched refs:fe51_mul (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe51_invert.c | 28 /* 9 */ fe51_mul(&z9,&t,x); in fe51_invert() 29 /* 11 */ fe51_mul(&z11,&z9,&z2); in fe51_invert() 31 /* 2^5 - 2^0 = 31 */ fe51_mul(&z2_5_0,&t,&z9); in fe51_invert() 34 /* 2^10 - 2^0 */ fe51_mul(&z2_10_0,&t,&z2_5_0); in fe51_invert() 37 /* 2^20 - 2^0 */ fe51_mul(&z2_20_0,&t,&z2_10_0); in fe51_invert() 40 /* 2^40 - 2^0 */ fe51_mul(&t,&t,&z2_20_0); in fe51_invert() 43 /* 2^50 - 2^0 */ fe51_mul(&z2_50_0,&t,&z2_10_0); in fe51_invert() 46 /* 2^100 - 2^0 */ fe51_mul(&z2_100_0,&t,&z2_50_0); in fe51_invert() 49 /* 2^200 - 2^0 */ fe51_mul(&t,&t,&z2_100_0); in fe51_invert() 52 /* 2^250 - 2^0 */ fe51_mul(&t,&t,&z2_50_0); in fe51_invert() [all …]
|
| H A D | fe51_mul.S | 11 ASM_HIDE_SYMBOL fe51_mul 14 .globl fe51_mul 17 .type fe51_mul, @function 20 fe51_mul: label
|
| H A D | curve25519_sandy2x.c | 58 fe51_mul(&x_51, &x_51, &z_51); in crypto_scalarmult_curve25519_sandy2x() 102 fe51_mul(&x_51, &x_51, &z_51); in crypto_scalarmult_curve25519_sandy2x_base()
|
| H A D | fe51.h | 27 extern void fe51_mul(fe51 *, const fe51 *, const fe51 *);
|
| H A D | fe51_namespace.h | 8 #define fe51_mul crypto_scalarmult_curve25519_sandy2x_fe51_mul macro
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 126 crypto_scalarmult/curve25519/sandy2x/fe51_mul.S \
|