Home
last modified time | relevance | path

Searched refs:curve25519_mul_noinline (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/ed25519-donna/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/ed25519-donna/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/ed25519-donna/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/externals/ed25519-donna/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
48 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/ed25519/donna/
H A Dcurve25519-donna-helpers.h31 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
33 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
35 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
37 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
39 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
41 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
43 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
55 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
56 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
61 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/security/tor/tor-0.4.6.8/src/ext/ed25519/donna/
H A Dcurve25519-donna-helpers.h31 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
33 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
35 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
37 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
39 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
41 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
43 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
55 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
56 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
61 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]
/dports/security/mkp224o/mkp224o-1.5.0/ed25519/ed25519-donna/
H A Dcurve25519-donna-helpers.h18 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
20 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
22 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
24 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
26 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
28 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
30 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
42 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
43 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
45 /* 2^5 - 2^0 = 31 */ curve25519_mul_noinline(b, t0, b); in curve25519_recip()
[all …]
/dports/security/cryptopp/cryptopp-8.6.0/
H A Ddonna_64.cpp1115 /* 2^10 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
1117 /* 2^20 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
1119 /* 2^40 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
1121 /* 2^50 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
1123 /* 2^100 - 2^0 */ curve25519_mul_noinline(c, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
1125 /* 2^200 - 2^0 */ curve25519_mul_noinline(t0, t0, c); in curve25519_pow_two5mtwo0_two250mtwo0()
1127 /* 2^250 - 2^0 */ curve25519_mul_noinline(b, t0, b); in curve25519_pow_two5mtwo0_two250mtwo0()
1139 /* 9 */ curve25519_mul_noinline(b, t0, z); /* b = 9 */ in curve25519_recip()
1140 /* 11 */ curve25519_mul_noinline(a, b, a); /* a = 11 */ in curve25519_recip()
1145 /* 2^255 - 21 */ curve25519_mul_noinline(out, b, a); in curve25519_recip()
[all …]

1234