Home
last modified time | relevance | path

Searched refs:fe51_pack (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe51_pack.S12 ASM_HIDE_SYMBOL fe51_pack
15 .globl fe51_pack
18 .type fe51_pack, @function
21 fe51_pack: label
H A Dcurve25519_sandy2x.c59 fe51_pack(q, &x_51); in crypto_scalarmult_curve25519_sandy2x()
103 fe51_pack(q, &x_51); in crypto_scalarmult_curve25519_sandy2x_base()
H A Dfe51.h26 extern void fe51_pack(unsigned char *, const fe51 *);
H A Dfe51_namespace.h6 #define fe51_pack crypto_scalarmult_curve25519_sandy2x_fe51_pack macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/
H A DMakefile.am128 crypto_scalarmult/curve25519/sandy2x/fe51_pack.S \