Searched refs:fe51 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe51.h | 24 fe51; typedef 26 extern void fe51_pack(unsigned char *, const fe51 *); 27 extern void fe51_mul(fe51 *, const fe51 *, const fe51 *); 28 extern void fe51_nsquare(fe51 *, const fe51 *, int); 29 extern void fe51_invert(fe51 *, const fe51 *);
|
H A D | fe51_invert.c | 13 fe51_invert(fe51 *r, const fe51 *x) in fe51_invert() 15 fe51 z2; in fe51_invert() 16 fe51 z9; in fe51_invert() 17 fe51 z11; in fe51_invert() 18 fe51 z2_5_0; in fe51_invert() 19 fe51 z2_10_0; in fe51_invert() 20 fe51 z2_20_0; in fe51_invert() 21 fe51 z2_50_0; in fe51_invert() 22 fe51 z2_100_0; in fe51_invert() 23 fe51 t; in fe51_invert()
|
H A D | curve25519_sandy2x.c | 30 fe51 x_51; in crypto_scalarmult_curve25519_sandy2x() 31 fe51 z_51; in crypto_scalarmult_curve25519_sandy2x() 76 fe51 x_51; in crypto_scalarmult_curve25519_sandy2x_base() 77 fe51 z_51; in crypto_scalarmult_curve25519_sandy2x_base()
|
H A D | fe51_namespace.h | 4 #define fe51 crypto_scalarmult_curve25519_sandy2x_fe51 macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | curve25519.c | 267 typedef uint64_t fe51[5]; typedef 300 static void fe51_frombytes(fe51 h, const uint8_t *s) in fe51_frombytes() 320 static void fe51_tobytes(uint8_t *s, const fe51 h) in fe51_tobytes() 380 void x25519_fe51_mul(fe51 h, const fe51 f, const fe51 g); 381 void x25519_fe51_sqr(fe51 h, const fe51 f); 382 void x25519_fe51_mul121666(fe51 h, fe51 f); 390 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() 448 static void fe51_sq(fe51 h, const fe51 f) in fe51_sq() 502 static void fe51_mul121666(fe51 h, fe51 f) in fe51_mul121666() 529 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | curve25519.c | 277 typedef uint64_t fe51[5]; typedef 310 static void fe51_frombytes(fe51 h, const uint8_t *s) in fe51_frombytes() 330 static void fe51_tobytes(uint8_t *s, const fe51 h) in fe51_tobytes() 390 void x25519_fe51_mul(fe51 h, const fe51 f, const fe51 g); 391 void x25519_fe51_sqr(fe51 h, const fe51 f); 392 void x25519_fe51_mul121666(fe51 h, fe51 f); 400 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() 458 static void fe51_sq(fe51 h, const fe51 f) in fe51_sq() 512 static void fe51_mul121666(fe51 h, fe51 f) in fe51_mul121666() 539 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add() [all …]
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/ |
H A D | Makefile.am | 138 crypto_scalarmult/curve25519/sandy2x/fe51.h \
|
H A D | Makefile.in | 121 @HAVE_AVX_ASM_TRUE@ crypto_scalarmult/curve25519/sandy2x/fe51.h \ 355 crypto_scalarmult/curve25519/sandy2x/fe51.h \
|