Home
last modified time | relevance | path

Searched defs:fe51_mul (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe51_namespace.h8 #define fe51_mul crypto_scalarmult_curve25519_sandy2x_fe51_mul macro
H A Dfe51_mul.S20 fe51_mul: label
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c393 # define fe51_mul x25519_fe51_mul macro
400 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() function